Shades of Deep Cerise #EE3484
Tints of Deep Cerise #EE3484
RGB
CMYK
RGB Variations
Color information
#EE3484 (or 0xEE3484) is known color: Deep Cerise. HEX triplet: EE, 34 and 84. RGB value is (238,52,132). Sum of RGB (Red+Green+Blue) = 238+52+132=422 (55% of max value = 765). Red value is 238 (93.36% from 255 or 56.40% from 422); Green value is 52 (20.70% from 255 or 12.32% from 422); Blue value is 132 (51.95% from 255 or 31.28% from 422); Max value from RGB is 238 - color contains mainly: red. Hex color #EE3484 is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #EE3484 is #11CB7B. Grayscale: #747474. Windows color (decimal): -1166204 or 8664302. OLE color: 8664302.
HSL color Cylindrical-coordinate representation of color #EE3484: hue angle of 334.19º degrees, saturation: 0.85, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #EE3484 is Cyan = 0, Magento = 0.78, Yellow = 0.45 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 238 | 52 | 132 | - |
| CMYK | 0 | 0.78 | 0.45 | 0.07 |
| HSL | 334.19º | 0.85% | 0.57% | - |
| HSV(B) | 334.19º | 0.78% | 0.93% | - |
| XYZ | 40.65 | 22.3 | 23.99 | - |
| YUV | 116.73 | 136.62 | 214.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 238 | 52 | 132 | 0 | 0.78 | 0.45 | 0.07 | 334.19 | 0.85 | 0.57 |
| Hex | EE | 34 | 84 | 0 | 4E | 2D | 7 | 14E | 55 | 39 |
| Octal | 356 | 64 | 204 | 0 | 116 | 55 | 7 | 516 | 125 | 71 |
| Binary | 11101110 | 110100 | 10000100 | 0 | 1001110 | 101101 | 111 | 101001110 | 1010101 | 111001 |
Color Harmonies of #EE3484
Complementary color
Monochromatic Colors of #EE3484
Black with #EE3484
Text Example
Text Example
White with #EE3484
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EE3484; }
p { color: rgb(238,52,132); }
H1.HeaderClassName
{
color: #EE3484;
}
.AnyTagClassName
{
color: #EE3484;
}
</style>
background-color css
<style>
a { background-color: #EE3484; }
a { background-color: rgb(238,52,132); }
div.DivClassName
{
background-color: #EE3484;
}
.BgClassName
{
background-color: #EE3484;
}
</style>
border-color css
<style>
span { border-color: #EE3484; }
span { border-color: rgb(238,52,132); }
td.TdClassName
{
border-color: #EE3484;
}
.TagClassName
{
border-color: #EE3484;
}
</style>