Shades of Deep Cerise #E21781
Tints of Deep Cerise #E21781
RGB
CMYK
RGB Variations
Color information
#E21781 (or 0xE21781) is known color: Deep Cerise. HEX triplet: E2, 17 and 81. RGB value is (226,23,129). Sum of RGB (Red+Green+Blue) = 226+23+129=378 (50% of max value = 765). Red value is 226 (88.67% from 255 or 59.79% from 378); Green value is 23 (9.38% from 255 or 6.08% from 378); Blue value is 129 (50.78% from 255 or 34.13% from 378); Max value from RGB is 226 - color contains mainly: red. Hex color #E21781 is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #E21781 is #1DE87E. Grayscale: #5F5F5F. Windows color (decimal): -1960063 or 8460258. OLE color: 8460258.
HSL color Cylindrical-coordinate representation of color #E21781: hue angle of 328.67º degrees, saturation: 0.82, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #E21781 is Cyan = 0, Magento = 0.90, Yellow = 0.43 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 226 | 23 | 129 | - |
| CMYK | 0 | 0.90 | 0.43 | 0.11 |
| HSL | 328.67º | 0.82% | 0.49% | - |
| HSV(B) | 328.67º | 0.9% | 0.89% | - |
| XYZ | 35.63 | 18.37 | 22.44 | - |
| YUV | 95.78 | 146.75 | 220.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 226 | 23 | 129 | 0 | 0.90 | 0.43 | 0.11 | 328.67 | 0.82 | 0.49 |
| Hex | E2 | 17 | 81 | 0 | 5A | 2B | B | 149 | 52 | 31 |
| Octal | 342 | 27 | 201 | 0 | 132 | 53 | 13 | 511 | 122 | 61 |
| Binary | 11100010 | 10111 | 10000001 | 0 | 1011010 | 101011 | 1011 | 101001001 | 1010010 | 110001 |
Color Harmonies of #E21781
Complementary color
Monochromatic Colors of #E21781
Black with #E21781
Text Example
Text Example
White with #E21781
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E21781; }
p { color: rgb(226,23,129); }
H1.HeaderClassName
{
color: #E21781;
}
.AnyTagClassName
{
color: #E21781;
}
</style>
background-color css
<style>
a { background-color: #E21781; }
a { background-color: rgb(226,23,129); }
div.DivClassName
{
background-color: #E21781;
}
.BgClassName
{
background-color: #E21781;
}
</style>
border-color css
<style>
span { border-color: #E21781; }
span { border-color: rgb(226,23,129); }
td.TdClassName
{
border-color: #E21781;
}
.TagClassName
{
border-color: #E21781;
}
</style>