Shades of Shocking Pink #E521B9
Tints of Shocking Pink #E521B9
RGB
CMYK
RGB Variations
Color information
#E521B9 (or 0xE521B9) is known color: Shocking Pink. HEX triplet: E5, 21 and B9. RGB value is (229,33,185). Sum of RGB (Red+Green+Blue) = 229+33+185=447 (59% of max value = 765). Red value is 229 (89.84% from 255 or 51.23% from 447); Green value is 33 (13.28% from 255 or 7.38% from 447); Blue value is 185 (72.66% from 255 or 41.39% from 447); Max value from RGB is 229 - color contains mainly: red. Hex color #E521B9 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #E521B9 is #1ADE46. Grayscale: #6C6C6C. Windows color (decimal): -1760839 or 12132837. OLE color: 12132837.
HSL color Cylindrical-coordinate representation of color #E521B9: hue angle of 313.47º 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 #E521B9 is Cyan = 0, Magento = 0.86, Yellow = 0.19 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 229 | 33 | 185 | - |
| CMYK | 0 | 0.86 | 0.19 | 0.10 |
| HSL | 313.47º | 0.79% | 0.51% | - |
| HSV(B) | 313.47º | 0.86% | 0.9% | - |
| XYZ | 41.61 | 21.25 | 47.81 | - |
| YUV | 108.93 | 170.93 | 213.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 229 | 33 | 185 | 0 | 0.86 | 0.19 | 0.10 | 313.47 | 0.79 | 0.51 |
| Hex | E5 | 21 | B9 | 0 | 56 | 13 | A | 139 | 4F | 33 |
| Octal | 345 | 41 | 271 | 0 | 126 | 23 | 12 | 471 | 117 | 63 |
| Binary | 11100101 | 100001 | 10111001 | 0 | 1010110 | 10011 | 1010 | 100111001 | 1001111 | 110011 |
Color Harmonies of #E521B9
Complementary color
Monochromatic Colors of #E521B9
Black with #E521B9
Text Example
Text Example
White with #E521B9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E521B9; }
p { color: rgb(229,33,185); }
H1.HeaderClassName
{
color: #E521B9;
}
.AnyTagClassName
{
color: #E521B9;
}
</style>
background-color css
<style>
a { background-color: #E521B9; }
a { background-color: rgb(229,33,185); }
div.DivClassName
{
background-color: #E521B9;
}
.BgClassName
{
background-color: #E521B9;
}
</style>
border-color css
<style>
span { border-color: #E521B9; }
span { border-color: rgb(229,33,185); }
td.TdClassName
{
border-color: #E521B9;
}
.TagClassName
{
border-color: #E521B9;
}
</style>