Shades of Deep Cerise #EE2C7D
Tints of Deep Cerise #EE2C7D
RGB
CMYK
RGB Variations
Color information
#EE2C7D (or 0xEE2C7D) is known color: Deep Cerise. HEX triplet: EE, 2C and 7D. RGB value is (238,44,125). Sum of RGB (Red+Green+Blue) = 238+44+125=407 (53% of max value = 765). Red value is 238 (93.36% from 255 or 58.48% from 407); Green value is 44 (17.58% from 255 or 10.81% from 407); Blue value is 125 (49.22% from 255 or 30.71% from 407); Max value from RGB is 238 - color contains mainly: red. Hex color #EE2C7D is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #EE2C7D is #11D382. Grayscale: #6F6F6F. Windows color (decimal): -1168259 or 8203502. OLE color: 8203502.
HSL color Cylindrical-coordinate representation of color #EE2C7D: hue angle of 334.95º degrees, saturation: 0.85, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #EE2C7D is Cyan = 0, Magento = 0.82, Yellow = 0.47 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 238 | 44 | 125 | - |
| CMYK | 0 | 0.82 | 0.47 | 0.07 |
| HSL | 334.95º | 0.85% | 0.55% | - |
| HSV(B) | 334.95º | 0.82% | 0.93% | - |
| XYZ | 39.86 | 21.46 | 21.44 | - |
| YUV | 111.24 | 135.77 | 218.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 238 | 44 | 125 | 0 | 0.82 | 0.47 | 0.07 | 334.95 | 0.85 | 0.55 |
| Hex | EE | 2C | 7D | 0 | 52 | 2F | 7 | 14F | 55 | 37 |
| Octal | 356 | 54 | 175 | 0 | 122 | 57 | 7 | 517 | 125 | 67 |
| Binary | 11101110 | 101100 | 1111101 | 0 | 1010010 | 101111 | 111 | 101001111 | 1010101 | 110111 |
Color Harmonies of #EE2C7D
Complementary color
Monochromatic Colors of #EE2C7D
Black with #EE2C7D
Text Example
Text Example
White with #EE2C7D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EE2C7D; }
p { color: rgb(238,44,125); }
H1.HeaderClassName
{
color: #EE2C7D;
}
.AnyTagClassName
{
color: #EE2C7D;
}
</style>
background-color css
<style>
a { background-color: #EE2C7D; }
a { background-color: rgb(238,44,125); }
div.DivClassName
{
background-color: #EE2C7D;
}
.BgClassName
{
background-color: #EE2C7D;
}
</style>
border-color css
<style>
span { border-color: #EE2C7D; }
span { border-color: rgb(238,44,125); }
td.TdClassName
{
border-color: #EE2C7D;
}
.TagClassName
{
border-color: #EE2C7D;
}
</style>