Shades of Deep Cerise #E9227F
Tints of Deep Cerise #E9227F
RGB
CMYK
RGB Variations
Color information
#E9227F (or 0xE9227F) is known color: Deep Cerise. HEX triplet: E9, 22 and 7F. RGB value is (233,34,127). Sum of RGB (Red+Green+Blue) = 233+34+127=394 (52% of max value = 765). Red value is 233 (91.41% from 255 or 59.14% from 394); Green value is 34 (13.67% from 255 or 8.63% from 394); Blue value is 127 (50% from 255 or 32.23% from 394); Max value from RGB is 233 - color contains mainly: red. Hex color #E9227F is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #E9227F is #16DD80. Grayscale: #676767. Windows color (decimal): -1498497 or 8332009. OLE color: 8332009.
HSL color Cylindrical-coordinate representation of color #E9227F: hue angle of 331.96º degrees, saturation: 0.82, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #E9227F is Cyan = 0, Magento = 0.85, Yellow = 0.45 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 233 | 34 | 127 | - |
| CMYK | 0 | 0.85 | 0.45 | 0.09 |
| HSL | 331.96º | 0.82% | 0.52% | - |
| HSV(B) | 331.96º | 0.85% | 0.91% | - |
| XYZ | 38.01 | 20 | 21.94 | - |
| YUV | 104.1 | 140.93 | 219.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 233 | 34 | 127 | 0 | 0.85 | 0.45 | 0.09 | 331.96 | 0.82 | 0.52 |
| Hex | E9 | 22 | 7F | 0 | 55 | 2D | 9 | 14C | 52 | 34 |
| Octal | 351 | 42 | 177 | 0 | 125 | 55 | 11 | 514 | 122 | 64 |
| Binary | 11101001 | 100010 | 1111111 | 0 | 1010101 | 101101 | 1001 | 101001100 | 1010010 | 110100 |
Color Harmonies of #E9227F
Complementary color
Monochromatic Colors of #E9227F
Black with #E9227F
Text Example
Text Example
White with #E9227F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E9227F; }
p { color: rgb(233,34,127); }
H1.HeaderClassName
{
color: #E9227F;
}
.AnyTagClassName
{
color: #E9227F;
}
</style>
background-color css
<style>
a { background-color: #E9227F; }
a { background-color: rgb(233,34,127); }
div.DivClassName
{
background-color: #E9227F;
}
.BgClassName
{
background-color: #E9227F;
}
</style>
border-color css
<style>
span { border-color: #E9227F; }
span { border-color: rgb(233,34,127); }
td.TdClassName
{
border-color: #E9227F;
}
.TagClassName
{
border-color: #E9227F;
}
</style>