Shades of Cerise #EB2D70
Tints of Cerise #EB2D70
RGB
CMYK
RGB Variations
Color information
#EB2D70 (or 0xEB2D70) is known color: Cerise. HEX triplet: EB, 2D and 70. RGB value is (235,45,112). Sum of RGB (Red+Green+Blue) = 235+45+112=392 (51% of max value = 765). Red value is 235 (92.19% from 255 or 59.95% from 392); Green value is 45 (17.97% from 255 or 11.48% from 392); Blue value is 112 (44.14% from 255 or 28.57% from 392); Max value from RGB is 235 - color contains mainly: red. Hex color #EB2D70 is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #EB2D70 is #14D28F. Grayscale: #6D6D6D. Windows color (decimal): -1364624 or 7351787. OLE color: 7351787.
HSL color Cylindrical-coordinate representation of color #EB2D70: hue angle of 338.84º degrees, saturation: 0.83, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #EB2D70 is Cyan = 0, Magento = 0.81, Yellow = 0.52 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 235 | 45 | 112 | - |
| CMYK | 0 | 0.81 | 0.52 | 0.08 |
| HSL | 338.84º | 0.83% | 0.55% | - |
| HSV(B) | 338.84º | 0.81% | 0.92% | - |
| XYZ | 38.12 | 20.71 | 17.32 | - |
| YUV | 109.45 | 129.45 | 217.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 235 | 45 | 112 | 0 | 0.81 | 0.52 | 0.08 | 338.84 | 0.83 | 0.55 |
| Hex | EB | 2D | 70 | 0 | 51 | 34 | 8 | 153 | 53 | 37 |
| Octal | 353 | 55 | 160 | 0 | 121 | 64 | 10 | 523 | 123 | 67 |
| Binary | 11101011 | 101101 | 1110000 | 0 | 1010001 | 110100 | 1000 | 101010011 | 1010011 | 110111 |
Color Harmonies of #EB2D70
Complementary color
Monochromatic Colors of #EB2D70
Black with #EB2D70
Text Example
Text Example
White with #EB2D70
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EB2D70; }
p { color: rgb(235,45,112); }
H1.HeaderClassName
{
color: #EB2D70;
}
.AnyTagClassName
{
color: #EB2D70;
}
</style>
background-color css
<style>
a { background-color: #EB2D70; }
a { background-color: rgb(235,45,112); }
div.DivClassName
{
background-color: #EB2D70;
}
.BgClassName
{
background-color: #EB2D70;
}
</style>
border-color css
<style>
span { border-color: #EB2D70; }
span { border-color: rgb(235,45,112); }
td.TdClassName
{
border-color: #EB2D70;
}
.TagClassName
{
border-color: #EB2D70;
}
</style>