Shades of Deep Cerise #EE288C
Tints of Deep Cerise #EE288C
RGB
CMYK
RGB Variations
Color information
#EE288C (or 0xEE288C) is known color: Deep Cerise. HEX triplet: EE, 28 and 8C. RGB value is (238,40,140). Sum of RGB (Red+Green+Blue) = 238+40+140=418 (55% of max value = 765). Red value is 238 (93.36% from 255 or 56.94% from 418); Green value is 40 (16.02% from 255 or 9.57% from 418); Blue value is 140 (55.08% from 255 or 33.49% from 418); Max value from RGB is 238 - color contains mainly: red. Hex color #EE288C is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #EE288C is #11D773. Grayscale: #6E6E6E. Windows color (decimal): -1169268 or 9185518. OLE color: 9185518.
HSL color Cylindrical-coordinate representation of color #EE288C: hue angle of 329.7º degrees, saturation: 0.85, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #EE288C is Cyan = 0, Magento = 0.83, Yellow = 0.41 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 238 | 40 | 140 | - |
| CMYK | 0 | 0.83 | 0.41 | 0.07 |
| HSL | 329.7º | 0.85% | 0.55% | - |
| HSV(B) | 329.7º | 0.83% | 0.93% | - |
| XYZ | 40.75 | 21.59 | 26.83 | - |
| YUV | 110.6 | 144.6 | 218.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 238 | 40 | 140 | 0 | 0.83 | 0.41 | 0.07 | 329.7 | 0.85 | 0.55 |
| Hex | EE | 28 | 8C | 0 | 53 | 29 | 7 | 14A | 55 | 37 |
| Octal | 356 | 50 | 214 | 0 | 123 | 51 | 7 | 512 | 125 | 67 |
| Binary | 11101110 | 101000 | 10001100 | 0 | 1010011 | 101001 | 111 | 101001010 | 1010101 | 110111 |
Color Harmonies of #EE288C
Complementary color
Monochromatic Colors of #EE288C
Black with #EE288C
Text Example
Text Example
White with #EE288C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EE288C; }
p { color: rgb(238,40,140); }
H1.HeaderClassName
{
color: #EE288C;
}
.AnyTagClassName
{
color: #EE288C;
}
</style>
background-color css
<style>
a { background-color: #EE288C; }
a { background-color: rgb(238,40,140); }
div.DivClassName
{
background-color: #EE288C;
}
.BgClassName
{
background-color: #EE288C;
}
</style>
border-color css
<style>
span { border-color: #EE288C; }
span { border-color: rgb(238,40,140); }
td.TdClassName
{
border-color: #EE288C;
}
.TagClassName
{
border-color: #EE288C;
}
</style>