Shades of Deep Cerise #EE3184
Tints of Deep Cerise #EE3184
RGB
CMYK
RGB Variations
Color information
#EE3184 (or 0xEE3184) is known color: Deep Cerise. HEX triplet: EE, 31 and 84. RGB value is (238,49,132). Sum of RGB (Red+Green+Blue) = 238+49+132=419 (55% of max value = 765). Red value is 238 (93.36% from 255 or 56.80% from 419); Green value is 49 (19.53% from 255 or 11.69% from 419); Blue value is 132 (51.95% from 255 or 31.50% from 419); Max value from RGB is 238 - color contains mainly: red. Hex color #EE3184 is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #EE3184 is #11CE7B. Grayscale: #727272. Windows color (decimal): -1166972 or 8663534. OLE color: 8663534.
HSL color Cylindrical-coordinate representation of color #EE3184: hue angle of 333.65º 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 #EE3184 is Cyan = 0, Magento = 0.79, Yellow = 0.45 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 238 | 49 | 132 | - |
| CMYK | 0 | 0.79 | 0.45 | 0.07 |
| HSL | 333.65º | 0.85% | 0.56% | - |
| HSV(B) | 333.65º | 0.79% | 0.93% | - |
| XYZ | 40.52 | 22.04 | 23.95 | - |
| YUV | 114.97 | 137.62 | 215.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 238 | 49 | 132 | 0 | 0.79 | 0.45 | 0.07 | 333.65 | 0.85 | 0.56 |
| Hex | EE | 31 | 84 | 0 | 4F | 2D | 7 | 14E | 55 | 38 |
| Octal | 356 | 61 | 204 | 0 | 117 | 55 | 7 | 516 | 125 | 70 |
| Binary | 11101110 | 110001 | 10000100 | 0 | 1001111 | 101101 | 111 | 101001110 | 1010101 | 111000 |
Color Harmonies of #EE3184
Complementary color
Monochromatic Colors of #EE3184
Black with #EE3184
Text Example
Text Example
White with #EE3184
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EE3184; }
p { color: rgb(238,49,132); }
H1.HeaderClassName
{
color: #EE3184;
}
.AnyTagClassName
{
color: #EE3184;
}
</style>
background-color css
<style>
a { background-color: #EE3184; }
a { background-color: rgb(238,49,132); }
div.DivClassName
{
background-color: #EE3184;
}
.BgClassName
{
background-color: #EE3184;
}
</style>
border-color css
<style>
span { border-color: #EE3184; }
span { border-color: rgb(238,49,132); }
td.TdClassName
{
border-color: #EE3184;
}
.TagClassName
{
border-color: #EE3184;
}
</style>