Shades of Cerise #EA2462
Tints of Cerise #EA2462
RGB
CMYK
RGB Variations
Color information
#EA2462 (or 0xEA2462) is known color: Cerise. HEX triplet: EA, 24 and 62. RGB value is (234,36,98). Sum of RGB (Red+Green+Blue) = 234+36+98=368 (48% of max value = 765). Red value is 234 (91.80% from 255 or 63.59% from 368); Green value is 36 (14.45% from 255 or 9.78% from 368); Blue value is 98 (38.67% from 255 or 26.63% from 368); Max value from RGB is 234 - color contains mainly: red. Hex color #EA2462 is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #EA2462 is #15DB9D. Grayscale: #666666. Windows color (decimal): -1432478 or 6431978. OLE color: 6431978.
HSL color Cylindrical-coordinate representation of color #EA2462: hue angle of 341.21º degrees, saturation: 0.82, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #EA2462 is Cyan = 0, Magento = 0.85, Yellow = 0.58 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 234 | 36 | 98 | - |
| CMYK | 0 | 0.85 | 0.58 | 0.08 |
| HSL | 341.21º | 0.83% | 0.53% | - |
| HSV(B) | 341.21º | 0.85% | 0.92% | - |
| XYZ | 36.77 | 19.64 | 13.41 | - |
| YUV | 102.27 | 125.6 | 221.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 234 | 36 | 98 | 0 | 0.85 | 0.58 | 0.08 | 341.21 | 0.83 | 0.53 |
| Hex | EA | 24 | 62 | 0 | 55 | 3A | 8 | 155 | 52 | 35 |
| Octal | 352 | 44 | 142 | 0 | 125 | 72 | 10 | 525 | 122 | 65 |
| Binary | 11101010 | 100100 | 1100010 | 0 | 1010101 | 111010 | 1000 | 101010101 | 1010010 | 110101 |
Color Harmonies of #EA2462
Complementary color
Monochromatic Colors of #EA2462
Black with #EA2462
Text Example
Text Example
White with #EA2462
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EA2462; }
p { color: rgb(234,36,98); }
H1.HeaderClassName
{
color: #EA2462;
}
.AnyTagClassName
{
color: #EA2462;
}
</style>
background-color css
<style>
a { background-color: #EA2462; }
a { background-color: rgb(234,36,98); }
div.DivClassName
{
background-color: #EA2462;
}
.BgClassName
{
background-color: #EA2462;
}
</style>
border-color css
<style>
span { border-color: #EA2462; }
span { border-color: rgb(234,36,98); }
td.TdClassName
{
border-color: #EA2462;
}
.TagClassName
{
border-color: #EA2462;
}
</style>