Shades of Deep Cerise #E21E8E
Tints of Deep Cerise #E21E8E
RGB
CMYK
RGB Variations
Color information
#E21E8E (or 0xE21E8E) is known color: Deep Cerise. HEX triplet: E2, 1E and 8E. RGB value is (226,30,142). Sum of RGB (Red+Green+Blue) = 226+30+142=398 (52% of max value = 765). Red value is 226 (88.67% from 255 or 56.78% from 398); Green value is 30 (12.11% from 255 or 7.54% from 398); Blue value is 142 (55.86% from 255 or 35.68% from 398); Max value from RGB is 226 - color contains mainly: red. Hex color #E21E8E is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #E21E8E is #1DE171. Grayscale: #656565. Windows color (decimal): -1958258 or 9314018. OLE color: 9314018.
HSL color Cylindrical-coordinate representation of color #E21E8E: hue angle of 325.71º degrees, saturation: 0.77, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #E21E8E is Cyan = 0, Magento = 0.87, Yellow = 0.37 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 226 | 30 | 142 | - |
| CMYK | 0 | 0.87 | 0.37 | 0.11 |
| HSL | 325.71º | 0.77% | 0.5% | - |
| HSV(B) | 325.71º | 0.87% | 0.89% | - |
| XYZ | 36.71 | 19.05 | 27.33 | - |
| YUV | 101.37 | 150.93 | 216.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 226 | 30 | 142 | 0 | 0.87 | 0.37 | 0.11 | 325.71 | 0.77 | 0.5 |
| Hex | E2 | 1E | 8E | 0 | 57 | 25 | B | 146 | 4D | 32 |
| Octal | 342 | 36 | 216 | 0 | 127 | 45 | 13 | 506 | 115 | 62 |
| Binary | 11100010 | 11110 | 10001110 | 0 | 1010111 | 100101 | 1011 | 101000110 | 1001101 | 110010 |
Color Harmonies of #E21E8E
Complementary color
Monochromatic Colors of #E21E8E
Black with #E21E8E
Text Example
Text Example
White with #E21E8E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E21E8E; }
p { color: rgb(226,30,142); }
H1.HeaderClassName
{
color: #E21E8E;
}
.AnyTagClassName
{
color: #E21E8E;
}
</style>
background-color css
<style>
a { background-color: #E21E8E; }
a { background-color: rgb(226,30,142); }
div.DivClassName
{
background-color: #E21E8E;
}
.BgClassName
{
background-color: #E21E8E;
}
</style>
border-color css
<style>
span { border-color: #E21E8E; }
span { border-color: rgb(226,30,142); }
td.TdClassName
{
border-color: #E21E8E;
}
.TagClassName
{
border-color: #E21E8E;
}
</style>