Shades of Cerise #EA4064
Tints of Cerise #EA4064
RGB
CMYK
RGB Variations
Color information
#EA4064 (or 0xEA4064) is known color: Cerise. HEX triplet: EA, 40 and 64. RGB value is (234,64,100). Sum of RGB (Red+Green+Blue) = 234+64+100=398 (52% of max value = 765). Red value is 234 (91.80% from 255 or 58.79% from 398); Green value is 64 (25.39% from 255 or 16.08% from 398); Blue value is 100 (39.45% from 255 or 25.13% from 398); Max value from RGB is 234 - color contains mainly: red. Hex color #EA4064 is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #EA4064 is #15BF9B. Grayscale: #767676. Windows color (decimal): -1425308 or 6570218. OLE color: 6570218.
HSL color Cylindrical-coordinate representation of color #EA4064: hue angle of 347.29º 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 #EA4064 is Cyan = 0, Magento = 0.73, Yellow = 0.57 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 234 | 64 | 100 | - |
| CMYK | 0 | 0.73 | 0.57 | 0.08 |
| HSL | 347.29º | 0.8% | 0.58% | - |
| HSV(B) | 347.29º | 0.73% | 0.92% | - |
| XYZ | 38.07 | 22.08 | 14.31 | - |
| YUV | 118.93 | 117.32 | 210.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 234 | 64 | 100 | 0 | 0.73 | 0.57 | 0.08 | 347.29 | 0.8 | 0.58 |
| Hex | EA | 40 | 64 | 0 | 49 | 39 | 8 | 15B | 50 | 3A |
| Octal | 352 | 100 | 144 | 0 | 111 | 71 | 10 | 533 | 120 | 72 |
| Binary | 11101010 | 1000000 | 1100100 | 0 | 1001001 | 111001 | 1000 | 101011011 | 1010000 | 111010 |
Color Harmonies of #EA4064
Complementary color
Monochromatic Colors of #EA4064
Black with #EA4064
Text Example
Text Example
White with #EA4064
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EA4064; }
p { color: rgb(234,64,100); }
H1.HeaderClassName
{
color: #EA4064;
}
.AnyTagClassName
{
color: #EA4064;
}
</style>
background-color css
<style>
a { background-color: #EA4064; }
a { background-color: rgb(234,64,100); }
div.DivClassName
{
background-color: #EA4064;
}
.BgClassName
{
background-color: #EA4064;
}
</style>
border-color css
<style>
span { border-color: #EA4064; }
span { border-color: rgb(234,64,100); }
td.TdClassName
{
border-color: #EA4064;
}
.TagClassName
{
border-color: #EA4064;
}
</style>