Shades of Deep Cerise #E21A8C
Tints of Deep Cerise #E21A8C
RGB
CMYK
RGB Variations
Color information
#E21A8C (or 0xE21A8C) is known color: Deep Cerise. HEX triplet: E2, 1A and 8C. RGB value is (226,26,140). Sum of RGB (Red+Green+Blue) = 226+26+140=392 (51% of max value = 765). Red value is 226 (88.67% from 255 or 57.65% from 392); Green value is 26 (10.55% from 255 or 6.63% from 392); Blue value is 140 (55.08% from 255 or 35.71% from 392); Max value from RGB is 226 - color contains mainly: red. Hex color #E21A8C is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #E21A8C is #1DE573. Grayscale: #626262. Windows color (decimal): -1959284 or 9181922. OLE color: 9181922.
HSL color Cylindrical-coordinate representation of color #E21A8C: hue angle of 325.8º 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 #E21A8C is Cyan = 0, Magento = 0.88, Yellow = 0.38 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 226 | 26 | 140 | - |
| CMYK | 0 | 0.88 | 0.38 | 0.11 |
| HSL | 325.8º | 0.79% | 0.49% | - |
| HSV(B) | 325.8º | 0.88% | 0.89% | - |
| XYZ | 36.47 | 18.8 | 26.52 | - |
| YUV | 98.8 | 151.26 | 218.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 226 | 26 | 140 | 0 | 0.88 | 0.38 | 0.11 | 325.8 | 0.79 | 0.49 |
| Hex | E2 | 1A | 8C | 0 | 58 | 26 | B | 146 | 4F | 31 |
| Octal | 342 | 32 | 214 | 0 | 130 | 46 | 13 | 506 | 117 | 61 |
| Binary | 11100010 | 11010 | 10001100 | 0 | 1011000 | 100110 | 1011 | 101000110 | 1001111 | 110001 |
Color Harmonies of #E21A8C
Complementary color
Monochromatic Colors of #E21A8C
Black with #E21A8C
Text Example
Text Example
White with #E21A8C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E21A8C; }
p { color: rgb(226,26,140); }
H1.HeaderClassName
{
color: #E21A8C;
}
.AnyTagClassName
{
color: #E21A8C;
}
</style>
background-color css
<style>
a { background-color: #E21A8C; }
a { background-color: rgb(226,26,140); }
div.DivClassName
{
background-color: #E21A8C;
}
.BgClassName
{
background-color: #E21A8C;
}
</style>
border-color css
<style>
span { border-color: #E21A8C; }
span { border-color: rgb(226,26,140); }
td.TdClassName
{
border-color: #E21A8C;
}
.TagClassName
{
border-color: #E21A8C;
}
</style>