Shades of Spicy Pink #E21DA8
Tints of Spicy Pink #E21DA8
RGB
CMYK
RGB Variations
Color information
#E21DA8 (or 0xE21DA8) is known color: Spicy Pink. HEX triplet: E2, 1D and A8. RGB value is (226,29,168). Sum of RGB (Red+Green+Blue) = 226+29+168=423 (56% of max value = 765). Red value is 226 (88.67% from 255 or 53.43% from 423); Green value is 29 (11.72% from 255 or 6.86% from 423); Blue value is 168 (66.02% from 255 or 39.72% from 423); Max value from RGB is 226 - color contains mainly: red. Hex color #E21DA8 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #E21DA8 is #1DE257. Grayscale: #676767. Windows color (decimal): -1958488 or 11017698. OLE color: 11017698.
HSL color Cylindrical-coordinate representation of color #E21DA8: hue angle of 317.66º degrees, saturation: 0.77, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #E21DA8 is Cyan = 0, Magento = 0.87, Yellow = 0.26 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 226 | 29 | 168 | - |
| CMYK | 0 | 0.87 | 0.26 | 0.11 |
| HSL | 317.67º | 0.77% | 0.5% | - |
| HSV(B) | 317.67º | 0.87% | 0.89% | - |
| XYZ | 38.87 | 19.87 | 38.83 | - |
| YUV | 103.75 | 164.27 | 215.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 226 | 29 | 168 | 0 | 0.87 | 0.26 | 0.11 | 317.67 | 0.77 | 0.5 |
| Hex | E2 | 1D | A8 | 0 | 57 | 1A | B | 13E | 4D | 32 |
| Octal | 342 | 35 | 250 | 0 | 127 | 32 | 13 | 476 | 115 | 62 |
| Binary | 11100010 | 11101 | 10101000 | 0 | 1010111 | 11010 | 1011 | 100111110 | 1001101 | 110010 |
Color Harmonies of #E21DA8
Complementary color
Monochromatic Colors of #E21DA8
Black with #E21DA8
Text Example
Text Example
White with #E21DA8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E21DA8; }
p { color: rgb(226,29,168); }
H1.HeaderClassName
{
color: #E21DA8;
}
.AnyTagClassName
{
color: #E21DA8;
}
</style>
background-color css
<style>
a { background-color: #E21DA8; }
a { background-color: rgb(226,29,168); }
div.DivClassName
{
background-color: #E21DA8;
}
.BgClassName
{
background-color: #E21DA8;
}
</style>
border-color css
<style>
span { border-color: #E21DA8; }
span { border-color: rgb(226,29,168); }
td.TdClassName
{
border-color: #E21DA8;
}
.TagClassName
{
border-color: #E21DA8;
}
</style>