Shades of Deep Cerise #EE3288
Tints of Deep Cerise #EE3288
RGB
CMYK
RGB Variations
Color information
#EE3288 (or 0xEE3288) is known color: Deep Cerise. HEX triplet: EE, 32 and 88. RGB value is (238,50,136). Sum of RGB (Red+Green+Blue) = 238+50+136=424 (56% of max value = 765). Red value is 238 (93.36% from 255 or 56.13% from 424); Green value is 50 (19.92% from 255 or 11.79% from 424); Blue value is 136 (53.52% from 255 or 32.08% from 424); Max value from RGB is 238 - color contains mainly: red. Hex color #EE3288 is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #EE3288 is #11CD77. Grayscale: #737373. Windows color (decimal): -1166712 or 8925934. OLE color: 8925934.
HSL color Cylindrical-coordinate representation of color #EE3288: hue angle of 332.55º degrees, saturation: 0.85, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #EE3288 is Cyan = 0, Magento = 0.79, Yellow = 0.43 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 238 | 50 | 136 | - |
| CMYK | 0 | 0.79 | 0.43 | 0.07 |
| HSL | 332.55º | 0.85% | 0.56% | - |
| HSV(B) | 332.55º | 0.79% | 0.93% | - |
| XYZ | 40.84 | 22.24 | 25.43 | - |
| YUV | 116.02 | 139.28 | 215.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 238 | 50 | 136 | 0 | 0.79 | 0.43 | 0.07 | 332.55 | 0.85 | 0.56 |
| Hex | EE | 32 | 88 | 0 | 4F | 2B | 7 | 14D | 55 | 38 |
| Octal | 356 | 62 | 210 | 0 | 117 | 53 | 7 | 515 | 125 | 70 |
| Binary | 11101110 | 110010 | 10001000 | 0 | 1001111 | 101011 | 111 | 101001101 | 1010101 | 111000 |
Color Harmonies of #EE3288
Complementary color
Monochromatic Colors of #EE3288
Black with #EE3288
Text Example
Text Example
White with #EE3288
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EE3288; }
p { color: rgb(238,50,136); }
H1.HeaderClassName
{
color: #EE3288;
}
.AnyTagClassName
{
color: #EE3288;
}
</style>
background-color css
<style>
a { background-color: #EE3288; }
a { background-color: rgb(238,50,136); }
div.DivClassName
{
background-color: #EE3288;
}
.BgClassName
{
background-color: #EE3288;
}
</style>
border-color css
<style>
span { border-color: #EE3288; }
span { border-color: rgb(238,50,136); }
td.TdClassName
{
border-color: #EE3288;
}
.TagClassName
{
border-color: #EE3288;
}
</style>