Shades of Deep Cerise #EE3185
Tints of Deep Cerise #EE3185
RGB
CMYK
RGB Variations
Color information
#EE3185 (or 0xEE3185) is known color: Deep Cerise. HEX triplet: EE, 31 and 85. RGB value is (238,49,133). Sum of RGB (Red+Green+Blue) = 238+49+133=420 (55% of max value = 765). Red value is 238 (93.36% from 255 or 56.67% from 420); Green value is 49 (19.53% from 255 or 11.67% from 420); Blue value is 133 (52.34% from 255 or 31.67% from 420); Max value from RGB is 238 - color contains mainly: red. Hex color #EE3185 is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #EE3185 is #11CE7A. Grayscale: #727272. Windows color (decimal): -1166971 or 8729070. OLE color: 8729070.
HSL color Cylindrical-coordinate representation of color #EE3185: hue angle of 333.33º 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 #EE3185 is Cyan = 0, Magento = 0.79, Yellow = 0.44 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 238 | 49 | 133 | - |
| CMYK | 0 | 0.79 | 0.44 | 0.07 |
| HSL | 333.33º | 0.85% | 0.56% | - |
| HSV(B) | 333.33º | 0.79% | 0.93% | - |
| XYZ | 40.59 | 22.07 | 24.31 | - |
| YUV | 115.09 | 138.12 | 215.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 238 | 49 | 133 | 0 | 0.79 | 0.44 | 0.07 | 333.33 | 0.85 | 0.56 |
| Hex | EE | 31 | 85 | 0 | 4F | 2C | 7 | 14D | 55 | 38 |
| Octal | 356 | 61 | 205 | 0 | 117 | 54 | 7 | 515 | 125 | 70 |
| Binary | 11101110 | 110001 | 10000101 | 0 | 1001111 | 101100 | 111 | 101001101 | 1010101 | 111000 |
Color Harmonies of #EE3185
Complementary color
Monochromatic Colors of #EE3185
Black with #EE3185
Text Example
Text Example
White with #EE3185
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EE3185; }
p { color: rgb(238,49,133); }
H1.HeaderClassName
{
color: #EE3185;
}
.AnyTagClassName
{
color: #EE3185;
}
</style>
background-color css
<style>
a { background-color: #EE3185; }
a { background-color: rgb(238,49,133); }
div.DivClassName
{
background-color: #EE3185;
}
.BgClassName
{
background-color: #EE3185;
}
</style>
border-color css
<style>
span { border-color: #EE3185; }
span { border-color: rgb(238,49,133); }
td.TdClassName
{
border-color: #EE3185;
}
.TagClassName
{
border-color: #EE3185;
}
</style>