Shades of Deep Cerise #EA238C
Tints of Deep Cerise #EA238C
RGB
CMYK
RGB Variations
Color information
#EA238C (or 0xEA238C) is known color: Deep Cerise. HEX triplet: EA, 23 and 8C. RGB value is (234,35,140). Sum of RGB (Red+Green+Blue) = 234+35+140=409 (54% of max value = 765). Red value is 234 (91.80% from 255 or 57.21% from 409); Green value is 35 (14.06% from 255 or 8.56% from 409); Blue value is 140 (55.08% from 255 or 34.23% from 409); Max value from RGB is 234 - color contains mainly: red. Hex color #EA238C is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #EA238C is #15DC73. Grayscale: #6A6A6A. Windows color (decimal): -1432692 or 9184234. OLE color: 9184234.
HSL color Cylindrical-coordinate representation of color #EA238C: hue angle of 328.34º 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 #EA238C is Cyan = 0, Magento = 0.85, Yellow = 0.40 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 234 | 35 | 140 | - |
| CMYK | 0 | 0.85 | 0.40 | 0.08 |
| HSL | 328.34º | 0.83% | 0.53% | - |
| HSV(B) | 328.34º | 0.85% | 0.92% | - |
| XYZ | 39.27 | 20.59 | 26.72 | - |
| YUV | 106.47 | 146.93 | 218.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 234 | 35 | 140 | 0 | 0.85 | 0.40 | 0.08 | 328.34 | 0.83 | 0.53 |
| Hex | EA | 23 | 8C | 0 | 55 | 28 | 8 | 148 | 53 | 35 |
| Octal | 352 | 43 | 214 | 0 | 125 | 50 | 10 | 510 | 123 | 65 |
| Binary | 11101010 | 100011 | 10001100 | 0 | 1010101 | 101000 | 1000 | 101001000 | 1010011 | 110101 |
Color Harmonies of #EA238C
Complementary color
Monochromatic Colors of #EA238C
Black with #EA238C
Text Example
Text Example
White with #EA238C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EA238C; }
p { color: rgb(234,35,140); }
H1.HeaderClassName
{
color: #EA238C;
}
.AnyTagClassName
{
color: #EA238C;
}
</style>
background-color css
<style>
a { background-color: #EA238C; }
a { background-color: rgb(234,35,140); }
div.DivClassName
{
background-color: #EA238C;
}
.BgClassName
{
background-color: #EA238C;
}
</style>
border-color css
<style>
span { border-color: #EA238C; }
span { border-color: rgb(234,35,140); }
td.TdClassName
{
border-color: #EA238C;
}
.TagClassName
{
border-color: #EA238C;
}
</style>