Shades of Deep Cerise #EE3384
Tints of Deep Cerise #EE3384
RGB
CMYK
RGB Variations
Color information
#EE3384 (or 0xEE3384) is known color: Deep Cerise. HEX triplet: EE, 33 and 84. RGB value is (238,51,132). Sum of RGB (Red+Green+Blue) = 238+51+132=421 (55% of max value = 765). Red value is 238 (93.36% from 255 or 56.53% from 421); Green value is 51 (20.31% from 255 or 12.11% from 421); Blue value is 132 (51.95% from 255 or 31.35% from 421); Max value from RGB is 238 - color contains mainly: red. Hex color #EE3384 is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #EE3384 is #11CC7B. Grayscale: #747474. Windows color (decimal): -1166460 or 8664046. OLE color: 8664046.
HSL color Cylindrical-coordinate representation of color #EE3384: hue angle of 334.01º degrees, saturation: 0.85, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #EE3384 is Cyan = 0, Magento = 0.79, Yellow = 0.45 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 238 | 51 | 132 | - |
| CMYK | 0 | 0.79 | 0.45 | 0.07 |
| HSL | 334.01º | 0.85% | 0.57% | - |
| HSV(B) | 334.01º | 0.79% | 0.93% | - |
| XYZ | 40.61 | 22.21 | 23.98 | - |
| YUV | 116.15 | 136.95 | 214.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 238 | 51 | 132 | 0 | 0.79 | 0.45 | 0.07 | 334.01 | 0.85 | 0.57 |
| Hex | EE | 33 | 84 | 0 | 4F | 2D | 7 | 14E | 55 | 39 |
| Octal | 356 | 63 | 204 | 0 | 117 | 55 | 7 | 516 | 125 | 71 |
| Binary | 11101110 | 110011 | 10000100 | 0 | 1001111 | 101101 | 111 | 101001110 | 1010101 | 111001 |
Color Harmonies of #EE3384
Complementary color
Monochromatic Colors of #EE3384
Black with #EE3384
Text Example
Text Example
White with #EE3384
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EE3384; }
p { color: rgb(238,51,132); }
H1.HeaderClassName
{
color: #EE3384;
}
.AnyTagClassName
{
color: #EE3384;
}
</style>
background-color css
<style>
a { background-color: #EE3384; }
a { background-color: rgb(238,51,132); }
div.DivClassName
{
background-color: #EE3384;
}
.BgClassName
{
background-color: #EE3384;
}
</style>
border-color css
<style>
span { border-color: #EE3384; }
span { border-color: rgb(238,51,132); }
td.TdClassName
{
border-color: #EE3384;
}
.TagClassName
{
border-color: #EE3384;
}
</style>