Shades of Spicy Pink #E523AC
Tints of Spicy Pink #E523AC
RGB
CMYK
RGB Variations
Color information
#E523AC (or 0xE523AC) is known color: Spicy Pink. HEX triplet: E5, 23 and AC. RGB value is (229,35,172). Sum of RGB (Red+Green+Blue) = 229+35+172=436 (57% of max value = 765). Red value is 229 (89.84% from 255 or 52.52% from 436); Green value is 35 (14.06% from 255 or 8.03% from 436); Blue value is 172 (67.58% from 255 or 39.45% from 436); Max value from RGB is 229 - color contains mainly: red. Hex color #E523AC is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #E523AC is #1ADC53. Grayscale: #6C6C6C. Windows color (decimal): -1760340 or 11281381. OLE color: 11281381.
HSL color Cylindrical-coordinate representation of color #E523AC: hue angle of 317.63º 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 #E523AC is Cyan = 0, Magento = 0.85, Yellow = 0.25 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 229 | 35 | 172 | - |
| CMYK | 0 | 0.85 | 0.25 | 0.10 |
| HSL | 317.63º | 0.79% | 0.52% | - |
| HSV(B) | 317.63º | 0.85% | 0.9% | - |
| XYZ | 40.36 | 20.84 | 40.92 | - |
| YUV | 108.62 | 163.77 | 213.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 229 | 35 | 172 | 0 | 0.85 | 0.25 | 0.10 | 317.63 | 0.79 | 0.52 |
| Hex | E5 | 23 | AC | 0 | 55 | 19 | A | 13E | 4F | 34 |
| Octal | 345 | 43 | 254 | 0 | 125 | 31 | 12 | 476 | 117 | 64 |
| Binary | 11100101 | 100011 | 10101100 | 0 | 1010101 | 11001 | 1010 | 100111110 | 1001111 | 110100 |
Color Harmonies of #E523AC
Complementary color
Monochromatic Colors of #E523AC
Black with #E523AC
Text Example
Text Example
White with #E523AC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E523AC; }
p { color: rgb(229,35,172); }
H1.HeaderClassName
{
color: #E523AC;
}
.AnyTagClassName
{
color: #E523AC;
}
</style>
background-color css
<style>
a { background-color: #E523AC; }
a { background-color: rgb(229,35,172); }
div.DivClassName
{
background-color: #E523AC;
}
.BgClassName
{
background-color: #E523AC;
}
</style>
border-color css
<style>
span { border-color: #E523AC; }
span { border-color: rgb(229,35,172); }
td.TdClassName
{
border-color: #E523AC;
}
.TagClassName
{
border-color: #E523AC;
}
</style>