Shades of Deep Cerise #EE2F7F
Tints of Deep Cerise #EE2F7F
RGB
CMYK
RGB Variations
Color information
#EE2F7F (or 0xEE2F7F) is known color: Deep Cerise. HEX triplet: EE, 2F and 7F. RGB value is (238,47,127). Sum of RGB (Red+Green+Blue) = 238+47+127=412 (54% of max value = 765). Red value is 238 (93.36% from 255 or 57.77% from 412); Green value is 47 (18.75% from 255 or 11.41% from 412); Blue value is 127 (50% from 255 or 30.83% from 412); Max value from RGB is 238 - color contains mainly: red. Hex color #EE2F7F is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #EE2F7F is #11D080. Grayscale: #717171. Windows color (decimal): -1167489 or 8335342. OLE color: 8335342.
HSL color Cylindrical-coordinate representation of color #EE2F7F: hue angle of 334.87º degrees, saturation: 0.85, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #EE2F7F is Cyan = 0, Magento = 0.80, Yellow = 0.47 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 238 | 47 | 127 | - |
| CMYK | 0 | 0.80 | 0.47 | 0.07 |
| HSL | 334.87º | 0.85% | 0.56% | - |
| HSV(B) | 334.87º | 0.8% | 0.93% | - |
| XYZ | 40.11 | 21.74 | 22.16 | - |
| YUV | 113.23 | 135.78 | 217 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 238 | 47 | 127 | 0 | 0.80 | 0.47 | 0.07 | 334.87 | 0.85 | 0.56 |
| Hex | EE | 2F | 7F | 0 | 50 | 2F | 7 | 14F | 55 | 38 |
| Octal | 356 | 57 | 177 | 0 | 120 | 57 | 7 | 517 | 125 | 70 |
| Binary | 11101110 | 101111 | 1111111 | 0 | 1010000 | 101111 | 111 | 101001111 | 1010101 | 111000 |
Color Harmonies of #EE2F7F
Complementary color
Monochromatic Colors of #EE2F7F
Black with #EE2F7F
Text Example
Text Example
White with #EE2F7F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EE2F7F; }
p { color: rgb(238,47,127); }
H1.HeaderClassName
{
color: #EE2F7F;
}
.AnyTagClassName
{
color: #EE2F7F;
}
</style>
background-color css
<style>
a { background-color: #EE2F7F; }
a { background-color: rgb(238,47,127); }
div.DivClassName
{
background-color: #EE2F7F;
}
.BgClassName
{
background-color: #EE2F7F;
}
</style>
border-color css
<style>
span { border-color: #EE2F7F; }
span { border-color: rgb(238,47,127); }
td.TdClassName
{
border-color: #EE2F7F;
}
.TagClassName
{
border-color: #EE2F7F;
}
</style>