Shades of Deep Cerise #EA247C
Tints of Deep Cerise #EA247C
RGB
CMYK
RGB Variations
Color information
#EA247C (or 0xEA247C) is known color: Deep Cerise. HEX triplet: EA, 24 and 7C. RGB value is (234,36,124). Sum of RGB (Red+Green+Blue) = 234+36+124=394 (52% of max value = 765). Red value is 234 (91.80% from 255 or 59.39% from 394); Green value is 36 (14.45% from 255 or 9.14% from 394); Blue value is 124 (48.83% from 255 or 31.47% from 394); Max value from RGB is 234 - color contains mainly: red. Hex color #EA247C is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #EA247C is #15DB83. Grayscale: #696969. Windows color (decimal): -1432452 or 8135914. OLE color: 8135914.
HSL color Cylindrical-coordinate representation of color #EA247C: hue angle of 333.33º 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 #EA247C is Cyan = 0, Magento = 0.85, Yellow = 0.47 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 234 | 36 | 124 | - |
| CMYK | 0 | 0.85 | 0.47 | 0.08 |
| HSL | 333.33º | 0.83% | 0.53% | - |
| HSV(B) | 333.33º | 0.85% | 0.92% | - |
| XYZ | 38.2 | 20.21 | 20.96 | - |
| YUV | 105.23 | 138.6 | 219.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 234 | 36 | 124 | 0 | 0.85 | 0.47 | 0.08 | 333.33 | 0.83 | 0.53 |
| Hex | EA | 24 | 7C | 0 | 55 | 2F | 8 | 14D | 52 | 35 |
| Octal | 352 | 44 | 174 | 0 | 125 | 57 | 10 | 515 | 122 | 65 |
| Binary | 11101010 | 100100 | 1111100 | 0 | 1010101 | 101111 | 1000 | 101001101 | 1010010 | 110101 |
Color Harmonies of #EA247C
Complementary color
Monochromatic Colors of #EA247C
Black with #EA247C
Text Example
Text Example
White with #EA247C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EA247C; }
p { color: rgb(234,36,124); }
H1.HeaderClassName
{
color: #EA247C;
}
.AnyTagClassName
{
color: #EA247C;
}
</style>
background-color css
<style>
a { background-color: #EA247C; }
a { background-color: rgb(234,36,124); }
div.DivClassName
{
background-color: #EA247C;
}
.BgClassName
{
background-color: #EA247C;
}
</style>
border-color css
<style>
span { border-color: #EA247C; }
span { border-color: rgb(234,36,124); }
td.TdClassName
{
border-color: #EA247C;
}
.TagClassName
{
border-color: #EA247C;
}
</style>