Shades of Deep Cerise #EE3182
Tints of Deep Cerise #EE3182
RGB
CMYK
RGB Variations
Color information
#EE3182 (or 0xEE3182) is known color: Deep Cerise. HEX triplet: EE, 31 and 82. RGB value is (238,49,130). Sum of RGB (Red+Green+Blue) = 238+49+130=417 (55% of max value = 765). Red value is 238 (93.36% from 255 or 57.07% from 417); Green value is 49 (19.53% from 255 or 11.75% from 417); Blue value is 130 (51.17% from 255 or 31.18% from 417); Max value from RGB is 238 - color contains mainly: red. Hex color #EE3182 is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #EE3182 is #11CE7D. Grayscale: #727272. Windows color (decimal): -1166974 or 8532462. OLE color: 8532462.
HSL color Cylindrical-coordinate representation of color #EE3182: hue angle of 334.29º 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 #EE3182 is Cyan = 0, Magento = 0.79, Yellow = 0.45 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 238 | 49 | 130 | - |
| CMYK | 0 | 0.79 | 0.45 | 0.07 |
| HSL | 334.29º | 0.85% | 0.56% | - |
| HSV(B) | 334.29º | 0.79% | 0.93% | - |
| XYZ | 40.39 | 21.99 | 23.23 | - |
| YUV | 114.75 | 136.62 | 215.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 238 | 49 | 130 | 0 | 0.79 | 0.45 | 0.07 | 334.29 | 0.85 | 0.56 |
| Hex | EE | 31 | 82 | 0 | 4F | 2D | 7 | 14E | 55 | 38 |
| Octal | 356 | 61 | 202 | 0 | 117 | 55 | 7 | 516 | 125 | 70 |
| Binary | 11101110 | 110001 | 10000010 | 0 | 1001111 | 101101 | 111 | 101001110 | 1010101 | 111000 |
Color Harmonies of #EE3182
Complementary color
Monochromatic Colors of #EE3182
Black with #EE3182
Text Example
Text Example
White with #EE3182
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EE3182; }
p { color: rgb(238,49,130); }
H1.HeaderClassName
{
color: #EE3182;
}
.AnyTagClassName
{
color: #EE3182;
}
</style>
background-color css
<style>
a { background-color: #EE3182; }
a { background-color: rgb(238,49,130); }
div.DivClassName
{
background-color: #EE3182;
}
.BgClassName
{
background-color: #EE3182;
}
</style>
border-color css
<style>
span { border-color: #EE3182; }
span { border-color: rgb(238,49,130); }
td.TdClassName
{
border-color: #EE3182;
}
.TagClassName
{
border-color: #EE3182;
}
</style>