Shades of Deep Cerise #EE3382
Tints of Deep Cerise #EE3382
RGB
CMYK
RGB Variations
Color information
#EE3382 (or 0xEE3382) is known color: Deep Cerise. HEX triplet: EE, 33 and 82. RGB value is (238,51,130). Sum of RGB (Red+Green+Blue) = 238+51+130=419 (55% of max value = 765). Red value is 238 (93.36% from 255 or 56.80% from 419); Green value is 51 (20.31% from 255 or 12.17% from 419); Blue value is 130 (51.17% from 255 or 31.03% from 419); Max value from RGB is 238 - color contains mainly: red. Hex color #EE3382 is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #EE3382 is #11CC7D. Grayscale: #737373. Windows color (decimal): -1166462 or 8532974. OLE color: 8532974.
HSL color Cylindrical-coordinate representation of color #EE3382: hue angle of 334.65º 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 #EE3382 is Cyan = 0, Magento = 0.79, Yellow = 0.45 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 238 | 51 | 130 | - |
| CMYK | 0 | 0.79 | 0.45 | 0.07 |
| HSL | 334.65º | 0.85% | 0.57% | - |
| HSV(B) | 334.65º | 0.79% | 0.93% | - |
| XYZ | 40.47 | 22.16 | 23.26 | - |
| YUV | 115.92 | 135.95 | 215.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 238 | 51 | 130 | 0 | 0.79 | 0.45 | 0.07 | 334.65 | 0.85 | 0.57 |
| Hex | EE | 33 | 82 | 0 | 4F | 2D | 7 | 14F | 55 | 39 |
| Octal | 356 | 63 | 202 | 0 | 117 | 55 | 7 | 517 | 125 | 71 |
| Binary | 11101110 | 110011 | 10000010 | 0 | 1001111 | 101101 | 111 | 101001111 | 1010101 | 111001 |
Color Harmonies of #EE3382
Complementary color
Monochromatic Colors of #EE3382
Black with #EE3382
Text Example
Text Example
White with #EE3382
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EE3382; }
p { color: rgb(238,51,130); }
H1.HeaderClassName
{
color: #EE3382;
}
.AnyTagClassName
{
color: #EE3382;
}
</style>
background-color css
<style>
a { background-color: #EE3382; }
a { background-color: rgb(238,51,130); }
div.DivClassName
{
background-color: #EE3382;
}
.BgClassName
{
background-color: #EE3382;
}
</style>
border-color css
<style>
span { border-color: #EE3382; }
span { border-color: rgb(238,51,130); }
td.TdClassName
{
border-color: #EE3382;
}
.TagClassName
{
border-color: #EE3382;
}
</style>