Shades of Deep Cerise #EA247F
Tints of Deep Cerise #EA247F
RGB
CMYK
RGB Variations
Color information
#EA247F (or 0xEA247F) is known color: Deep Cerise. HEX triplet: EA, 24 and 7F. RGB value is (234,36,127). Sum of RGB (Red+Green+Blue) = 234+36+127=397 (52% of max value = 765). Red value is 234 (91.80% from 255 or 58.94% from 397); Green value is 36 (14.45% from 255 or 9.07% from 397); Blue value is 127 (50% from 255 or 31.99% from 397); Max value from RGB is 234 - color contains mainly: red. Hex color #EA247F is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #EA247F is #15DB80. Grayscale: #696969. Windows color (decimal): -1432449 or 8332522. OLE color: 8332522.
HSL color Cylindrical-coordinate representation of color #EA247F: hue angle of 332.42º 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 #EA247F is Cyan = 0, Magento = 0.85, Yellow = 0.46 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 234 | 36 | 127 | - |
| CMYK | 0 | 0.85 | 0.46 | 0.08 |
| HSL | 332.42º | 0.83% | 0.53% | - |
| HSV(B) | 332.42º | 0.85% | 0.92% | - |
| XYZ | 38.39 | 20.29 | 21.97 | - |
| YUV | 105.58 | 140.1 | 219.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 234 | 36 | 127 | 0 | 0.85 | 0.46 | 0.08 | 332.42 | 0.83 | 0.53 |
| Hex | EA | 24 | 7F | 0 | 55 | 2E | 8 | 14C | 52 | 35 |
| Octal | 352 | 44 | 177 | 0 | 125 | 56 | 10 | 514 | 122 | 65 |
| Binary | 11101010 | 100100 | 1111111 | 0 | 1010101 | 101110 | 1000 | 101001100 | 1010010 | 110101 |
Color Harmonies of #EA247F
Complementary color
Monochromatic Colors of #EA247F
Black with #EA247F
Text Example
Text Example
White with #EA247F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EA247F; }
p { color: rgb(234,36,127); }
H1.HeaderClassName
{
color: #EA247F;
}
.AnyTagClassName
{
color: #EA247F;
}
</style>
background-color css
<style>
a { background-color: #EA247F; }
a { background-color: rgb(234,36,127); }
div.DivClassName
{
background-color: #EA247F;
}
.BgClassName
{
background-color: #EA247F;
}
</style>
border-color css
<style>
span { border-color: #EA247F; }
span { border-color: rgb(234,36,127); }
td.TdClassName
{
border-color: #EA247F;
}
.TagClassName
{
border-color: #EA247F;
}
</style>