Shades of Deep Cerise #E21F8D
Tints of Deep Cerise #E21F8D
RGB
CMYK
RGB Variations
Color information
#E21F8D (or 0xE21F8D) is known color: Deep Cerise. HEX triplet: E2, 1F and 8D. RGB value is (226,31,141). Sum of RGB (Red+Green+Blue) = 226+31+141=398 (52% of max value = 765). Red value is 226 (88.67% from 255 or 56.78% from 398); Green value is 31 (12.5% from 255 or 7.79% from 398); Blue value is 141 (55.47% from 255 or 35.43% from 398); Max value from RGB is 226 - color contains mainly: red. Hex color #E21F8D is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #E21F8D is #1DE072. Grayscale: #656565. Windows color (decimal): -1958003 or 9248738. OLE color: 9248738.
HSL color Cylindrical-coordinate representation of color #E21F8D: hue angle of 326.15º 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 #E21F8D is Cyan = 0, Magento = 0.86, Yellow = 0.38 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 226 | 31 | 141 | - |
| CMYK | 0 | 0.86 | 0.38 | 0.11 |
| HSL | 326.15º | 0.77% | 0.5% | - |
| HSV(B) | 326.15º | 0.86% | 0.89% | - |
| XYZ | 36.66 | 19.07 | 26.95 | - |
| YUV | 101.85 | 150.1 | 216.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 226 | 31 | 141 | 0 | 0.86 | 0.38 | 0.11 | 326.15 | 0.77 | 0.5 |
| Hex | E2 | 1F | 8D | 0 | 56 | 26 | B | 146 | 4D | 32 |
| Octal | 342 | 37 | 215 | 0 | 126 | 46 | 13 | 506 | 115 | 62 |
| Binary | 11100010 | 11111 | 10001101 | 0 | 1010110 | 100110 | 1011 | 101000110 | 1001101 | 110010 |
Color Harmonies of #E21F8D
Complementary color
Monochromatic Colors of #E21F8D
Black with #E21F8D
Text Example
Text Example
White with #E21F8D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E21F8D; }
p { color: rgb(226,31,141); }
H1.HeaderClassName
{
color: #E21F8D;
}
.AnyTagClassName
{
color: #E21F8D;
}
</style>
background-color css
<style>
a { background-color: #E21F8D; }
a { background-color: rgb(226,31,141); }
div.DivClassName
{
background-color: #E21F8D;
}
.BgClassName
{
background-color: #E21F8D;
}
</style>
border-color css
<style>
span { border-color: #E21F8D; }
span { border-color: rgb(226,31,141); }
td.TdClassName
{
border-color: #E21F8D;
}
.TagClassName
{
border-color: #E21F8D;
}
</style>