Shades of Deep Cerise #E21C93
Tints of Deep Cerise #E21C93
RGB
CMYK
RGB Variations
Color information
#E21C93 (or 0xE21C93) is known color: Deep Cerise. HEX triplet: E2, 1C and 93. RGB value is (226,28,147). Sum of RGB (Red+Green+Blue) = 226+28+147=401 (53% of max value = 765). Red value is 226 (88.67% from 255 or 56.36% from 401); Green value is 28 (11.33% from 255 or 6.98% from 401); Blue value is 147 (57.81% from 255 or 36.66% from 401); Max value from RGB is 226 - color contains mainly: red. Hex color #E21C93 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #E21C93 is #1DE36C. Grayscale: #646464. Windows color (decimal): -1958765 or 9641186. OLE color: 9641186.
HSL color Cylindrical-coordinate representation of color #E21C93: hue angle of 323.94º degrees, saturation: 0.78, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #E21C93 is Cyan = 0, Magento = 0.88, Yellow = 0.35 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 226 | 28 | 147 | - |
| CMYK | 0 | 0.88 | 0.35 | 0.11 |
| HSL | 323.94º | 0.78% | 0.5% | - |
| HSV(B) | 323.94º | 0.88% | 0.89% | - |
| XYZ | 37.05 | 19.11 | 29.34 | - |
| YUV | 100.77 | 154.1 | 217.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 226 | 28 | 147 | 0 | 0.88 | 0.35 | 0.11 | 323.94 | 0.78 | 0.5 |
| Hex | E2 | 1C | 93 | 0 | 58 | 23 | B | 144 | 4E | 32 |
| Octal | 342 | 34 | 223 | 0 | 130 | 43 | 13 | 504 | 116 | 62 |
| Binary | 11100010 | 11100 | 10010011 | 0 | 1011000 | 100011 | 1011 | 101000100 | 1001110 | 110010 |
Color Harmonies of #E21C93
Complementary color
Monochromatic Colors of #E21C93
Black with #E21C93
Text Example
Text Example
White with #E21C93
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E21C93; }
p { color: rgb(226,28,147); }
H1.HeaderClassName
{
color: #E21C93;
}
.AnyTagClassName
{
color: #E21C93;
}
</style>
background-color css
<style>
a { background-color: #E21C93; }
a { background-color: rgb(226,28,147); }
div.DivClassName
{
background-color: #E21C93;
}
.BgClassName
{
background-color: #E21C93;
}
</style>
border-color css
<style>
span { border-color: #E21C93; }
span { border-color: rgb(226,28,147); }
td.TdClassName
{
border-color: #E21C93;
}
.TagClassName
{
border-color: #E21C93;
}
</style>