Shades of Deep Cerise #EE288D
Tints of Deep Cerise #EE288D
RGB
CMYK
RGB Variations
Color information
#EE288D (or 0xEE288D) is known color: Deep Cerise. HEX triplet: EE, 28 and 8D. RGB value is (238,40,141). Sum of RGB (Red+Green+Blue) = 238+40+141=419 (55% of max value = 765). Red value is 238 (93.36% from 255 or 56.80% from 419); Green value is 40 (16.02% from 255 or 9.55% from 419); Blue value is 141 (55.47% from 255 or 33.65% from 419); Max value from RGB is 238 - color contains mainly: red. Hex color #EE288D is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #EE288D is #11D772. Grayscale: #6E6E6E. Windows color (decimal): -1169267 or 9251054. OLE color: 9251054.
HSL color Cylindrical-coordinate representation of color #EE288D: hue angle of 329.39º 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 #EE288D is Cyan = 0, Magento = 0.83, Yellow = 0.41 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 238 | 40 | 141 | - |
| CMYK | 0 | 0.83 | 0.41 | 0.07 |
| HSL | 329.39º | 0.85% | 0.55% | - |
| HSV(B) | 329.39º | 0.83% | 0.93% | - |
| XYZ | 40.83 | 21.62 | 27.22 | - |
| YUV | 110.72 | 145.1 | 218.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 238 | 40 | 141 | 0 | 0.83 | 0.41 | 0.07 | 329.39 | 0.85 | 0.55 |
| Hex | EE | 28 | 8D | 0 | 53 | 29 | 7 | 149 | 55 | 37 |
| Octal | 356 | 50 | 215 | 0 | 123 | 51 | 7 | 511 | 125 | 67 |
| Binary | 11101110 | 101000 | 10001101 | 0 | 1010011 | 101001 | 111 | 101001001 | 1010101 | 110111 |
Color Harmonies of #EE288D
Complementary color
Monochromatic Colors of #EE288D
Black with #EE288D
Text Example
Text Example
White with #EE288D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EE288D; }
p { color: rgb(238,40,141); }
H1.HeaderClassName
{
color: #EE288D;
}
.AnyTagClassName
{
color: #EE288D;
}
</style>
background-color css
<style>
a { background-color: #EE288D; }
a { background-color: rgb(238,40,141); }
div.DivClassName
{
background-color: #EE288D;
}
.BgClassName
{
background-color: #EE288D;
}
</style>
border-color css
<style>
span { border-color: #EE288D; }
span { border-color: rgb(238,40,141); }
td.TdClassName
{
border-color: #EE288D;
}
.TagClassName
{
border-color: #EE288D;
}
</style>