Shades of Deep Cerise #EE227D
Tints of Deep Cerise #EE227D
RGB
CMYK
RGB Variations
Color information
#EE227D (or 0xEE227D) is known color: Deep Cerise. HEX triplet: EE, 22 and 7D. RGB value is (238,34,125). Sum of RGB (Red+Green+Blue) = 238+34+125=397 (52% of max value = 765). Red value is 238 (93.36% from 255 or 59.95% from 397); Green value is 34 (13.67% from 255 or 8.56% from 397); Blue value is 125 (49.22% from 255 or 31.49% from 397); Max value from RGB is 238 - color contains mainly: red. Hex color #EE227D is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #EE227D is #11DD82. Grayscale: #696969. Windows color (decimal): -1170819 or 8200942. OLE color: 8200942.
HSL color Cylindrical-coordinate representation of color #EE227D: hue angle of 333.24º 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 #EE227D is Cyan = 0, Magento = 0.86, Yellow = 0.47 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 238 | 34 | 125 | - |
| CMYK | 0 | 0.86 | 0.47 | 0.07 |
| HSL | 333.24º | 0.86% | 0.53% | - |
| HSV(B) | 333.24º | 0.86% | 0.93% | - |
| XYZ | 39.53 | 20.8 | 21.33 | - |
| YUV | 105.37 | 139.09 | 222.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 238 | 34 | 125 | 0 | 0.86 | 0.47 | 0.07 | 333.24 | 0.86 | 0.53 |
| Hex | EE | 22 | 7D | 0 | 56 | 2F | 7 | 14D | 56 | 35 |
| Octal | 356 | 42 | 175 | 0 | 126 | 57 | 7 | 515 | 126 | 65 |
| Binary | 11101110 | 100010 | 1111101 | 0 | 1010110 | 101111 | 111 | 101001101 | 1010110 | 110101 |
Color Harmonies of #EE227D
Complementary color
Monochromatic Colors of #EE227D
Black with #EE227D
Text Example
Text Example
White with #EE227D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EE227D; }
p { color: rgb(238,34,125); }
H1.HeaderClassName
{
color: #EE227D;
}
.AnyTagClassName
{
color: #EE227D;
}
</style>
background-color css
<style>
a { background-color: #EE227D; }
a { background-color: rgb(238,34,125); }
div.DivClassName
{
background-color: #EE227D;
}
.BgClassName
{
background-color: #EE227D;
}
</style>
border-color css
<style>
span { border-color: #EE227D; }
span { border-color: rgb(238,34,125); }
td.TdClassName
{
border-color: #EE227D;
}
.TagClassName
{
border-color: #EE227D;
}
</style>