Shades of Spicy Pink #E319AF
Tints of Spicy Pink #E319AF
RGB
CMYK
RGB Variations
Color information
#E319AF (or 0xE319AF) is known color: Spicy Pink. HEX triplet: E3, 19 and AF. RGB value is (227,25,175). Sum of RGB (Red+Green+Blue) = 227+25+175=427 (56% of max value = 765). Red value is 227 (89.06% from 255 or 53.16% from 427); Green value is 25 (10.16% from 255 or 5.85% from 427); Blue value is 175 (68.75% from 255 or 40.98% from 427); Max value from RGB is 227 - color contains mainly: red. Hex color #E319AF is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #E319AF is #1CE650. Grayscale: #666666. Windows color (decimal): -1893969 or 11475427. OLE color: 11475427.
HSL color Cylindrical-coordinate representation of color #E319AF: hue angle of 315.45º degrees, saturation: 0.8, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #E319AF is Cyan = 0, Magento = 0.89, Yellow = 0.23 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 227 | 25 | 175 | - |
| CMYK | 0 | 0.89 | 0.23 | 0.11 |
| HSL | 315.45º | 0.8% | 0.49% | - |
| HSV(B) | 315.45º | 0.89% | 0.89% | - |
| XYZ | 39.76 | 20.12 | 42.35 | - |
| YUV | 102.5 | 168.92 | 216.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 227 | 25 | 175 | 0 | 0.89 | 0.23 | 0.11 | 315.45 | 0.8 | 0.49 |
| Hex | E3 | 19 | AF | 0 | 59 | 17 | B | 13B | 50 | 31 |
| Octal | 343 | 31 | 257 | 0 | 131 | 27 | 13 | 473 | 120 | 61 |
| Binary | 11100011 | 11001 | 10101111 | 0 | 1011001 | 10111 | 1011 | 100111011 | 1010000 | 110001 |
Color Harmonies of #E319AF
Complementary color
Monochromatic Colors of #E319AF
Black with #E319AF
Text Example
Text Example
White with #E319AF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E319AF; }
p { color: rgb(227,25,175); }
H1.HeaderClassName
{
color: #E319AF;
}
.AnyTagClassName
{
color: #E319AF;
}
</style>
background-color css
<style>
a { background-color: #E319AF; }
a { background-color: rgb(227,25,175); }
div.DivClassName
{
background-color: #E319AF;
}
.BgClassName
{
background-color: #E319AF;
}
</style>
border-color css
<style>
span { border-color: #E319AF; }
span { border-color: rgb(227,25,175); }
td.TdClassName
{
border-color: #E319AF;
}
.TagClassName
{
border-color: #E319AF;
}
</style>