Shades of Deep Cerise #E21985
Tints of Deep Cerise #E21985
RGB
CMYK
RGB Variations
Color information
#E21985 (or 0xE21985) is known color: Deep Cerise. HEX triplet: E2, 19 and 85. RGB value is (226,25,133). Sum of RGB (Red+Green+Blue) = 226+25+133=384 (50% of max value = 765). Red value is 226 (88.67% from 255 or 58.85% from 384); Green value is 25 (10.16% from 255 or 6.51% from 384); Blue value is 133 (52.34% from 255 or 34.64% from 384); Max value from RGB is 226 - color contains mainly: red. Hex color #E21985 is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #E21985 is #1DE67A. Grayscale: #616161. Windows color (decimal): -1959547 or 8722914. OLE color: 8722914.
HSL color Cylindrical-coordinate representation of color #E21985: hue angle of 327.76º degrees, saturation: 0.8, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #E21985 is Cyan = 0, Magento = 0.89, Yellow = 0.41 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 226 | 25 | 133 | - |
| CMYK | 0 | 0.89 | 0.41 | 0.11 |
| HSL | 327.76º | 0.8% | 0.49% | - |
| HSV(B) | 327.76º | 0.89% | 0.89% | - |
| XYZ | 35.95 | 18.56 | 23.88 | - |
| YUV | 97.41 | 148.09 | 219.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 226 | 25 | 133 | 0 | 0.89 | 0.41 | 0.11 | 327.76 | 0.8 | 0.49 |
| Hex | E2 | 19 | 85 | 0 | 59 | 29 | B | 148 | 50 | 31 |
| Octal | 342 | 31 | 205 | 0 | 131 | 51 | 13 | 510 | 120 | 61 |
| Binary | 11100010 | 11001 | 10000101 | 0 | 1011001 | 101001 | 1011 | 101001000 | 1010000 | 110001 |
Color Harmonies of #E21985
Complementary color
Monochromatic Colors of #E21985
Black with #E21985
Text Example
Text Example
White with #E21985
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E21985; }
p { color: rgb(226,25,133); }
H1.HeaderClassName
{
color: #E21985;
}
.AnyTagClassName
{
color: #E21985;
}
</style>
background-color css
<style>
a { background-color: #E21985; }
a { background-color: rgb(226,25,133); }
div.DivClassName
{
background-color: #E21985;
}
.BgClassName
{
background-color: #E21985;
}
</style>
border-color css
<style>
span { border-color: #E21985; }
span { border-color: rgb(226,25,133); }
td.TdClassName
{
border-color: #E21985;
}
.TagClassName
{
border-color: #E21985;
}
</style>