Shades of Spicy Pink #E523B5
Tints of Spicy Pink #E523B5
RGB
CMYK
RGB Variations
Color information
#E523B5 (or 0xE523B5) is known color: Spicy Pink. HEX triplet: E5, 23 and B5. RGB value is (229,35,181). Sum of RGB (Red+Green+Blue) = 229+35+181=445 (58% of max value = 765). Red value is 229 (89.84% from 255 or 51.46% from 445); Green value is 35 (14.06% from 255 or 7.87% from 445); Blue value is 181 (71.09% from 255 or 40.67% from 445); Max value from RGB is 229 - color contains mainly: red. Hex color #E523B5 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #E523B5 is #1ADC4A. Grayscale: #6D6D6D. Windows color (decimal): -1760331 or 11871205. OLE color: 11871205.
HSL color Cylindrical-coordinate representation of color #E523B5: hue angle of 314.85º 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 #E523B5 is Cyan = 0, Magento = 0.85, Yellow = 0.21 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 229 | 35 | 181 | - |
| CMYK | 0 | 0.85 | 0.21 | 0.10 |
| HSL | 314.85º | 0.79% | 0.52% | - |
| HSV(B) | 314.85º | 0.85% | 0.9% | - |
| XYZ | 41.25 | 21.2 | 45.63 | - |
| YUV | 109.65 | 168.27 | 213.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 229 | 35 | 181 | 0 | 0.85 | 0.21 | 0.10 | 314.85 | 0.79 | 0.52 |
| Hex | E5 | 23 | B5 | 0 | 55 | 15 | A | 13B | 4F | 34 |
| Octal | 345 | 43 | 265 | 0 | 125 | 25 | 12 | 473 | 117 | 64 |
| Binary | 11100101 | 100011 | 10110101 | 0 | 1010101 | 10101 | 1010 | 100111011 | 1001111 | 110100 |
Color Harmonies of #E523B5
Complementary color
Monochromatic Colors of #E523B5
Black with #E523B5
Text Example
Text Example
White with #E523B5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E523B5; }
p { color: rgb(229,35,181); }
H1.HeaderClassName
{
color: #E523B5;
}
.AnyTagClassName
{
color: #E523B5;
}
</style>
background-color css
<style>
a { background-color: #E523B5; }
a { background-color: rgb(229,35,181); }
div.DivClassName
{
background-color: #E523B5;
}
.BgClassName
{
background-color: #E523B5;
}
</style>
border-color css
<style>
span { border-color: #E523B5; }
span { border-color: rgb(229,35,181); }
td.TdClassName
{
border-color: #E523B5;
}
.TagClassName
{
border-color: #E523B5;
}
</style>