Shades of Spicy Pink #E319AA
Tints of Spicy Pink #E319AA
RGB
CMYK
RGB Variations
Color information
#E319AA (or 0xE319AA) is known color: Spicy Pink. HEX triplet: E3, 19 and AA. RGB value is (227,25,170). Sum of RGB (Red+Green+Blue) = 227+25+170=422 (55% of max value = 765). Red value is 227 (89.06% from 255 or 53.79% from 422); Green value is 25 (10.16% from 255 or 5.92% from 422); Blue value is 170 (66.80% from 255 or 40.28% from 422); Max value from RGB is 227 - color contains mainly: red. Hex color #E319AA is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #E319AA is #1CE655. Grayscale: #656565. Windows color (decimal): -1893974 or 11147747. OLE color: 11147747.
HSL color Cylindrical-coordinate representation of color #E319AA: hue angle of 316.93º 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 #E319AA is Cyan = 0, Magento = 0.89, Yellow = 0.25 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 227 | 25 | 170 | - |
| CMYK | 0 | 0.89 | 0.25 | 0.11 |
| HSL | 316.93º | 0.8% | 0.49% | - |
| HSV(B) | 316.93º | 0.89% | 0.89% | - |
| XYZ | 39.28 | 19.93 | 39.81 | - |
| YUV | 101.93 | 166.42 | 217.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 227 | 25 | 170 | 0 | 0.89 | 0.25 | 0.11 | 316.93 | 0.8 | 0.49 |
| Hex | E3 | 19 | AA | 0 | 59 | 19 | B | 13D | 50 | 31 |
| Octal | 343 | 31 | 252 | 0 | 131 | 31 | 13 | 475 | 120 | 61 |
| Binary | 11100011 | 11001 | 10101010 | 0 | 1011001 | 11001 | 1011 | 100111101 | 1010000 | 110001 |
Color Harmonies of #E319AA
Complementary color
Monochromatic Colors of #E319AA
Black with #E319AA
Text Example
Text Example
White with #E319AA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E319AA; }
p { color: rgb(227,25,170); }
H1.HeaderClassName
{
color: #E319AA;
}
.AnyTagClassName
{
color: #E319AA;
}
</style>
background-color css
<style>
a { background-color: #E319AA; }
a { background-color: rgb(227,25,170); }
div.DivClassName
{
background-color: #E319AA;
}
.BgClassName
{
background-color: #E319AA;
}
</style>
border-color css
<style>
span { border-color: #E319AA; }
span { border-color: rgb(227,25,170); }
td.TdClassName
{
border-color: #E319AA;
}
.TagClassName
{
border-color: #E319AA;
}
</style>