Shades of Deep Cerise #E21A87
Tints of Deep Cerise #E21A87
RGB
CMYK
RGB Variations
Color information
#E21A87 (or 0xE21A87) is known color: Deep Cerise. HEX triplet: E2, 1A and 87. RGB value is (226,26,135). Sum of RGB (Red+Green+Blue) = 226+26+135=387 (51% of max value = 765). Red value is 226 (88.67% from 255 or 58.40% from 387); Green value is 26 (10.55% from 255 or 6.72% from 387); Blue value is 135 (53.12% from 255 or 34.88% from 387); Max value from RGB is 226 - color contains mainly: red. Hex color #E21A87 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #E21A87 is #1DE578. Grayscale: #616161. Windows color (decimal): -1959289 or 8854242. OLE color: 8854242.
HSL color Cylindrical-coordinate representation of color #E21A87: hue angle of 327.3º 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 #E21A87 is Cyan = 0, Magento = 0.88, Yellow = 0.40 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 226 | 26 | 135 | - |
| CMYK | 0 | 0.88 | 0.40 | 0.11 |
| HSL | 327.3º | 0.79% | 0.49% | - |
| HSV(B) | 327.3º | 0.88% | 0.89% | - |
| XYZ | 36.11 | 18.66 | 24.62 | - |
| YUV | 98.23 | 148.76 | 219.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 226 | 26 | 135 | 0 | 0.88 | 0.40 | 0.11 | 327.3 | 0.79 | 0.49 |
| Hex | E2 | 1A | 87 | 0 | 58 | 28 | B | 147 | 4F | 31 |
| Octal | 342 | 32 | 207 | 0 | 130 | 50 | 13 | 507 | 117 | 61 |
| Binary | 11100010 | 11010 | 10000111 | 0 | 1011000 | 101000 | 1011 | 101000111 | 1001111 | 110001 |
Color Harmonies of #E21A87
Complementary color
Monochromatic Colors of #E21A87
Black with #E21A87
Text Example
Text Example
White with #E21A87
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E21A87; }
p { color: rgb(226,26,135); }
H1.HeaderClassName
{
color: #E21A87;
}
.AnyTagClassName
{
color: #E21A87;
}
</style>
background-color css
<style>
a { background-color: #E21A87; }
a { background-color: rgb(226,26,135); }
div.DivClassName
{
background-color: #E21A87;
}
.BgClassName
{
background-color: #E21A87;
}
</style>
border-color css
<style>
span { border-color: #E21A87; }
span { border-color: rgb(226,26,135); }
td.TdClassName
{
border-color: #E21A87;
}
.TagClassName
{
border-color: #E21A87;
}
</style>