Shades of Deep Cerise #EE227F
Tints of Deep Cerise #EE227F
RGB
CMYK
RGB Variations
Color information
#EE227F (or 0xEE227F) is known color: Deep Cerise. HEX triplet: EE, 22 and 7F. RGB value is (238,34,127). Sum of RGB (Red+Green+Blue) = 238+34+127=399 (52% of max value = 765). Red value is 238 (93.36% from 255 or 59.65% from 399); Green value is 34 (13.67% from 255 or 8.52% from 399); Blue value is 127 (50% from 255 or 31.83% from 399); Max value from RGB is 238 - color contains mainly: red. Hex color #EE227F is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #EE227F is #11DD80. Grayscale: #696969. Windows color (decimal): -1170817 or 8332014. OLE color: 8332014.
HSL color Cylindrical-coordinate representation of color #EE227F: hue angle of 332.65º degrees, saturation: 0.86, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #EE227F is Cyan = 0, Magento = 0.86, Yellow = 0.47 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 238 | 34 | 127 | - |
| CMYK | 0 | 0.86 | 0.47 | 0.07 |
| HSL | 332.65º | 0.86% | 0.53% | - |
| HSV(B) | 332.65º | 0.86% | 0.93% | - |
| XYZ | 39.66 | 20.85 | 22.01 | - |
| YUV | 105.6 | 140.09 | 222.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 238 | 34 | 127 | 0 | 0.86 | 0.47 | 0.07 | 332.65 | 0.86 | 0.53 |
| Hex | EE | 22 | 7F | 0 | 56 | 2F | 7 | 14D | 56 | 35 |
| Octal | 356 | 42 | 177 | 0 | 126 | 57 | 7 | 515 | 126 | 65 |
| Binary | 11101110 | 100010 | 1111111 | 0 | 1010110 | 101111 | 111 | 101001101 | 1010110 | 110101 |
Color Harmonies of #EE227F
Complementary color
Monochromatic Colors of #EE227F
Black with #EE227F
Text Example
Text Example
White with #EE227F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EE227F; }
p { color: rgb(238,34,127); }
H1.HeaderClassName
{
color: #EE227F;
}
.AnyTagClassName
{
color: #EE227F;
}
</style>
background-color css
<style>
a { background-color: #EE227F; }
a { background-color: rgb(238,34,127); }
div.DivClassName
{
background-color: #EE227F;
}
.BgClassName
{
background-color: #EE227F;
}
</style>
border-color css
<style>
span { border-color: #EE227F; }
span { border-color: rgb(238,34,127); }
td.TdClassName
{
border-color: #EE227F;
}
.TagClassName
{
border-color: #EE227F;
}
</style>