Shades of Deep Cerise #EE2C7E
Tints of Deep Cerise #EE2C7E
RGB
CMYK
RGB Variations
Color information
#EE2C7E (or 0xEE2C7E) is known color: Deep Cerise. HEX triplet: EE, 2C and 7E. RGB value is (238,44,126). Sum of RGB (Red+Green+Blue) = 238+44+126=408 (54% of max value = 765). Red value is 238 (93.36% from 255 or 58.33% from 408); Green value is 44 (17.58% from 255 or 10.78% from 408); Blue value is 126 (49.61% from 255 or 30.88% from 408); Max value from RGB is 238 - color contains mainly: red. Hex color #EE2C7E is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #EE2C7E is #11D381. Grayscale: #6F6F6F. Windows color (decimal): -1168258 or 8269038. OLE color: 8269038.
HSL color Cylindrical-coordinate representation of color #EE2C7E: hue angle of 334.64º 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 #EE2C7E is Cyan = 0, Magento = 0.82, Yellow = 0.47 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 238 | 44 | 126 | - |
| CMYK | 0 | 0.82 | 0.47 | 0.07 |
| HSL | 334.64º | 0.85% | 0.55% | - |
| HSV(B) | 334.64º | 0.82% | 0.93% | - |
| XYZ | 39.93 | 21.48 | 21.78 | - |
| YUV | 111.35 | 136.27 | 218.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 238 | 44 | 126 | 0 | 0.82 | 0.47 | 0.07 | 334.64 | 0.85 | 0.55 |
| Hex | EE | 2C | 7E | 0 | 52 | 2F | 7 | 14F | 55 | 37 |
| Octal | 356 | 54 | 176 | 0 | 122 | 57 | 7 | 517 | 125 | 67 |
| Binary | 11101110 | 101100 | 1111110 | 0 | 1010010 | 101111 | 111 | 101001111 | 1010101 | 110111 |
Color Harmonies of #EE2C7E
Complementary color
Monochromatic Colors of #EE2C7E
Black with #EE2C7E
Text Example
Text Example
White with #EE2C7E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EE2C7E; }
p { color: rgb(238,44,126); }
H1.HeaderClassName
{
color: #EE2C7E;
}
.AnyTagClassName
{
color: #EE2C7E;
}
</style>
background-color css
<style>
a { background-color: #EE2C7E; }
a { background-color: rgb(238,44,126); }
div.DivClassName
{
background-color: #EE2C7E;
}
.BgClassName
{
background-color: #EE2C7E;
}
</style>
border-color css
<style>
span { border-color: #EE2C7E; }
span { border-color: rgb(238,44,126); }
td.TdClassName
{
border-color: #EE2C7E;
}
.TagClassName
{
border-color: #EE2C7E;
}
</style>