Shades of Deep Cerise #EA237C
Tints of Deep Cerise #EA237C
RGB
CMYK
RGB Variations
Color information
#EA237C (or 0xEA237C) is known color: Deep Cerise. HEX triplet: EA, 23 and 7C. RGB value is (234,35,124). Sum of RGB (Red+Green+Blue) = 234+35+124=393 (52% of max value = 765). Red value is 234 (91.80% from 255 or 59.54% from 393); Green value is 35 (14.06% from 255 or 8.91% from 393); Blue value is 124 (48.83% from 255 or 31.55% from 393); Max value from RGB is 234 - color contains mainly: red. Hex color #EA237C is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #EA237C is #15DC83. Grayscale: #686868. Windows color (decimal): -1432708 or 8135658. OLE color: 8135658.
HSL color Cylindrical-coordinate representation of color #EA237C: hue angle of 333.17º degrees, saturation: 0.83, 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 #EA237C is Cyan = 0, Magento = 0.85, Yellow = 0.47 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 234 | 35 | 124 | - |
| CMYK | 0 | 0.85 | 0.47 | 0.08 |
| HSL | 333.17º | 0.83% | 0.53% | - |
| HSV(B) | 333.17º | 0.85% | 0.92% | - |
| XYZ | 38.17 | 20.15 | 20.95 | - |
| YUV | 104.65 | 138.93 | 220.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 234 | 35 | 124 | 0 | 0.85 | 0.47 | 0.08 | 333.17 | 0.83 | 0.53 |
| Hex | EA | 23 | 7C | 0 | 55 | 2F | 8 | 14D | 53 | 35 |
| Octal | 352 | 43 | 174 | 0 | 125 | 57 | 10 | 515 | 123 | 65 |
| Binary | 11101010 | 100011 | 1111100 | 0 | 1010101 | 101111 | 1000 | 101001101 | 1010011 | 110101 |
Color Harmonies of #EA237C
Complementary color
Monochromatic Colors of #EA237C
Black with #EA237C
Text Example
Text Example
White with #EA237C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EA237C; }
p { color: rgb(234,35,124); }
H1.HeaderClassName
{
color: #EA237C;
}
.AnyTagClassName
{
color: #EA237C;
}
</style>
background-color css
<style>
a { background-color: #EA237C; }
a { background-color: rgb(234,35,124); }
div.DivClassName
{
background-color: #EA237C;
}
.BgClassName
{
background-color: #EA237C;
}
</style>
border-color css
<style>
span { border-color: #EA237C; }
span { border-color: rgb(234,35,124); }
td.TdClassName
{
border-color: #EA237C;
}
.TagClassName
{
border-color: #EA237C;
}
</style>