Shades of Deep Cerise #E21A7E
Tints of Deep Cerise #E21A7E
RGB
CMYK
RGB Variations
Color information
#E21A7E (or 0xE21A7E) is known color: Deep Cerise. HEX triplet: E2, 1A and 7E. RGB value is (226,26,126). Sum of RGB (Red+Green+Blue) = 226+26+126=378 (50% of max value = 765). Red value is 226 (88.67% from 255 or 59.79% from 378); Green value is 26 (10.55% from 255 or 6.88% from 378); Blue value is 126 (49.61% from 255 or 33.33% from 378); Max value from RGB is 226 - color contains mainly: red. Hex color #E21A7E is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #E21A7E is #1DE581. Grayscale: #616161. Windows color (decimal): -1959298 or 8264418. OLE color: 8264418.
HSL color Cylindrical-coordinate representation of color #E21A7E: hue angle of 330º degrees, saturation: 0.79, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #E21A7E is Cyan = 0, Magento = 0.88, Yellow = 0.44 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 226 | 26 | 126 | - |
| CMYK | 0 | 0.88 | 0.44 | 0.11 |
| HSL | 330º | 0.79% | 0.49% | - |
| HSV(B) | 330º | 0.88% | 0.89% | - |
| XYZ | 35.5 | 18.41 | 21.42 | - |
| YUV | 97.2 | 144.26 | 219.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 226 | 26 | 126 | 0 | 0.88 | 0.44 | 0.11 | 330 | 0.79 | 0.49 |
| Hex | E2 | 1A | 7E | 0 | 58 | 2C | B | 14A | 4F | 31 |
| Octal | 342 | 32 | 176 | 0 | 130 | 54 | 13 | 512 | 117 | 61 |
| Binary | 11100010 | 11010 | 1111110 | 0 | 1011000 | 101100 | 1011 | 101001010 | 1001111 | 110001 |
Color Harmonies of #E21A7E
Complementary color
Monochromatic Colors of #E21A7E
Black with #E21A7E
Text Example
Text Example
White with #E21A7E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E21A7E; }
p { color: rgb(226,26,126); }
H1.HeaderClassName
{
color: #E21A7E;
}
.AnyTagClassName
{
color: #E21A7E;
}
</style>
background-color css
<style>
a { background-color: #E21A7E; }
a { background-color: rgb(226,26,126); }
div.DivClassName
{
background-color: #E21A7E;
}
.BgClassName
{
background-color: #E21A7E;
}
</style>
border-color css
<style>
span { border-color: #E21A7E; }
span { border-color: rgb(226,26,126); }
td.TdClassName
{
border-color: #E21A7E;
}
.TagClassName
{
border-color: #E21A7E;
}
</style>