Shades of Cerise #EA4066
Tints of Cerise #EA4066
RGB
CMYK
RGB Variations
Color information
#EA4066 (or 0xEA4066) is known color: Cerise. HEX triplet: EA, 40 and 66. RGB value is (234,64,102). Sum of RGB (Red+Green+Blue) = 234+64+102=400 (52% of max value = 765). Red value is 234 (91.80% from 255 or 58.5% from 400); Green value is 64 (25.39% from 255 or 16% from 400); Blue value is 102 (40.23% from 255 or 25.5% from 400); Max value from RGB is 234 - color contains mainly: red. Hex color #EA4066 is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #EA4066 is #15BF99. Grayscale: #777777. Windows color (decimal): -1425306 or 6701290. OLE color: 6701290.
HSL color Cylindrical-coordinate representation of color #EA4066: hue angle of 346.59º degrees, saturation: 0.8, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #EA4066 is Cyan = 0, Magento = 0.73, Yellow = 0.56 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 234 | 64 | 102 | - |
| CMYK | 0 | 0.73 | 0.56 | 0.08 |
| HSL | 346.59º | 0.8% | 0.58% | - |
| HSV(B) | 346.59º | 0.73% | 0.92% | - |
| XYZ | 38.16 | 22.12 | 14.83 | - |
| YUV | 119.16 | 118.32 | 209.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 234 | 64 | 102 | 0 | 0.73 | 0.56 | 0.08 | 346.59 | 0.8 | 0.58 |
| Hex | EA | 40 | 66 | 0 | 49 | 38 | 8 | 15B | 50 | 3A |
| Octal | 352 | 100 | 146 | 0 | 111 | 70 | 10 | 533 | 120 | 72 |
| Binary | 11101010 | 1000000 | 1100110 | 0 | 1001001 | 111000 | 1000 | 101011011 | 1010000 | 111010 |
Color Harmonies of #EA4066
Complementary color
Monochromatic Colors of #EA4066
Black with #EA4066
Text Example
Text Example
White with #EA4066
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EA4066; }
p { color: rgb(234,64,102); }
H1.HeaderClassName
{
color: #EA4066;
}
.AnyTagClassName
{
color: #EA4066;
}
</style>
background-color css
<style>
a { background-color: #EA4066; }
a { background-color: rgb(234,64,102); }
div.DivClassName
{
background-color: #EA4066;
}
.BgClassName
{
background-color: #EA4066;
}
</style>
border-color css
<style>
span { border-color: #EA4066; }
span { border-color: rgb(234,64,102); }
td.TdClassName
{
border-color: #EA4066;
}
.TagClassName
{
border-color: #EA4066;
}
</style>