Shades of Spicy Pink #E526AB
Tints of Spicy Pink #E526AB
RGB
CMYK
RGB Variations
Color information
#E526AB (or 0xE526AB) is known color: Spicy Pink. HEX triplet: E5, 26 and AB. RGB value is (229,38,171). Sum of RGB (Red+Green+Blue) = 229+38+171=438 (58% of max value = 765). Red value is 229 (89.84% from 255 or 52.28% from 438); Green value is 38 (15.23% from 255 or 8.68% from 438); Blue value is 171 (67.19% from 255 or 39.04% from 438); Max value from RGB is 229 - color contains mainly: red. Hex color #E526AB is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #E526AB is #1AD954. Grayscale: #6D6D6D. Windows color (decimal): -1759573 or 11216613. OLE color: 11216613.
HSL color Cylindrical-coordinate representation of color #E526AB: hue angle of 318.22º degrees, saturation: 0.79, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #E526AB is Cyan = 0, Magento = 0.83, Yellow = 0.25 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 229 | 38 | 171 | - |
| CMYK | 0 | 0.83 | 0.25 | 0.10 |
| HSL | 318.22º | 0.79% | 0.52% | - |
| HSV(B) | 318.22º | 0.83% | 0.9% | - |
| XYZ | 40.36 | 20.98 | 40.45 | - |
| YUV | 110.27 | 162.28 | 212.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 229 | 38 | 171 | 0 | 0.83 | 0.25 | 0.10 | 318.22 | 0.79 | 0.52 |
| Hex | E5 | 26 | AB | 0 | 53 | 19 | A | 13E | 4F | 34 |
| Octal | 345 | 46 | 253 | 0 | 123 | 31 | 12 | 476 | 117 | 64 |
| Binary | 11100101 | 100110 | 10101011 | 0 | 1010011 | 11001 | 1010 | 100111110 | 1001111 | 110100 |
Color Harmonies of #E526AB
Complementary color
Monochromatic Colors of #E526AB
Black with #E526AB
Text Example
Text Example
White with #E526AB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E526AB; }
p { color: rgb(229,38,171); }
H1.HeaderClassName
{
color: #E526AB;
}
.AnyTagClassName
{
color: #E526AB;
}
</style>
background-color css
<style>
a { background-color: #E526AB; }
a { background-color: rgb(229,38,171); }
div.DivClassName
{
background-color: #E526AB;
}
.BgClassName
{
background-color: #E526AB;
}
</style>
border-color css
<style>
span { border-color: #E526AB; }
span { border-color: rgb(229,38,171); }
td.TdClassName
{
border-color: #E526AB;
}
.TagClassName
{
border-color: #E526AB;
}
</style>