Shades of Shocking Pink #E521BB
Tints of Shocking Pink #E521BB
RGB
CMYK
RGB Variations
Color information
#E521BB (or 0xE521BB) is known color: Shocking Pink. HEX triplet: E5, 21 and BB. RGB value is (229,33,187). Sum of RGB (Red+Green+Blue) = 229+33+187=449 (59% of max value = 765). Red value is 229 (89.84% from 255 or 51.00% from 449); Green value is 33 (13.28% from 255 or 7.35% from 449); Blue value is 187 (73.44% from 255 or 41.65% from 449); Max value from RGB is 229 - color contains mainly: red. Hex color #E521BB is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #E521BB is #1ADE44. Grayscale: #6C6C6C. Windows color (decimal): -1760837 or 12263909. OLE color: 12263909.
HSL color Cylindrical-coordinate representation of color #E521BB: hue angle of 312.86º degrees, saturation: 0.79, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #E521BB is Cyan = 0, Magento = 0.86, Yellow = 0.18 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 229 | 33 | 187 | - |
| CMYK | 0 | 0.86 | 0.18 | 0.10 |
| HSL | 312.86º | 0.79% | 0.51% | - |
| HSV(B) | 312.86º | 0.86% | 0.9% | - |
| XYZ | 41.83 | 21.33 | 48.93 | - |
| YUV | 109.16 | 171.93 | 213.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 229 | 33 | 187 | 0 | 0.86 | 0.18 | 0.10 | 312.86 | 0.79 | 0.51 |
| Hex | E5 | 21 | BB | 0 | 56 | 12 | A | 139 | 4F | 33 |
| Octal | 345 | 41 | 273 | 0 | 126 | 22 | 12 | 471 | 117 | 63 |
| Binary | 11100101 | 100001 | 10111011 | 0 | 1010110 | 10010 | 1010 | 100111001 | 1001111 | 110011 |
Color Harmonies of #E521BB
Complementary color
Monochromatic Colors of #E521BB
Black with #E521BB
Text Example
Text Example
White with #E521BB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E521BB; }
p { color: rgb(229,33,187); }
H1.HeaderClassName
{
color: #E521BB;
}
.AnyTagClassName
{
color: #E521BB;
}
</style>
background-color css
<style>
a { background-color: #E521BB; }
a { background-color: rgb(229,33,187); }
div.DivClassName
{
background-color: #E521BB;
}
.BgClassName
{
background-color: #E521BB;
}
</style>
border-color css
<style>
span { border-color: #E521BB; }
span { border-color: rgb(229,33,187); }
td.TdClassName
{
border-color: #E521BB;
}
.TagClassName
{
border-color: #E521BB;
}
</style>