Shades of Deep Cerise #E21F8F
Tints of Deep Cerise #E21F8F
RGB
CMYK
RGB Variations
Color information
#E21F8F (or 0xE21F8F) is known color: Deep Cerise. HEX triplet: E2, 1F and 8F. RGB value is (226,31,143). Sum of RGB (Red+Green+Blue) = 226+31+143=400 (52% of max value = 765). Red value is 226 (88.67% from 255 or 56.5% from 400); Green value is 31 (12.5% from 255 or 7.75% from 400); Blue value is 143 (56.25% from 255 or 35.75% from 400); Max value from RGB is 226 - color contains mainly: red. Hex color #E21F8F is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #E21F8F is #1DE070. Grayscale: #656565. Windows color (decimal): -1958001 or 9379810. OLE color: 9379810.
HSL color Cylindrical-coordinate representation of color #E21F8F: hue angle of 325.54º 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 #E21F8F is Cyan = 0, Magento = 0.86, Yellow = 0.37 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 226 | 31 | 143 | - |
| CMYK | 0 | 0.86 | 0.37 | 0.11 |
| HSL | 325.54º | 0.77% | 0.5% | - |
| HSV(B) | 325.54º | 0.86% | 0.89% | - |
| XYZ | 36.81 | 19.13 | 27.74 | - |
| YUV | 102.07 | 151.1 | 216.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 226 | 31 | 143 | 0 | 0.86 | 0.37 | 0.11 | 325.54 | 0.77 | 0.5 |
| Hex | E2 | 1F | 8F | 0 | 56 | 25 | B | 146 | 4D | 32 |
| Octal | 342 | 37 | 217 | 0 | 126 | 45 | 13 | 506 | 115 | 62 |
| Binary | 11100010 | 11111 | 10001111 | 0 | 1010110 | 100101 | 1011 | 101000110 | 1001101 | 110010 |
Color Harmonies of #E21F8F
Complementary color
Monochromatic Colors of #E21F8F
Black with #E21F8F
Text Example
Text Example
White with #E21F8F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E21F8F; }
p { color: rgb(226,31,143); }
H1.HeaderClassName
{
color: #E21F8F;
}
.AnyTagClassName
{
color: #E21F8F;
}
</style>
background-color css
<style>
a { background-color: #E21F8F; }
a { background-color: rgb(226,31,143); }
div.DivClassName
{
background-color: #E21F8F;
}
.BgClassName
{
background-color: #E21F8F;
}
</style>
border-color css
<style>
span { border-color: #E21F8F; }
span { border-color: rgb(226,31,143); }
td.TdClassName
{
border-color: #E21F8F;
}
.TagClassName
{
border-color: #E21F8F;
}
</style>