Shades of Deep Cerise #EE2385
Tints of Deep Cerise #EE2385
RGB
CMYK
RGB Variations
Color information
#EE2385 (or 0xEE2385) is known color: Deep Cerise. HEX triplet: EE, 23 and 85. RGB value is (238,35,133). Sum of RGB (Red+Green+Blue) = 238+35+133=406 (53% of max value = 765). Red value is 238 (93.36% from 255 or 58.62% from 406); Green value is 35 (14.06% from 255 or 8.62% from 406); Blue value is 133 (52.34% from 255 or 32.76% from 406); Max value from RGB is 238 - color contains mainly: red. Hex color #EE2385 is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #EE2385 is #11DC7A. Grayscale: #6A6A6A. Windows color (decimal): -1170555 or 8725486. OLE color: 8725486.
HSL color Cylindrical-coordinate representation of color #EE2385: hue angle of 331.03º degrees, saturation: 0.86, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #EE2385 is Cyan = 0, Magento = 0.85, Yellow = 0.44 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 238 | 35 | 133 | - |
| CMYK | 0 | 0.85 | 0.44 | 0.07 |
| HSL | 331.03º | 0.86% | 0.54% | - |
| HSV(B) | 331.03º | 0.85% | 0.93% | - |
| XYZ | 40.09 | 21.07 | 24.14 | - |
| YUV | 106.87 | 142.75 | 221.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 238 | 35 | 133 | 0 | 0.85 | 0.44 | 0.07 | 331.03 | 0.86 | 0.54 |
| Hex | EE | 23 | 85 | 0 | 55 | 2C | 7 | 14B | 56 | 36 |
| Octal | 356 | 43 | 205 | 0 | 125 | 54 | 7 | 513 | 126 | 66 |
| Binary | 11101110 | 100011 | 10000101 | 0 | 1010101 | 101100 | 111 | 101001011 | 1010110 | 110110 |
Color Harmonies of #EE2385
Complementary color
Monochromatic Colors of #EE2385
Black with #EE2385
Text Example
Text Example
White with #EE2385
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EE2385; }
p { color: rgb(238,35,133); }
H1.HeaderClassName
{
color: #EE2385;
}
.AnyTagClassName
{
color: #EE2385;
}
</style>
background-color css
<style>
a { background-color: #EE2385; }
a { background-color: rgb(238,35,133); }
div.DivClassName
{
background-color: #EE2385;
}
.BgClassName
{
background-color: #EE2385;
}
</style>
border-color css
<style>
span { border-color: #EE2385; }
span { border-color: rgb(238,35,133); }
td.TdClassName
{
border-color: #EE2385;
}
.TagClassName
{
border-color: #EE2385;
}
</style>