Shades of Deep Cerise #EE288A
Tints of Deep Cerise #EE288A
RGB
CMYK
RGB Variations
Color information
#EE288A (or 0xEE288A) is known color: Deep Cerise. HEX triplet: EE, 28 and 8A. RGB value is (238,40,138). Sum of RGB (Red+Green+Blue) = 238+40+138=416 (55% of max value = 765). Red value is 238 (93.36% from 255 or 57.21% from 416); Green value is 40 (16.02% from 255 or 9.62% from 416); Blue value is 138 (54.30% from 255 or 33.17% from 416); Max value from RGB is 238 - color contains mainly: red. Hex color #EE288A is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #EE288A is #11D775. Grayscale: #6E6E6E. Windows color (decimal): -1169270 or 9054446. OLE color: 9054446.
HSL color Cylindrical-coordinate representation of color #EE288A: hue angle of 330.3º 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 #EE288A is Cyan = 0, Magento = 0.83, Yellow = 0.42 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 238 | 40 | 138 | - |
| CMYK | 0 | 0.83 | 0.42 | 0.07 |
| HSL | 330.3º | 0.85% | 0.55% | - |
| HSV(B) | 330.3º | 0.83% | 0.93% | - |
| XYZ | 40.61 | 21.53 | 26.06 | - |
| YUV | 110.37 | 143.6 | 219.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 238 | 40 | 138 | 0 | 0.83 | 0.42 | 0.07 | 330.3 | 0.85 | 0.55 |
| Hex | EE | 28 | 8A | 0 | 53 | 2A | 7 | 14A | 55 | 37 |
| Octal | 356 | 50 | 212 | 0 | 123 | 52 | 7 | 512 | 125 | 67 |
| Binary | 11101110 | 101000 | 10001010 | 0 | 1010011 | 101010 | 111 | 101001010 | 1010101 | 110111 |
Color Harmonies of #EE288A
Complementary color
Monochromatic Colors of #EE288A
Black with #EE288A
Text Example
Text Example
White with #EE288A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EE288A; }
p { color: rgb(238,40,138); }
H1.HeaderClassName
{
color: #EE288A;
}
.AnyTagClassName
{
color: #EE288A;
}
</style>
background-color css
<style>
a { background-color: #EE288A; }
a { background-color: rgb(238,40,138); }
div.DivClassName
{
background-color: #EE288A;
}
.BgClassName
{
background-color: #EE288A;
}
</style>
border-color css
<style>
span { border-color: #EE288A; }
span { border-color: rgb(238,40,138); }
td.TdClassName
{
border-color: #EE288A;
}
.TagClassName
{
border-color: #EE288A;
}
</style>