Shades of Spicy Pink #E517AE
Tints of Spicy Pink #E517AE
RGB
CMYK
RGB Variations
Color information
#E517AE (or 0xE517AE) is known color: Spicy Pink. HEX triplet: E5, 17 and AE. RGB value is (229,23,174). Sum of RGB (Red+Green+Blue) = 229+23+174=426 (56% of max value = 765). Red value is 229 (89.84% from 255 or 53.76% from 426); Green value is 23 (9.38% from 255 or 5.40% from 426); Blue value is 174 (68.36% from 255 or 40.85% from 426); Max value from RGB is 229 - color contains mainly: red. Hex color #E517AE is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #E517AE is #1AE851. Grayscale: #656565. Windows color (decimal): -1763410 or 11409381. OLE color: 11409381.
HSL color Cylindrical-coordinate representation of color #E517AE: hue angle of 316.02º degrees, saturation: 0.82, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #E517AE is Cyan = 0, Magento = 0.90, Yellow = 0.24 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 229 | 23 | 174 | - |
| CMYK | 0 | 0.90 | 0.24 | 0.10 |
| HSL | 316.02º | 0.82% | 0.49% | - |
| HSV(B) | 316.02º | 0.9% | 0.9% | - |
| XYZ | 40.26 | 20.33 | 41.85 | - |
| YUV | 101.81 | 168.75 | 218.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 229 | 23 | 174 | 0 | 0.90 | 0.24 | 0.10 | 316.02 | 0.82 | 0.49 |
| Hex | E5 | 17 | AE | 0 | 5A | 18 | A | 13C | 52 | 31 |
| Octal | 345 | 27 | 256 | 0 | 132 | 30 | 12 | 474 | 122 | 61 |
| Binary | 11100101 | 10111 | 10101110 | 0 | 1011010 | 11000 | 1010 | 100111100 | 1010010 | 110001 |
Color Harmonies of #E517AE
Complementary color
Monochromatic Colors of #E517AE
Black with #E517AE
Text Example
Text Example
White with #E517AE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E517AE; }
p { color: rgb(229,23,174); }
H1.HeaderClassName
{
color: #E517AE;
}
.AnyTagClassName
{
color: #E517AE;
}
</style>
background-color css
<style>
a { background-color: #E517AE; }
a { background-color: rgb(229,23,174); }
div.DivClassName
{
background-color: #E517AE;
}
.BgClassName
{
background-color: #E517AE;
}
</style>
border-color css
<style>
span { border-color: #E517AE; }
span { border-color: rgb(229,23,174); }
td.TdClassName
{
border-color: #E517AE;
}
.TagClassName
{
border-color: #E517AE;
}
</style>