Shades of Shocking Pink #E521BC
Tints of Shocking Pink #E521BC
RGB
CMYK
RGB Variations
Color information
#E521BC (or 0xE521BC) is known color: Shocking Pink. HEX triplet: E5, 21 and BC. RGB value is (229,33,188). Sum of RGB (Red+Green+Blue) = 229+33+188=450 (59% of max value = 765). Red value is 229 (89.84% from 255 or 50.89% from 450); Green value is 33 (13.28% from 255 or 7.33% from 450); Blue value is 188 (73.83% from 255 or 41.78% from 450); Max value from RGB is 229 - color contains mainly: red. Hex color #E521BC is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #E521BC is #1ADE43. Grayscale: #6C6C6C. Windows color (decimal): -1760836 or 12329445. OLE color: 12329445.
HSL color Cylindrical-coordinate representation of color #E521BC: hue angle of 312.55º 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 #E521BC is Cyan = 0, Magento = 0.86, Yellow = 0.18 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 229 | 33 | 188 | - |
| CMYK | 0 | 0.86 | 0.18 | 0.10 |
| HSL | 312.55º | 0.79% | 0.51% | - |
| HSV(B) | 312.55º | 0.86% | 0.9% | - |
| XYZ | 41.93 | 21.38 | 49.49 | - |
| YUV | 109.27 | 172.43 | 213.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 229 | 33 | 188 | 0 | 0.86 | 0.18 | 0.10 | 312.55 | 0.79 | 0.51 |
| Hex | E5 | 21 | BC | 0 | 56 | 12 | A | 139 | 4F | 33 |
| Octal | 345 | 41 | 274 | 0 | 126 | 22 | 12 | 471 | 117 | 63 |
| Binary | 11100101 | 100001 | 10111100 | 0 | 1010110 | 10010 | 1010 | 100111001 | 1001111 | 110011 |
Color Harmonies of #E521BC
Complementary color
Monochromatic Colors of #E521BC
Black with #E521BC
Text Example
Text Example
White with #E521BC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E521BC; }
p { color: rgb(229,33,188); }
H1.HeaderClassName
{
color: #E521BC;
}
.AnyTagClassName
{
color: #E521BC;
}
</style>
background-color css
<style>
a { background-color: #E521BC; }
a { background-color: rgb(229,33,188); }
div.DivClassName
{
background-color: #E521BC;
}
.BgClassName
{
background-color: #E521BC;
}
</style>
border-color css
<style>
span { border-color: #E521BC; }
span { border-color: rgb(229,33,188); }
td.TdClassName
{
border-color: #E521BC;
}
.TagClassName
{
border-color: #E521BC;
}
</style>