Shades of Spicy Pink #E527B1
Tints of Spicy Pink #E527B1
RGB
CMYK
RGB Variations
Color information
#E527B1 (or 0xE527B1) is known color: Spicy Pink. HEX triplet: E5, 27 and B1. RGB value is (229,39,177). Sum of RGB (Red+Green+Blue) = 229+39+177=445 (58% of max value = 765). Red value is 229 (89.84% from 255 or 51.46% from 445); Green value is 39 (15.62% from 255 or 8.76% from 445); Blue value is 177 (69.53% from 255 or 39.78% from 445); Max value from RGB is 229 - color contains mainly: red. Hex color #E527B1 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #E527B1 is #1AD84E. Grayscale: #6F6F6F. Windows color (decimal): -1759311 or 11610085. OLE color: 11610085.
HSL color Cylindrical-coordinate representation of color #E527B1: hue angle of 316.42º degrees, saturation: 0.79, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #E527B1 is Cyan = 0, Magento = 0.83, Yellow = 0.23 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 229 | 39 | 177 | - |
| CMYK | 0 | 0.83 | 0.23 | 0.10 |
| HSL | 316.42º | 0.79% | 0.53% | - |
| HSV(B) | 316.42º | 0.83% | 0.9% | - |
| XYZ | 40.97 | 21.28 | 43.54 | - |
| YUV | 111.54 | 164.95 | 211.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 229 | 39 | 177 | 0 | 0.83 | 0.23 | 0.10 | 316.42 | 0.79 | 0.53 |
| Hex | E5 | 27 | B1 | 0 | 53 | 17 | A | 13C | 4F | 35 |
| Octal | 345 | 47 | 261 | 0 | 123 | 27 | 12 | 474 | 117 | 65 |
| Binary | 11100101 | 100111 | 10110001 | 0 | 1010011 | 10111 | 1010 | 100111100 | 1001111 | 110101 |
Color Harmonies of #E527B1
Complementary color
Monochromatic Colors of #E527B1
Black with #E527B1
Text Example
Text Example
White with #E527B1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E527B1; }
p { color: rgb(229,39,177); }
H1.HeaderClassName
{
color: #E527B1;
}
.AnyTagClassName
{
color: #E527B1;
}
</style>
background-color css
<style>
a { background-color: #E527B1; }
a { background-color: rgb(229,39,177); }
div.DivClassName
{
background-color: #E527B1;
}
.BgClassName
{
background-color: #E527B1;
}
</style>
border-color css
<style>
span { border-color: #E527B1; }
span { border-color: rgb(229,39,177); }
td.TdClassName
{
border-color: #E527B1;
}
.TagClassName
{
border-color: #E527B1;
}
</style>