Shades of Cerise #EA4266
Tints of Cerise #EA4266
RGB
CMYK
RGB Variations
Color information
#EA4266 (or 0xEA4266) is known color: Cerise. HEX triplet: EA, 42 and 66. RGB value is (234,66,102). Sum of RGB (Red+Green+Blue) = 234+66+102=402 (53% of max value = 765). Red value is 234 (91.80% from 255 or 58.21% from 402); Green value is 66 (26.17% from 255 or 16.42% from 402); Blue value is 102 (40.23% from 255 or 25.37% from 402); Max value from RGB is 234 - color contains mainly: red. Hex color #EA4266 is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #EA4266 is #15BD99. Grayscale: #787878. Windows color (decimal): -1424794 or 6701802. OLE color: 6701802.
HSL color Cylindrical-coordinate representation of color #EA4266: hue angle of 347.14º degrees, saturation: 0.8, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #EA4266 is Cyan = 0, Magento = 0.72, Yellow = 0.56 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 234 | 66 | 102 | - |
| CMYK | 0 | 0.72 | 0.56 | 0.08 |
| HSL | 347.14º | 0.8% | 0.59% | - |
| HSV(B) | 347.14º | 0.72% | 0.92% | - |
| XYZ | 38.28 | 22.35 | 14.87 | - |
| YUV | 120.34 | 117.66 | 209.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 234 | 66 | 102 | 0 | 0.72 | 0.56 | 0.08 | 347.14 | 0.8 | 0.59 |
| Hex | EA | 42 | 66 | 0 | 48 | 38 | 8 | 15B | 50 | 3B |
| Octal | 352 | 102 | 146 | 0 | 110 | 70 | 10 | 533 | 120 | 73 |
| Binary | 11101010 | 1000010 | 1100110 | 0 | 1001000 | 111000 | 1000 | 101011011 | 1010000 | 111011 |
Color Harmonies of #EA4266
Complementary color
Monochromatic Colors of #EA4266
Black with #EA4266
Text Example
Text Example
White with #EA4266
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EA4266; }
p { color: rgb(234,66,102); }
H1.HeaderClassName
{
color: #EA4266;
}
.AnyTagClassName
{
color: #EA4266;
}
</style>
background-color css
<style>
a { background-color: #EA4266; }
a { background-color: rgb(234,66,102); }
div.DivClassName
{
background-color: #EA4266;
}
.BgClassName
{
background-color: #EA4266;
}
</style>
border-color css
<style>
span { border-color: #EA4266; }
span { border-color: rgb(234,66,102); }
td.TdClassName
{
border-color: #EA4266;
}
.TagClassName
{
border-color: #EA4266;
}
</style>