Shades of Spicy Pink #E81DB6
Tints of Spicy Pink #E81DB6
RGB
CMYK
RGB Variations
Color information
#E81DB6 (or 0xE81DB6) is known color: Spicy Pink. HEX triplet: E8, 1D and B6. RGB value is (232,29,182). Sum of RGB (Red+Green+Blue) = 232+29+182=443 (58% of max value = 765). Red value is 232 (91.02% from 255 or 52.37% from 443); Green value is 29 (11.72% from 255 or 6.55% from 443); Blue value is 182 (71.48% from 255 or 41.08% from 443); Max value from RGB is 232 - color contains mainly: red. Hex color #E81DB6 is not a web safe color. Web safe color analog (approx): #FF33CC. Inversed color of #E81DB6 is #17E249. Grayscale: #6A6A6A. Windows color (decimal): -1565258 or 11935208. OLE color: 11935208.
HSL color Cylindrical-coordinate representation of color #E81DB6: hue angle of 314.78º degrees, saturation: 0.82, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #E81DB6 is Cyan = 0, Magento = 0.88, Yellow = 0.22 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 232 | 29 | 182 | - |
| CMYK | 0 | 0.88 | 0.22 | 0.09 |
| HSL | 314.78º | 0.82% | 0.51% | - |
| HSV(B) | 314.78º | 0.88% | 0.91% | - |
| XYZ | 42.16 | 21.41 | 46.17 | - |
| YUV | 107.14 | 170.25 | 217.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 232 | 29 | 182 | 0 | 0.88 | 0.22 | 0.09 | 314.78 | 0.82 | 0.51 |
| Hex | E8 | 1D | B6 | 0 | 58 | 16 | 9 | 13B | 52 | 33 |
| Octal | 350 | 35 | 266 | 0 | 130 | 26 | 11 | 473 | 122 | 63 |
| Binary | 11101000 | 11101 | 10110110 | 0 | 1011000 | 10110 | 1001 | 100111011 | 1010010 | 110011 |
Color Harmonies of #E81DB6
Complementary color
Monochromatic Colors of #E81DB6
Black with #E81DB6
Text Example
Text Example
White with #E81DB6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E81DB6; }
p { color: rgb(232,29,182); }
H1.HeaderClassName
{
color: #E81DB6;
}
.AnyTagClassName
{
color: #E81DB6;
}
</style>
background-color css
<style>
a { background-color: #E81DB6; }
a { background-color: rgb(232,29,182); }
div.DivClassName
{
background-color: #E81DB6;
}
.BgClassName
{
background-color: #E81DB6;
}
</style>
border-color css
<style>
span { border-color: #E81DB6; }
span { border-color: rgb(232,29,182); }
td.TdClassName
{
border-color: #E81DB6;
}
.TagClassName
{
border-color: #E81DB6;
}
</style>