Shades of Spicy Pink #E81CAF
Tints of Spicy Pink #E81CAF
RGB
CMYK
RGB Variations
Color information
#E81CAF (or 0xE81CAF) is known color: Spicy Pink. HEX triplet: E8, 1C and AF. RGB value is (232,28,175). Sum of RGB (Red+Green+Blue) = 232+28+175=435 (57% of max value = 765). Red value is 232 (91.02% from 255 or 53.33% from 435); Green value is 28 (11.33% from 255 or 6.44% from 435); Blue value is 175 (68.75% from 255 or 40.23% from 435); Max value from RGB is 232 - color contains mainly: red. Hex color #E81CAF is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #E81CAF is #17E350. Grayscale: #696969. Windows color (decimal): -1565521 or 11476200. OLE color: 11476200.
HSL color Cylindrical-coordinate representation of color #E81CAF: hue angle of 316.76º 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 #E81CAF is Cyan = 0, Magento = 0.88, Yellow = 0.25 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 232 | 28 | 175 | - |
| CMYK | 0 | 0.88 | 0.25 | 0.09 |
| HSL | 316.76º | 0.82% | 0.51% | - |
| HSV(B) | 316.76º | 0.88% | 0.91% | - |
| XYZ | 41.43 | 21.08 | 42.44 | - |
| YUV | 105.75 | 167.09 | 218.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 232 | 28 | 175 | 0 | 0.88 | 0.25 | 0.09 | 316.76 | 0.82 | 0.51 |
| Hex | E8 | 1C | AF | 0 | 58 | 19 | 9 | 13D | 52 | 33 |
| Octal | 350 | 34 | 257 | 0 | 130 | 31 | 11 | 475 | 122 | 63 |
| Binary | 11101000 | 11100 | 10101111 | 0 | 1011000 | 11001 | 1001 | 100111101 | 1010010 | 110011 |
Color Harmonies of #E81CAF
Complementary color
Monochromatic Colors of #E81CAF
Black with #E81CAF
Text Example
Text Example
White with #E81CAF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E81CAF; }
p { color: rgb(232,28,175); }
H1.HeaderClassName
{
color: #E81CAF;
}
.AnyTagClassName
{
color: #E81CAF;
}
</style>
background-color css
<style>
a { background-color: #E81CAF; }
a { background-color: rgb(232,28,175); }
div.DivClassName
{
background-color: #E81CAF;
}
.BgClassName
{
background-color: #E81CAF;
}
</style>
border-color css
<style>
span { border-color: #E81CAF; }
span { border-color: rgb(232,28,175); }
td.TdClassName
{
border-color: #E81CAF;
}
.TagClassName
{
border-color: #E81CAF;
}
</style>