Shades of Spicy Pink #E522B1
Tints of Spicy Pink #E522B1
RGB
CMYK
RGB Variations
Color information
#E522B1 (or 0xE522B1) is known color: Spicy Pink. HEX triplet: E5, 22 and B1. RGB value is (229,34,177). Sum of RGB (Red+Green+Blue) = 229+34+177=440 (58% of max value = 765). Red value is 229 (89.84% from 255 or 52.05% from 440); Green value is 34 (13.67% from 255 or 7.73% from 440); Blue value is 177 (69.53% from 255 or 40.23% from 440); Max value from RGB is 229 - color contains mainly: red. Hex color #E522B1 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #E522B1 is #1ADD4E. Grayscale: #6C6C6C. Windows color (decimal): -1760591 or 11608805. OLE color: 11608805.
HSL color Cylindrical-coordinate representation of color #E522B1: hue angle of 316º 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 #E522B1 is Cyan = 0, Magento = 0.85, Yellow = 0.23 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 229 | 34 | 177 | - |
| CMYK | 0 | 0.85 | 0.23 | 0.10 |
| HSL | 316º | 0.79% | 0.52% | - |
| HSV(B) | 316º | 0.85% | 0.9% | - |
| XYZ | 40.82 | 20.98 | 43.49 | - |
| YUV | 108.61 | 166.6 | 213.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 229 | 34 | 177 | 0 | 0.85 | 0.23 | 0.10 | 316 | 0.79 | 0.52 |
| Hex | E5 | 22 | B1 | 0 | 55 | 17 | A | 13C | 4F | 34 |
| Octal | 345 | 42 | 261 | 0 | 125 | 27 | 12 | 474 | 117 | 64 |
| Binary | 11100101 | 100010 | 10110001 | 0 | 1010101 | 10111 | 1010 | 100111100 | 1001111 | 110100 |
Color Harmonies of #E522B1
Complementary color
Monochromatic Colors of #E522B1
Black with #E522B1
Text Example
Text Example
White with #E522B1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E522B1; }
p { color: rgb(229,34,177); }
H1.HeaderClassName
{
color: #E522B1;
}
.AnyTagClassName
{
color: #E522B1;
}
</style>
background-color css
<style>
a { background-color: #E522B1; }
a { background-color: rgb(229,34,177); }
div.DivClassName
{
background-color: #E522B1;
}
.BgClassName
{
background-color: #E522B1;
}
</style>
border-color css
<style>
span { border-color: #E522B1; }
span { border-color: rgb(229,34,177); }
td.TdClassName
{
border-color: #E522B1;
}
.TagClassName
{
border-color: #E522B1;
}
</style>