Shades of Spicy Pink #E527BB
Tints of Spicy Pink #E527BB
RGB
CMYK
RGB Variations
Color information
#E527BB (or 0xE527BB) is known color: Spicy Pink. HEX triplet: E5, 27 and BB. RGB value is (229,39,187). Sum of RGB (Red+Green+Blue) = 229+39+187=455 (60% of max value = 765). Red value is 229 (89.84% from 255 or 50.33% from 455); Green value is 39 (15.62% from 255 or 8.57% from 455); Blue value is 187 (73.44% from 255 or 41.10% from 455); Max value from RGB is 229 - color contains mainly: red. Hex color #E527BB is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #E527BB is #1AD844. Grayscale: #707070. Windows color (decimal): -1759301 or 12265445. OLE color: 12265445.
HSL color Cylindrical-coordinate representation of color #E527BB: hue angle of 313.26º 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 #E527BB is Cyan = 0, Magento = 0.83, Yellow = 0.18 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 229 | 39 | 187 | - |
| CMYK | 0 | 0.83 | 0.18 | 0.10 |
| HSL | 313.26º | 0.79% | 0.53% | - |
| HSV(B) | 313.26º | 0.83% | 0.9% | - |
| XYZ | 42.01 | 21.7 | 48.99 | - |
| YUV | 112.68 | 169.95 | 210.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 229 | 39 | 187 | 0 | 0.83 | 0.18 | 0.10 | 313.26 | 0.79 | 0.53 |
| Hex | E5 | 27 | BB | 0 | 53 | 12 | A | 139 | 4F | 35 |
| Octal | 345 | 47 | 273 | 0 | 123 | 22 | 12 | 471 | 117 | 65 |
| Binary | 11100101 | 100111 | 10111011 | 0 | 1010011 | 10010 | 1010 | 100111001 | 1001111 | 110101 |
Color Harmonies of #E527BB
Complementary color
Monochromatic Colors of #E527BB
Black with #E527BB
Text Example
Text Example
White with #E527BB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E527BB; }
p { color: rgb(229,39,187); }
H1.HeaderClassName
{
color: #E527BB;
}
.AnyTagClassName
{
color: #E527BB;
}
</style>
background-color css
<style>
a { background-color: #E527BB; }
a { background-color: rgb(229,39,187); }
div.DivClassName
{
background-color: #E527BB;
}
.BgClassName
{
background-color: #E527BB;
}
</style>
border-color css
<style>
span { border-color: #E527BB; }
span { border-color: rgb(229,39,187); }
td.TdClassName
{
border-color: #E527BB;
}
.TagClassName
{
border-color: #E527BB;
}
</style>