Shades of Spicy Pink #E81DA3
Tints of Spicy Pink #E81DA3
RGB
CMYK
RGB Variations
Color information
#E81DA3 (or 0xE81DA3) is known color: Spicy Pink. HEX triplet: E8, 1D and A3. RGB value is (232,29,163). Sum of RGB (Red+Green+Blue) = 232+29+163=424 (56% of max value = 765). Red value is 232 (91.02% from 255 or 54.72% from 424); Green value is 29 (11.72% from 255 or 6.84% from 424); Blue value is 163 (64.06% from 255 or 38.44% from 424); Max value from RGB is 232 - color contains mainly: red. Hex color #E81DA3 is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #E81DA3 is #17E25C. Grayscale: #686868. Windows color (decimal): -1565277 or 10690024. OLE color: 10690024.
HSL color Cylindrical-coordinate representation of color #E81DA3: hue angle of 320.39º 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 #E81DA3 is Cyan = 0, Magento = 0.88, Yellow = 0.30 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 232 | 29 | 163 | - |
| CMYK | 0 | 0.88 | 0.30 | 0.09 |
| HSL | 320.39º | 0.82% | 0.51% | - |
| HSV(B) | 320.39º | 0.88% | 0.91% | - |
| XYZ | 40.33 | 20.68 | 36.52 | - |
| YUV | 104.97 | 160.75 | 218.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 232 | 29 | 163 | 0 | 0.88 | 0.30 | 0.09 | 320.39 | 0.82 | 0.51 |
| Hex | E8 | 1D | A3 | 0 | 58 | 1E | 9 | 140 | 52 | 33 |
| Octal | 350 | 35 | 243 | 0 | 130 | 36 | 11 | 500 | 122 | 63 |
| Binary | 11101000 | 11101 | 10100011 | 0 | 1011000 | 11110 | 1001 | 101000000 | 1010010 | 110011 |
Color Harmonies of #E81DA3
Complementary color
Monochromatic Colors of #E81DA3
Black with #E81DA3
Text Example
Text Example
White with #E81DA3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E81DA3; }
p { color: rgb(232,29,163); }
H1.HeaderClassName
{
color: #E81DA3;
}
.AnyTagClassName
{
color: #E81DA3;
}
</style>
background-color css
<style>
a { background-color: #E81DA3; }
a { background-color: rgb(232,29,163); }
div.DivClassName
{
background-color: #E81DA3;
}
.BgClassName
{
background-color: #E81DA3;
}
</style>
border-color css
<style>
span { border-color: #E81DA3; }
span { border-color: rgb(232,29,163); }
td.TdClassName
{
border-color: #E81DA3;
}
.TagClassName
{
border-color: #E81DA3;
}
</style>