Shades of Deep Cerise #E21A89
Tints of Deep Cerise #E21A89
RGB
CMYK
RGB Variations
Color information
#E21A89 (or 0xE21A89) is known color: Deep Cerise. HEX triplet: E2, 1A and 89. RGB value is (226,26,137). Sum of RGB (Red+Green+Blue) = 226+26+137=389 (51% of max value = 765). Red value is 226 (88.67% from 255 or 58.10% from 389); Green value is 26 (10.55% from 255 or 6.68% from 389); Blue value is 137 (53.91% from 255 or 35.22% from 389); Max value from RGB is 226 - color contains mainly: red. Hex color #E21A89 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #E21A89 is #1DE576. Grayscale: #626262. Windows color (decimal): -1959287 or 8985314. OLE color: 8985314.
HSL color Cylindrical-coordinate representation of color #E21A89: hue angle of 326.7º 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 #E21A89 is Cyan = 0, Magento = 0.88, Yellow = 0.39 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 226 | 26 | 137 | - |
| CMYK | 0 | 0.88 | 0.39 | 0.11 |
| HSL | 326.7º | 0.79% | 0.49% | - |
| HSV(B) | 326.7º | 0.88% | 0.89% | - |
| XYZ | 36.25 | 18.71 | 25.37 | - |
| YUV | 98.45 | 149.76 | 218.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 226 | 26 | 137 | 0 | 0.88 | 0.39 | 0.11 | 326.7 | 0.79 | 0.49 |
| Hex | E2 | 1A | 89 | 0 | 58 | 27 | B | 147 | 4F | 31 |
| Octal | 342 | 32 | 211 | 0 | 130 | 47 | 13 | 507 | 117 | 61 |
| Binary | 11100010 | 11010 | 10001001 | 0 | 1011000 | 100111 | 1011 | 101000111 | 1001111 | 110001 |
Color Harmonies of #E21A89
Complementary color
Monochromatic Colors of #E21A89
Black with #E21A89
Text Example
Text Example
White with #E21A89
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E21A89; }
p { color: rgb(226,26,137); }
H1.HeaderClassName
{
color: #E21A89;
}
.AnyTagClassName
{
color: #E21A89;
}
</style>
background-color css
<style>
a { background-color: #E21A89; }
a { background-color: rgb(226,26,137); }
div.DivClassName
{
background-color: #E21A89;
}
.BgClassName
{
background-color: #E21A89;
}
</style>
border-color css
<style>
span { border-color: #E21A89; }
span { border-color: rgb(226,26,137); }
td.TdClassName
{
border-color: #E21A89;
}
.TagClassName
{
border-color: #E21A89;
}
</style>