Shades of Cerise #EA4860
Tints of Cerise #EA4860
RGB
CMYK
RGB Variations
Color information
#EA4860 (or 0xEA4860) is known color: Cerise. HEX triplet: EA, 48 and 60. RGB value is (234,72,96). Sum of RGB (Red+Green+Blue) = 234+72+96=402 (53% of max value = 765). Red value is 234 (91.80% from 255 or 58.21% from 402); Green value is 72 (28.52% from 255 or 17.91% from 402); Blue value is 96 (37.89% from 255 or 23.88% from 402); Max value from RGB is 234 - color contains mainly: red. Hex color #EA4860 is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #EA4860 is #15B79F. Grayscale: #7B7B7B. Windows color (decimal): -1423264 or 6310122. OLE color: 6310122.
HSL color Cylindrical-coordinate representation of color #EA4860: hue angle of 351.11º degrees, saturation: 0.79, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #EA4860 is Cyan = 0, Magento = 0.69, Yellow = 0.59 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 234 | 72 | 96 | - |
| CMYK | 0 | 0.69 | 0.59 | 0.08 |
| HSL | 351.11º | 0.79% | 0.6% | - |
| HSV(B) | 351.11º | 0.69% | 0.92% | - |
| XYZ | 38.36 | 22.97 | 13.48 | - |
| YUV | 123.17 | 112.67 | 207.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 234 | 72 | 96 | 0 | 0.69 | 0.59 | 0.08 | 351.11 | 0.79 | 0.6 |
| Hex | EA | 48 | 60 | 0 | 45 | 3B | 8 | 15F | 4F | 3C |
| Octal | 352 | 110 | 140 | 0 | 105 | 73 | 10 | 537 | 117 | 74 |
| Binary | 11101010 | 1001000 | 1100000 | 0 | 1000101 | 111011 | 1000 | 101011111 | 1001111 | 111100 |
Color Harmonies of #EA4860
Complementary color
Monochromatic Colors of #EA4860
Black with #EA4860
Text Example
Text Example
White with #EA4860
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EA4860; }
p { color: rgb(234,72,96); }
H1.HeaderClassName
{
color: #EA4860;
}
.AnyTagClassName
{
color: #EA4860;
}
</style>
background-color css
<style>
a { background-color: #EA4860; }
a { background-color: rgb(234,72,96); }
div.DivClassName
{
background-color: #EA4860;
}
.BgClassName
{
background-color: #EA4860;
}
</style>
border-color css
<style>
span { border-color: #EA4860; }
span { border-color: rgb(234,72,96); }
td.TdClassName
{
border-color: #EA4860;
}
.TagClassName
{
border-color: #EA4860;
}
</style>