Shades of Deep Cerise #EA248C
Tints of Deep Cerise #EA248C
RGB
CMYK
RGB Variations
Color information
#EA248C (or 0xEA248C) is known color: Deep Cerise. HEX triplet: EA, 24 and 8C. RGB value is (234,36,140). Sum of RGB (Red+Green+Blue) = 234+36+140=410 (54% of max value = 765). Red value is 234 (91.80% from 255 or 57.07% from 410); Green value is 36 (14.45% from 255 or 8.78% from 410); Blue value is 140 (55.08% from 255 or 34.15% from 410); Max value from RGB is 234 - color contains mainly: red. Hex color #EA248C is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #EA248C is #15DB73. Grayscale: #6A6A6A. Windows color (decimal): -1432436 or 9184490. OLE color: 9184490.
HSL color Cylindrical-coordinate representation of color #EA248C: hue angle of 328.48º 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 #EA248C is Cyan = 0, Magento = 0.85, Yellow = 0.40 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 234 | 36 | 140 | - |
| CMYK | 0 | 0.85 | 0.40 | 0.08 |
| HSL | 328.48º | 0.83% | 0.53% | - |
| HSV(B) | 328.48º | 0.85% | 0.92% | - |
| XYZ | 39.3 | 20.65 | 26.73 | - |
| YUV | 107.06 | 146.6 | 218.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 234 | 36 | 140 | 0 | 0.85 | 0.40 | 0.08 | 328.48 | 0.83 | 0.53 |
| Hex | EA | 24 | 8C | 0 | 55 | 28 | 8 | 148 | 52 | 35 |
| Octal | 352 | 44 | 214 | 0 | 125 | 50 | 10 | 510 | 122 | 65 |
| Binary | 11101010 | 100100 | 10001100 | 0 | 1010101 | 101000 | 1000 | 101001000 | 1010010 | 110101 |
Color Harmonies of #EA248C
Complementary color
Monochromatic Colors of #EA248C
Black with #EA248C
Text Example
Text Example
White with #EA248C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EA248C; }
p { color: rgb(234,36,140); }
H1.HeaderClassName
{
color: #EA248C;
}
.AnyTagClassName
{
color: #EA248C;
}
</style>
background-color css
<style>
a { background-color: #EA248C; }
a { background-color: rgb(234,36,140); }
div.DivClassName
{
background-color: #EA248C;
}
.BgClassName
{
background-color: #EA248C;
}
</style>
border-color css
<style>
span { border-color: #EA248C; }
span { border-color: rgb(234,36,140); }
td.TdClassName
{
border-color: #EA248C;
}
.TagClassName
{
border-color: #EA248C;
}
</style>