Shades of Deep Cerise #E21F90
Tints of Deep Cerise #E21F90
RGB
CMYK
RGB Variations
Color information
#E21F90 (or 0xE21F90) is known color: Deep Cerise. HEX triplet: E2, 1F and 90. RGB value is (226,31,144). Sum of RGB (Red+Green+Blue) = 226+31+144=401 (53% of max value = 765). Red value is 226 (88.67% from 255 or 56.36% from 401); Green value is 31 (12.5% from 255 or 7.73% from 401); Blue value is 144 (56.64% from 255 or 35.91% from 401); Max value from RGB is 226 - color contains mainly: red. Hex color #E21F90 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #E21F90 is #1DE06F. Grayscale: #656565. Windows color (decimal): -1958000 or 9445346. OLE color: 9445346.
HSL color Cylindrical-coordinate representation of color #E21F90: hue angle of 325.23º 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 #E21F90 is Cyan = 0, Magento = 0.86, Yellow = 0.36 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 226 | 31 | 144 | - |
| CMYK | 0 | 0.86 | 0.36 | 0.11 |
| HSL | 325.23º | 0.77% | 0.5% | - |
| HSV(B) | 325.23º | 0.86% | 0.89% | - |
| XYZ | 36.89 | 19.16 | 28.14 | - |
| YUV | 102.19 | 151.6 | 216.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 226 | 31 | 144 | 0 | 0.86 | 0.36 | 0.11 | 325.23 | 0.77 | 0.5 |
| Hex | E2 | 1F | 90 | 0 | 56 | 24 | B | 145 | 4D | 32 |
| Octal | 342 | 37 | 220 | 0 | 126 | 44 | 13 | 505 | 115 | 62 |
| Binary | 11100010 | 11111 | 10010000 | 0 | 1010110 | 100100 | 1011 | 101000101 | 1001101 | 110010 |
Color Harmonies of #E21F90
Complementary color
Monochromatic Colors of #E21F90
Black with #E21F90
Text Example
Text Example
White with #E21F90
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E21F90; }
p { color: rgb(226,31,144); }
H1.HeaderClassName
{
color: #E21F90;
}
.AnyTagClassName
{
color: #E21F90;
}
</style>
background-color css
<style>
a { background-color: #E21F90; }
a { background-color: rgb(226,31,144); }
div.DivClassName
{
background-color: #E21F90;
}
.BgClassName
{
background-color: #E21F90;
}
</style>
border-color css
<style>
span { border-color: #E21F90; }
span { border-color: rgb(226,31,144); }
td.TdClassName
{
border-color: #E21F90;
}
.TagClassName
{
border-color: #E21F90;
}
</style>