Shades of Spicy Pink #E31AAF
Tints of Spicy Pink #E31AAF
RGB
CMYK
RGB Variations
Color information
#E31AAF (or 0xE31AAF) is known color: Spicy Pink. HEX triplet: E3, 1A and AF. RGB value is (227,26,175). Sum of RGB (Red+Green+Blue) = 227+26+175=428 (56% of max value = 765). Red value is 227 (89.06% from 255 or 53.04% from 428); Green value is 26 (10.55% from 255 or 6.07% from 428); Blue value is 175 (68.75% from 255 or 40.89% from 428); Max value from RGB is 227 - color contains mainly: red. Hex color #E31AAF is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #E31AAF is #1CE550. Grayscale: #666666. Windows color (decimal): -1893713 or 11475683. OLE color: 11475683.
HSL color Cylindrical-coordinate representation of color #E31AAF: hue angle of 315.52º degrees, saturation: 0.79, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #E31AAF is Cyan = 0, Magento = 0.89, Yellow = 0.23 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 227 | 26 | 175 | - |
| CMYK | 0 | 0.89 | 0.23 | 0.11 |
| HSL | 315.52º | 0.79% | 0.5% | - |
| HSV(B) | 315.52º | 0.89% | 0.89% | - |
| XYZ | 39.79 | 20.16 | 42.35 | - |
| YUV | 103.09 | 168.59 | 216.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 227 | 26 | 175 | 0 | 0.89 | 0.23 | 0.11 | 315.52 | 0.79 | 0.5 |
| Hex | E3 | 1A | AF | 0 | 59 | 17 | B | 13C | 4F | 32 |
| Octal | 343 | 32 | 257 | 0 | 131 | 27 | 13 | 474 | 117 | 62 |
| Binary | 11100011 | 11010 | 10101111 | 0 | 1011001 | 10111 | 1011 | 100111100 | 1001111 | 110010 |
Color Harmonies of #E31AAF
Complementary color
Monochromatic Colors of #E31AAF
Black with #E31AAF
Text Example
Text Example
White with #E31AAF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E31AAF; }
p { color: rgb(227,26,175); }
H1.HeaderClassName
{
color: #E31AAF;
}
.AnyTagClassName
{
color: #E31AAF;
}
</style>
background-color css
<style>
a { background-color: #E31AAF; }
a { background-color: rgb(227,26,175); }
div.DivClassName
{
background-color: #E31AAF;
}
.BgClassName
{
background-color: #E31AAF;
}
</style>
border-color css
<style>
span { border-color: #E31AAF; }
span { border-color: rgb(227,26,175); }
td.TdClassName
{
border-color: #E31AAF;
}
.TagClassName
{
border-color: #E31AAF;
}
</style>