Shades of Deep Cerise #E5227E
Tints of Deep Cerise #E5227E
RGB
CMYK
RGB Variations
Color information
#E5227E (or 0xE5227E) is known color: Deep Cerise. HEX triplet: E5, 22 and 7E. RGB value is (229,34,126). Sum of RGB (Red+Green+Blue) = 229+34+126=389 (51% of max value = 765). Red value is 229 (89.84% from 255 or 58.87% from 389); Green value is 34 (13.67% from 255 or 8.74% from 389); Blue value is 126 (49.61% from 255 or 32.39% from 389); Max value from RGB is 229 - color contains mainly: red. Hex color #E5227E is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #E5227E is #1ADD81. Grayscale: #666666. Windows color (decimal): -1760642 or 8266469. OLE color: 8266469.
HSL color Cylindrical-coordinate representation of color #E5227E: hue angle of 331.69º degrees, saturation: 0.79, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #E5227E is Cyan = 0, Magento = 0.85, Yellow = 0.45 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 229 | 34 | 126 | - |
| CMYK | 0 | 0.85 | 0.45 | 0.10 |
| HSL | 331.69º | 0.79% | 0.52% | - |
| HSV(B) | 331.69º | 0.85% | 0.9% | - |
| XYZ | 36.65 | 19.31 | 21.53 | - |
| YUV | 102.79 | 141.1 | 218.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 229 | 34 | 126 | 0 | 0.85 | 0.45 | 0.10 | 331.69 | 0.79 | 0.52 |
| Hex | E5 | 22 | 7E | 0 | 55 | 2D | A | 14C | 4F | 34 |
| Octal | 345 | 42 | 176 | 0 | 125 | 55 | 12 | 514 | 117 | 64 |
| Binary | 11100101 | 100010 | 1111110 | 0 | 1010101 | 101101 | 1010 | 101001100 | 1001111 | 110100 |
Color Harmonies of #E5227E
Complementary color
Monochromatic Colors of #E5227E
Black with #E5227E
Text Example
Text Example
White with #E5227E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E5227E; }
p { color: rgb(229,34,126); }
H1.HeaderClassName
{
color: #E5227E;
}
.AnyTagClassName
{
color: #E5227E;
}
</style>
background-color css
<style>
a { background-color: #E5227E; }
a { background-color: rgb(229,34,126); }
div.DivClassName
{
background-color: #E5227E;
}
.BgClassName
{
background-color: #E5227E;
}
</style>
border-color css
<style>
span { border-color: #E5227E; }
span { border-color: rgb(229,34,126); }
td.TdClassName
{
border-color: #E5227E;
}
.TagClassName
{
border-color: #E5227E;
}
</style>