Shades of Deep Cerise #E21E8C
Tints of Deep Cerise #E21E8C
RGB
CMYK
RGB Variations
Color information
#E21E8C (or 0xE21E8C) is known color: Deep Cerise. HEX triplet: E2, 1E and 8C. RGB value is (226,30,140). Sum of RGB (Red+Green+Blue) = 226+30+140=396 (52% of max value = 765). Red value is 226 (88.67% from 255 or 57.07% from 396); Green value is 30 (12.11% from 255 or 7.58% from 396); Blue value is 140 (55.08% from 255 or 35.35% from 396); Max value from RGB is 226 - color contains mainly: red. Hex color #E21E8C is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #E21E8C is #1DE173. Grayscale: #646464. Windows color (decimal): -1958260 or 9182946. OLE color: 9182946.
HSL color Cylindrical-coordinate representation of color #E21E8C: hue angle of 326.33º degrees, saturation: 0.77, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #E21E8C is Cyan = 0, Magento = 0.87, Yellow = 0.38 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 226 | 30 | 140 | - |
| CMYK | 0 | 0.87 | 0.38 | 0.11 |
| HSL | 326.33º | 0.77% | 0.5% | - |
| HSV(B) | 326.33º | 0.87% | 0.89% | - |
| XYZ | 36.56 | 18.99 | 26.55 | - |
| YUV | 101.14 | 149.93 | 217.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 226 | 30 | 140 | 0 | 0.87 | 0.38 | 0.11 | 326.33 | 0.77 | 0.5 |
| Hex | E2 | 1E | 8C | 0 | 57 | 26 | B | 146 | 4D | 32 |
| Octal | 342 | 36 | 214 | 0 | 127 | 46 | 13 | 506 | 115 | 62 |
| Binary | 11100010 | 11110 | 10001100 | 0 | 1010111 | 100110 | 1011 | 101000110 | 1001101 | 110010 |
Color Harmonies of #E21E8C
Complementary color
Monochromatic Colors of #E21E8C
Black with #E21E8C
Text Example
Text Example
White with #E21E8C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E21E8C; }
p { color: rgb(226,30,140); }
H1.HeaderClassName
{
color: #E21E8C;
}
.AnyTagClassName
{
color: #E21E8C;
}
</style>
background-color css
<style>
a { background-color: #E21E8C; }
a { background-color: rgb(226,30,140); }
div.DivClassName
{
background-color: #E21E8C;
}
.BgClassName
{
background-color: #E21E8C;
}
</style>
border-color css
<style>
span { border-color: #E21E8C; }
span { border-color: rgb(226,30,140); }
td.TdClassName
{
border-color: #E21E8C;
}
.TagClassName
{
border-color: #E21E8C;
}
</style>