Shades of Spicy Pink #E523AB
Tints of Spicy Pink #E523AB
RGB
CMYK
RGB Variations
Color information
#E523AB (or 0xE523AB) is known color: Spicy Pink. HEX triplet: E5, 23 and AB. RGB value is (229,35,171). Sum of RGB (Red+Green+Blue) = 229+35+171=435 (57% of max value = 765). Red value is 229 (89.84% from 255 or 52.64% from 435); Green value is 35 (14.06% from 255 or 8.05% from 435); Blue value is 171 (67.19% from 255 or 39.31% from 435); Max value from RGB is 229 - color contains mainly: red. Hex color #E523AB is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #E523AB is #1ADC54. Grayscale: #6C6C6C. Windows color (decimal): -1760341 or 11215845. OLE color: 11215845.
HSL color Cylindrical-coordinate representation of color #E523AB: hue angle of 317.94º degrees, saturation: 0.79, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #E523AB is Cyan = 0, Magento = 0.85, Yellow = 0.25 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 229 | 35 | 171 | - |
| CMYK | 0 | 0.85 | 0.25 | 0.10 |
| HSL | 317.94º | 0.79% | 0.52% | - |
| HSV(B) | 317.94º | 0.85% | 0.9% | - |
| XYZ | 40.26 | 20.8 | 40.42 | - |
| YUV | 108.51 | 163.27 | 213.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 229 | 35 | 171 | 0 | 0.85 | 0.25 | 0.10 | 317.94 | 0.79 | 0.52 |
| Hex | E5 | 23 | AB | 0 | 55 | 19 | A | 13E | 4F | 34 |
| Octal | 345 | 43 | 253 | 0 | 125 | 31 | 12 | 476 | 117 | 64 |
| Binary | 11100101 | 100011 | 10101011 | 0 | 1010101 | 11001 | 1010 | 100111110 | 1001111 | 110100 |
Color Harmonies of #E523AB
Complementary color
Monochromatic Colors of #E523AB
Black with #E523AB
Text Example
Text Example
White with #E523AB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E523AB; }
p { color: rgb(229,35,171); }
H1.HeaderClassName
{
color: #E523AB;
}
.AnyTagClassName
{
color: #E523AB;
}
</style>
background-color css
<style>
a { background-color: #E523AB; }
a { background-color: rgb(229,35,171); }
div.DivClassName
{
background-color: #E523AB;
}
.BgClassName
{
background-color: #E523AB;
}
</style>
border-color css
<style>
span { border-color: #E523AB; }
span { border-color: rgb(229,35,171); }
td.TdClassName
{
border-color: #E523AB;
}
.TagClassName
{
border-color: #E523AB;
}
</style>