Shades of Deep Cerise #EE3285
Tints of Deep Cerise #EE3285
RGB
CMYK
RGB Variations
Color information
#EE3285 (or 0xEE3285) is known color: Deep Cerise. HEX triplet: EE, 32 and 85. RGB value is (238,50,133). Sum of RGB (Red+Green+Blue) = 238+50+133=421 (55% of max value = 765). Red value is 238 (93.36% from 255 or 56.53% from 421); Green value is 50 (19.92% from 255 or 11.88% from 421); Blue value is 133 (52.34% from 255 or 31.59% from 421); Max value from RGB is 238 - color contains mainly: red. Hex color #EE3285 is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #EE3285 is #11CD7A. Grayscale: #737373. Windows color (decimal): -1166715 or 8729326. OLE color: 8729326.
HSL color Cylindrical-coordinate representation of color #EE3285: hue angle of 333.51º 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 #EE3285 is Cyan = 0, Magento = 0.79, Yellow = 0.44 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 238 | 50 | 133 | - |
| CMYK | 0 | 0.79 | 0.44 | 0.07 |
| HSL | 333.51º | 0.85% | 0.56% | - |
| HSV(B) | 333.51º | 0.79% | 0.93% | - |
| XYZ | 40.63 | 22.15 | 24.32 | - |
| YUV | 115.67 | 137.78 | 215.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 238 | 50 | 133 | 0 | 0.79 | 0.44 | 0.07 | 333.51 | 0.85 | 0.56 |
| Hex | EE | 32 | 85 | 0 | 4F | 2C | 7 | 14E | 55 | 38 |
| Octal | 356 | 62 | 205 | 0 | 117 | 54 | 7 | 516 | 125 | 70 |
| Binary | 11101110 | 110010 | 10000101 | 0 | 1001111 | 101100 | 111 | 101001110 | 1010101 | 111000 |
Color Harmonies of #EE3285
Complementary color
Monochromatic Colors of #EE3285
Black with #EE3285
Text Example
Text Example
White with #EE3285
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EE3285; }
p { color: rgb(238,50,133); }
H1.HeaderClassName
{
color: #EE3285;
}
.AnyTagClassName
{
color: #EE3285;
}
</style>
background-color css
<style>
a { background-color: #EE3285; }
a { background-color: rgb(238,50,133); }
div.DivClassName
{
background-color: #EE3285;
}
.BgClassName
{
background-color: #EE3285;
}
</style>
border-color css
<style>
span { border-color: #EE3285; }
span { border-color: rgb(238,50,133); }
td.TdClassName
{
border-color: #EE3285;
}
.TagClassName
{
border-color: #EE3285;
}
</style>