Shades of Deep Cerise #E21F8C
Tints of Deep Cerise #E21F8C
RGB
CMYK
RGB Variations
Color information
#E21F8C (or 0xE21F8C) is known color: Deep Cerise. HEX triplet: E2, 1F and 8C. RGB value is (226,31,140). Sum of RGB (Red+Green+Blue) = 226+31+140=397 (52% of max value = 765). Red value is 226 (88.67% from 255 or 56.93% from 397); Green value is 31 (12.5% from 255 or 7.81% from 397); Blue value is 140 (55.08% from 255 or 35.26% from 397); Max value from RGB is 226 - color contains mainly: red. Hex color #E21F8C is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #E21F8C is #1DE073. Grayscale: #656565. Windows color (decimal): -1958004 or 9183202. OLE color: 9183202.
HSL color Cylindrical-coordinate representation of color #E21F8C: hue angle of 326.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 #E21F8C is Cyan = 0, Magento = 0.86, Yellow = 0.38 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 226 | 31 | 140 | - |
| CMYK | 0 | 0.86 | 0.38 | 0.11 |
| HSL | 326.46º | 0.77% | 0.5% | - |
| HSV(B) | 326.46º | 0.86% | 0.89% | - |
| XYZ | 36.59 | 19.04 | 26.56 | - |
| YUV | 101.73 | 149.6 | 216.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 226 | 31 | 140 | 0 | 0.86 | 0.38 | 0.11 | 326.46 | 0.77 | 0.5 |
| Hex | E2 | 1F | 8C | 0 | 56 | 26 | B | 146 | 4D | 32 |
| Octal | 342 | 37 | 214 | 0 | 126 | 46 | 13 | 506 | 115 | 62 |
| Binary | 11100010 | 11111 | 10001100 | 0 | 1010110 | 100110 | 1011 | 101000110 | 1001101 | 110010 |
Color Harmonies of #E21F8C
Complementary color
Monochromatic Colors of #E21F8C
Black with #E21F8C
Text Example
Text Example
White with #E21F8C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E21F8C; }
p { color: rgb(226,31,140); }
H1.HeaderClassName
{
color: #E21F8C;
}
.AnyTagClassName
{
color: #E21F8C;
}
</style>
background-color css
<style>
a { background-color: #E21F8C; }
a { background-color: rgb(226,31,140); }
div.DivClassName
{
background-color: #E21F8C;
}
.BgClassName
{
background-color: #E21F8C;
}
</style>
border-color css
<style>
span { border-color: #E21F8C; }
span { border-color: rgb(226,31,140); }
td.TdClassName
{
border-color: #E21F8C;
}
.TagClassName
{
border-color: #E21F8C;
}
</style>