Shades of Deep Cerise #EA288C
Tints of Deep Cerise #EA288C
RGB
CMYK
RGB Variations
Color information
#EA288C (or 0xEA288C) is known color: Deep Cerise. HEX triplet: EA, 28 and 8C. RGB value is (234,40,140). Sum of RGB (Red+Green+Blue) = 234+40+140=414 (54% of max value = 765). Red value is 234 (91.80% from 255 or 56.52% from 414); Green value is 40 (16.02% from 255 or 9.66% from 414); Blue value is 140 (55.08% from 255 or 33.82% from 414); Max value from RGB is 234 - color contains mainly: red. Hex color #EA288C is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #EA288C is #15D773. Grayscale: #6D6D6D. Windows color (decimal): -1431412 or 9185514. OLE color: 9185514.
HSL color Cylindrical-coordinate representation of color #EA288C: hue angle of 329.07º degrees, saturation: 0.82, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #EA288C is Cyan = 0, Magento = 0.83, Yellow = 0.40 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 234 | 40 | 140 | - |
| CMYK | 0 | 0.83 | 0.40 | 0.08 |
| HSL | 329.07º | 0.82% | 0.54% | - |
| HSV(B) | 329.07º | 0.83% | 0.92% | - |
| XYZ | 39.42 | 20.9 | 26.77 | - |
| YUV | 109.41 | 145.27 | 216.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 234 | 40 | 140 | 0 | 0.83 | 0.40 | 0.08 | 329.07 | 0.82 | 0.54 |
| Hex | EA | 28 | 8C | 0 | 53 | 28 | 8 | 149 | 52 | 36 |
| Octal | 352 | 50 | 214 | 0 | 123 | 50 | 10 | 511 | 122 | 66 |
| Binary | 11101010 | 101000 | 10001100 | 0 | 1010011 | 101000 | 1000 | 101001001 | 1010010 | 110110 |
Color Harmonies of #EA288C
Complementary color
Monochromatic Colors of #EA288C
Black with #EA288C
Text Example
Text Example
White with #EA288C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EA288C; }
p { color: rgb(234,40,140); }
H1.HeaderClassName
{
color: #EA288C;
}
.AnyTagClassName
{
color: #EA288C;
}
</style>
background-color css
<style>
a { background-color: #EA288C; }
a { background-color: rgb(234,40,140); }
div.DivClassName
{
background-color: #EA288C;
}
.BgClassName
{
background-color: #EA288C;
}
</style>
border-color css
<style>
span { border-color: #EA288C; }
span { border-color: rgb(234,40,140); }
td.TdClassName
{
border-color: #EA288C;
}
.TagClassName
{
border-color: #EA288C;
}
</style>