Shades of Deep Cerise #E21F7A
Tints of Deep Cerise #E21F7A
RGB
CMYK
RGB Variations
Color information
#E21F7A (or 0xE21F7A) is known color: Deep Cerise. HEX triplet: E2, 1F and 7A. RGB value is (226,31,122). Sum of RGB (Red+Green+Blue) = 226+31+122=379 (50% of max value = 765). Red value is 226 (88.67% from 255 or 59.63% from 379); Green value is 31 (12.5% from 255 or 8.18% from 379); Blue value is 122 (48.05% from 255 or 32.19% from 379); Max value from RGB is 226 - color contains mainly: red. Hex color #E21F7A is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #E21F7A is #1DE085. Grayscale: #636363. Windows color (decimal): -1958022 or 8003554. OLE color: 8003554.
HSL color Cylindrical-coordinate representation of color #E21F7A: hue angle of 332º 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 #E21F7A is Cyan = 0, Magento = 0.86, Yellow = 0.46 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 226 | 31 | 122 | - |
| CMYK | 0 | 0.86 | 0.46 | 0.11 |
| HSL | 332º | 0.77% | 0.5% | - |
| HSV(B) | 332º | 0.86% | 0.89% | - |
| XYZ | 35.37 | 18.55 | 20.13 | - |
| YUV | 99.68 | 140.6 | 218.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 226 | 31 | 122 | 0 | 0.86 | 0.46 | 0.11 | 332 | 0.77 | 0.5 |
| Hex | E2 | 1F | 7A | 0 | 56 | 2E | B | 14C | 4D | 32 |
| Octal | 342 | 37 | 172 | 0 | 126 | 56 | 13 | 514 | 115 | 62 |
| Binary | 11100010 | 11111 | 1111010 | 0 | 1010110 | 101110 | 1011 | 101001100 | 1001101 | 110010 |
Color Harmonies of #E21F7A
Complementary color
Monochromatic Colors of #E21F7A
Black with #E21F7A
Text Example
Text Example
White with #E21F7A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E21F7A; }
p { color: rgb(226,31,122); }
H1.HeaderClassName
{
color: #E21F7A;
}
.AnyTagClassName
{
color: #E21F7A;
}
</style>
background-color css
<style>
a { background-color: #E21F7A; }
a { background-color: rgb(226,31,122); }
div.DivClassName
{
background-color: #E21F7A;
}
.BgClassName
{
background-color: #E21F7A;
}
</style>
border-color css
<style>
span { border-color: #E21F7A; }
span { border-color: rgb(226,31,122); }
td.TdClassName
{
border-color: #E21F7A;
}
.TagClassName
{
border-color: #E21F7A;
}
</style>