Shades of Deep Cerise #E0227A
Tints of Deep Cerise #E0227A
RGB
CMYK
RGB Variations
Color information
#E0227A (or 0xE0227A) is known color: Deep Cerise. HEX triplet: E0, 22 and 7A. RGB value is (224,34,122). Sum of RGB (Red+Green+Blue) = 224+34+122=380 (50% of max value = 765). Red value is 224 (87.89% from 255 or 58.95% from 380); Green value is 34 (13.67% from 255 or 8.95% from 380); Blue value is 122 (48.05% from 255 or 32.11% from 380); Max value from RGB is 224 - color contains mainly: red. Hex color #E0227A is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #E0227A is #1FDD85. Grayscale: #646464. Windows color (decimal): -2088326 or 8004320. OLE color: 8004320.
HSL color Cylindrical-coordinate representation of color #E0227A: hue angle of 332.21º degrees, saturation: 0.75, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #E0227A is Cyan = 0, Magento = 0.85, Yellow = 0.46 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 224 | 34 | 122 | - |
| CMYK | 0 | 0.85 | 0.46 | 0.12 |
| HSL | 332.21º | 0.75% | 0.51% | - |
| HSV(B) | 332.21º | 0.85% | 0.88% | - |
| XYZ | 34.83 | 18.4 | 20.13 | - |
| YUV | 100.84 | 139.95 | 215.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 224 | 34 | 122 | 0 | 0.85 | 0.46 | 0.12 | 332.21 | 0.75 | 0.51 |
| Hex | E0 | 22 | 7A | 0 | 55 | 2E | C | 14C | 4B | 33 |
| Octal | 340 | 42 | 172 | 0 | 125 | 56 | 14 | 514 | 113 | 63 |
| Binary | 11100000 | 100010 | 1111010 | 0 | 1010101 | 101110 | 1100 | 101001100 | 1001011 | 110011 |
Color Harmonies of #E0227A
Complementary color
Monochromatic Colors of #E0227A
Black with #E0227A
Text Example
Text Example
White with #E0227A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E0227A; }
p { color: rgb(224,34,122); }
H1.HeaderClassName
{
color: #E0227A;
}
.AnyTagClassName
{
color: #E0227A;
}
</style>
background-color css
<style>
a { background-color: #E0227A; }
a { background-color: rgb(224,34,122); }
div.DivClassName
{
background-color: #E0227A;
}
.BgClassName
{
background-color: #E0227A;
}
</style>
border-color css
<style>
span { border-color: #E0227A; }
span { border-color: rgb(224,34,122); }
td.TdClassName
{
border-color: #E0227A;
}
.TagClassName
{
border-color: #E0227A;
}
</style>