Shades of Spicy Pink #E319A8
Tints of Spicy Pink #E319A8
RGB
CMYK
RGB Variations
Color information
#E319A8 (or 0xE319A8) is known color: Spicy Pink. HEX triplet: E3, 19 and A8. RGB value is (227,25,168). Sum of RGB (Red+Green+Blue) = 227+25+168=420 (55% of max value = 765). Red value is 227 (89.06% from 255 or 54.05% from 420); Green value is 25 (10.16% from 255 or 5.95% from 420); Blue value is 168 (66.02% from 255 or 40% from 420); Max value from RGB is 227 - color contains mainly: red. Hex color #E319A8 is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #E319A8 is #1CE657. Grayscale: #656565. Windows color (decimal): -1893976 or 11016675. OLE color: 11016675.
HSL color Cylindrical-coordinate representation of color #E319A8: hue angle of 317.52º 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 #E319A8 is Cyan = 0, Magento = 0.89, Yellow = 0.26 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 227 | 25 | 168 | - |
| CMYK | 0 | 0.89 | 0.26 | 0.11 |
| HSL | 317.52º | 0.8% | 0.49% | - |
| HSV(B) | 317.52º | 0.89% | 0.89% | - |
| XYZ | 39.09 | 19.85 | 38.82 | - |
| YUV | 101.7 | 165.42 | 217.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 227 | 25 | 168 | 0 | 0.89 | 0.26 | 0.11 | 317.52 | 0.8 | 0.49 |
| Hex | E3 | 19 | A8 | 0 | 59 | 1A | B | 13E | 50 | 31 |
| Octal | 343 | 31 | 250 | 0 | 131 | 32 | 13 | 476 | 120 | 61 |
| Binary | 11100011 | 11001 | 10101000 | 0 | 1011001 | 11010 | 1011 | 100111110 | 1010000 | 110001 |
Color Harmonies of #E319A8
Complementary color
Monochromatic Colors of #E319A8
Black with #E319A8
Text Example
Text Example
White with #E319A8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E319A8; }
p { color: rgb(227,25,168); }
H1.HeaderClassName
{
color: #E319A8;
}
.AnyTagClassName
{
color: #E319A8;
}
</style>
background-color css
<style>
a { background-color: #E319A8; }
a { background-color: rgb(227,25,168); }
div.DivClassName
{
background-color: #E319A8;
}
.BgClassName
{
background-color: #E319A8;
}
</style>
border-color css
<style>
span { border-color: #E319A8; }
span { border-color: rgb(227,25,168); }
td.TdClassName
{
border-color: #E319A8;
}
.TagClassName
{
border-color: #E319A8;
}
</style>