Shades of Deep Cerise #E21F99
Tints of Deep Cerise #E21F99
RGB
CMYK
RGB Variations
Color information
#E21F99 (or 0xE21F99) is known color: Deep Cerise. HEX triplet: E2, 1F and 99. RGB value is (226,31,153). Sum of RGB (Red+Green+Blue) = 226+31+153=410 (54% of max value = 765). Red value is 226 (88.67% from 255 or 55.12% from 410); Green value is 31 (12.5% from 255 or 7.56% from 410); Blue value is 153 (60.16% from 255 or 37.32% from 410); Max value from RGB is 226 - color contains mainly: red. Hex color #E21F99 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #E21F99 is #1DE066. Grayscale: #666666. Windows color (decimal): -1957991 or 10035170. OLE color: 10035170.
HSL color Cylindrical-coordinate representation of color #E21F99: hue angle of 322.46º degrees, saturation: 0.77, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #E21F99 is Cyan = 0, Magento = 0.86, Yellow = 0.32 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 226 | 31 | 153 | - |
| CMYK | 0 | 0.86 | 0.32 | 0.11 |
| HSL | 322.46º | 0.77% | 0.5% | - |
| HSV(B) | 322.46º | 0.86% | 0.89% | - |
| XYZ | 37.6 | 19.45 | 31.91 | - |
| YUV | 103.21 | 156.1 | 215.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 226 | 31 | 153 | 0 | 0.86 | 0.32 | 0.11 | 322.46 | 0.77 | 0.5 |
| Hex | E2 | 1F | 99 | 0 | 56 | 20 | B | 142 | 4D | 32 |
| Octal | 342 | 37 | 231 | 0 | 126 | 40 | 13 | 502 | 115 | 62 |
| Binary | 11100010 | 11111 | 10011001 | 0 | 1010110 | 100000 | 1011 | 101000010 | 1001101 | 110010 |
Color Harmonies of #E21F99
Complementary color
Monochromatic Colors of #E21F99
Black with #E21F99
Text Example
Text Example
White with #E21F99
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E21F99; }
p { color: rgb(226,31,153); }
H1.HeaderClassName
{
color: #E21F99;
}
.AnyTagClassName
{
color: #E21F99;
}
</style>
background-color css
<style>
a { background-color: #E21F99; }
a { background-color: rgb(226,31,153); }
div.DivClassName
{
background-color: #E21F99;
}
.BgClassName
{
background-color: #E21F99;
}
</style>
border-color css
<style>
span { border-color: #E21F99; }
span { border-color: rgb(226,31,153); }
td.TdClassName
{
border-color: #E21F99;
}
.TagClassName
{
border-color: #E21F99;
}
</style>