Shades of Deep Cerise #E21A7D
Tints of Deep Cerise #E21A7D
RGB
CMYK
RGB Variations
Color information
#E21A7D (or 0xE21A7D) is known color: Deep Cerise. HEX triplet: E2, 1A and 7D. RGB value is (226,26,125). Sum of RGB (Red+Green+Blue) = 226+26+125=377 (49% of max value = 765). Red value is 226 (88.67% from 255 or 59.95% from 377); Green value is 26 (10.55% from 255 or 6.90% from 377); Blue value is 125 (49.22% from 255 or 33.16% from 377); Max value from RGB is 226 - color contains mainly: red. Hex color #E21A7D is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #E21A7D is #1DE582. Grayscale: #606060. Windows color (decimal): -1959299 or 8198882. OLE color: 8198882.
HSL color Cylindrical-coordinate representation of color #E21A7D: hue angle of 330.3º degrees, saturation: 0.79, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #E21A7D is Cyan = 0, Magento = 0.88, Yellow = 0.45 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 226 | 26 | 125 | - |
| CMYK | 0 | 0.88 | 0.45 | 0.11 |
| HSL | 330.3º | 0.79% | 0.49% | - |
| HSV(B) | 330.3º | 0.88% | 0.89% | - |
| XYZ | 35.44 | 18.39 | 21.08 | - |
| YUV | 97.09 | 143.76 | 219.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 226 | 26 | 125 | 0 | 0.88 | 0.45 | 0.11 | 330.3 | 0.79 | 0.49 |
| Hex | E2 | 1A | 7D | 0 | 58 | 2D | B | 14A | 4F | 31 |
| Octal | 342 | 32 | 175 | 0 | 130 | 55 | 13 | 512 | 117 | 61 |
| Binary | 11100010 | 11010 | 1111101 | 0 | 1011000 | 101101 | 1011 | 101001010 | 1001111 | 110001 |
Color Harmonies of #E21A7D
Complementary color
Monochromatic Colors of #E21A7D
Black with #E21A7D
Text Example
Text Example
White with #E21A7D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E21A7D; }
p { color: rgb(226,26,125); }
H1.HeaderClassName
{
color: #E21A7D;
}
.AnyTagClassName
{
color: #E21A7D;
}
</style>
background-color css
<style>
a { background-color: #E21A7D; }
a { background-color: rgb(226,26,125); }
div.DivClassName
{
background-color: #E21A7D;
}
.BgClassName
{
background-color: #E21A7D;
}
</style>
border-color css
<style>
span { border-color: #E21A7D; }
span { border-color: rgb(226,26,125); }
td.TdClassName
{
border-color: #E21A7D;
}
.TagClassName
{
border-color: #E21A7D;
}
</style>