Shades of Deep Cerise #E22D8F
Tints of Deep Cerise #E22D8F
RGB
CMYK
RGB Variations
Color information
#E22D8F (or 0xE22D8F) is known color: Deep Cerise. HEX triplet: E2, 2D and 8F. RGB value is (226,45,143). Sum of RGB (Red+Green+Blue) = 226+45+143=414 (54% of max value = 765). Red value is 226 (88.67% from 255 or 54.59% from 414); Green value is 45 (17.97% from 255 or 10.87% from 414); Blue value is 143 (56.25% from 255 or 34.54% from 414); Max value from RGB is 226 - color contains mainly: red. Hex color #E22D8F is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #E22D8F is #1DD270. Grayscale: #6E6E6E. Windows color (decimal): -1954417 or 9383394. OLE color: 9383394.
HSL color Cylindrical-coordinate representation of color #E22D8F: hue angle of 327.51º degrees, saturation: 0.76, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #E22D8F is Cyan = 0, Magento = 0.80, Yellow = 0.37 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 226 | 45 | 143 | - |
| CMYK | 0 | 0.80 | 0.37 | 0.11 |
| HSL | 327.51º | 0.76% | 0.53% | - |
| HSV(B) | 327.51º | 0.8% | 0.89% | - |
| XYZ | 37.26 | 20.03 | 27.89 | - |
| YUV | 110.29 | 146.47 | 210.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 226 | 45 | 143 | 0 | 0.80 | 0.37 | 0.11 | 327.51 | 0.76 | 0.53 |
| Hex | E2 | 2D | 8F | 0 | 50 | 25 | B | 148 | 4C | 35 |
| Octal | 342 | 55 | 217 | 0 | 120 | 45 | 13 | 510 | 114 | 65 |
| Binary | 11100010 | 101101 | 10001111 | 0 | 1010000 | 100101 | 1011 | 101001000 | 1001100 | 110101 |
Color Harmonies of #E22D8F
Complementary color
Monochromatic Colors of #E22D8F
Black with #E22D8F
Text Example
Text Example
White with #E22D8F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E22D8F; }
p { color: rgb(226,45,143); }
H1.HeaderClassName
{
color: #E22D8F;
}
.AnyTagClassName
{
color: #E22D8F;
}
</style>
background-color css
<style>
a { background-color: #E22D8F; }
a { background-color: rgb(226,45,143); }
div.DivClassName
{
background-color: #E22D8F;
}
.BgClassName
{
background-color: #E22D8F;
}
</style>
border-color css
<style>
span { border-color: #E22D8F; }
span { border-color: rgb(226,45,143); }
td.TdClassName
{
border-color: #E22D8F;
}
.TagClassName
{
border-color: #E22D8F;
}
</style>