Shades of Shocking Pink #E524BB
Tints of Shocking Pink #E524BB
RGB
CMYK
RGB Variations
Color information
#E524BB (or 0xE524BB) is known color: Shocking Pink. HEX triplet: E5, 24 and BB. RGB value is (229,36,187). Sum of RGB (Red+Green+Blue) = 229+36+187=452 (59% of max value = 765). Red value is 229 (89.84% from 255 or 50.66% from 452); Green value is 36 (14.45% from 255 or 7.96% from 452); Blue value is 187 (73.44% from 255 or 41.37% from 452); Max value from RGB is 229 - color contains mainly: red. Hex color #E524BB is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #E524BB is #1ADB44. Grayscale: #6E6E6E. Windows color (decimal): -1760069 or 12264677. OLE color: 12264677.
HSL color Cylindrical-coordinate representation of color #E524BB: hue angle of 313.06º degrees, saturation: 0.79, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #E524BB is Cyan = 0, Magento = 0.84, Yellow = 0.18 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 229 | 36 | 187 | - |
| CMYK | 0 | 0.84 | 0.18 | 0.10 |
| HSL | 313.06º | 0.79% | 0.52% | - |
| HSV(B) | 313.06º | 0.84% | 0.9% | - |
| XYZ | 41.91 | 21.51 | 48.96 | - |
| YUV | 110.92 | 170.94 | 212.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 229 | 36 | 187 | 0 | 0.84 | 0.18 | 0.10 | 313.06 | 0.79 | 0.52 |
| Hex | E5 | 24 | BB | 0 | 54 | 12 | A | 139 | 4F | 34 |
| Octal | 345 | 44 | 273 | 0 | 124 | 22 | 12 | 471 | 117 | 64 |
| Binary | 11100101 | 100100 | 10111011 | 0 | 1010100 | 10010 | 1010 | 100111001 | 1001111 | 110100 |
Color Harmonies of #E524BB
Complementary color
Monochromatic Colors of #E524BB
Black with #E524BB
Text Example
Text Example
White with #E524BB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E524BB; }
p { color: rgb(229,36,187); }
H1.HeaderClassName
{
color: #E524BB;
}
.AnyTagClassName
{
color: #E524BB;
}
</style>
background-color css
<style>
a { background-color: #E524BB; }
a { background-color: rgb(229,36,187); }
div.DivClassName
{
background-color: #E524BB;
}
.BgClassName
{
background-color: #E524BB;
}
</style>
border-color css
<style>
span { border-color: #E524BB; }
span { border-color: rgb(229,36,187); }
td.TdClassName
{
border-color: #E524BB;
}
.TagClassName
{
border-color: #E524BB;
}
</style>