Shades of Shocking Pink #E523BD
Tints of Shocking Pink #E523BD
RGB
CMYK
RGB Variations
Color information
#E523BD (or 0xE523BD) is known color: Shocking Pink. HEX triplet: E5, 23 and BD. RGB value is (229,35,189). Sum of RGB (Red+Green+Blue) = 229+35+189=453 (60% of max value = 765). Red value is 229 (89.84% from 255 or 50.55% from 453); Green value is 35 (14.06% from 255 or 7.73% from 453); Blue value is 189 (74.22% from 255 or 41.72% from 453); Max value from RGB is 229 - color contains mainly: red. Hex color #E523BD is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #E523BD is #1ADC42. Grayscale: #6E6E6E. Windows color (decimal): -1760323 or 12395493. OLE color: 12395493.
HSL color Cylindrical-coordinate representation of color #E523BD: hue angle of 312.37º 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 #E523BD is Cyan = 0, Magento = 0.85, Yellow = 0.17 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 229 | 35 | 189 | - |
| CMYK | 0 | 0.85 | 0.17 | 0.10 |
| HSL | 312.37º | 0.79% | 0.52% | - |
| HSV(B) | 312.37º | 0.85% | 0.9% | - |
| XYZ | 42.1 | 21.53 | 50.08 | - |
| YUV | 110.56 | 172.27 | 212.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 229 | 35 | 189 | 0 | 0.85 | 0.17 | 0.10 | 312.37 | 0.79 | 0.52 |
| Hex | E5 | 23 | BD | 0 | 55 | 11 | A | 138 | 4F | 34 |
| Octal | 345 | 43 | 275 | 0 | 125 | 21 | 12 | 470 | 117 | 64 |
| Binary | 11100101 | 100011 | 10111101 | 0 | 1010101 | 10001 | 1010 | 100111000 | 1001111 | 110100 |
Color Harmonies of #E523BD
Complementary color
Monochromatic Colors of #E523BD
Black with #E523BD
Text Example
Text Example
White with #E523BD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E523BD; }
p { color: rgb(229,35,189); }
H1.HeaderClassName
{
color: #E523BD;
}
.AnyTagClassName
{
color: #E523BD;
}
</style>
background-color css
<style>
a { background-color: #E523BD; }
a { background-color: rgb(229,35,189); }
div.DivClassName
{
background-color: #E523BD;
}
.BgClassName
{
background-color: #E523BD;
}
</style>
border-color css
<style>
span { border-color: #E523BD; }
span { border-color: rgb(229,35,189); }
td.TdClassName
{
border-color: #E523BD;
}
.TagClassName
{
border-color: #E523BD;
}
</style>