Shades of Shocking Pink #E514BD
Tints of Shocking Pink #E514BD
RGB
CMYK
RGB Variations
Color information
#E514BD (or 0xE514BD) is known color: Shocking Pink. HEX triplet: E5, 14 and BD. RGB value is (229,20,189). Sum of RGB (Red+Green+Blue) = 229+20+189=438 (58% of max value = 765). Red value is 229 (89.84% from 255 or 52.28% from 438); Green value is 20 (8.20% from 255 or 4.57% from 438); Blue value is 189 (74.22% from 255 or 43.15% from 438); Max value from RGB is 229 - color contains mainly: red. Hex color #E514BD is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #E514BD is #1AEB42. Grayscale: #656565. Windows color (decimal): -1764163 or 12391653. OLE color: 12391653.
HSL color Cylindrical-coordinate representation of color #E514BD: hue angle of 311.48º degrees, saturation: 0.84, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #E514BD is Cyan = 0, Magento = 0.91, Yellow = 0.17 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 229 | 20 | 189 | - |
| CMYK | 0 | 0.91 | 0.17 | 0.10 |
| HSL | 311.48º | 0.84% | 0.49% | - |
| HSV(B) | 311.48º | 0.91% | 0.9% | - |
| XYZ | 41.75 | 20.83 | 49.96 | - |
| YUV | 101.76 | 177.24 | 218.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 229 | 20 | 189 | 0 | 0.91 | 0.17 | 0.10 | 311.48 | 0.84 | 0.49 |
| Hex | E5 | 14 | BD | 0 | 5B | 11 | A | 137 | 54 | 31 |
| Octal | 345 | 24 | 275 | 0 | 133 | 21 | 12 | 467 | 124 | 61 |
| Binary | 11100101 | 10100 | 10111101 | 0 | 1011011 | 10001 | 1010 | 100110111 | 1010100 | 110001 |
Color Harmonies of #E514BD
Complementary color
Monochromatic Colors of #E514BD
Black with #E514BD
Text Example
Text Example
White with #E514BD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E514BD; }
p { color: rgb(229,20,189); }
H1.HeaderClassName
{
color: #E514BD;
}
.AnyTagClassName
{
color: #E514BD;
}
</style>
background-color css
<style>
a { background-color: #E514BD; }
a { background-color: rgb(229,20,189); }
div.DivClassName
{
background-color: #E514BD;
}
.BgClassName
{
background-color: #E514BD;
}
</style>
border-color css
<style>
span { border-color: #E514BD; }
span { border-color: rgb(229,20,189); }
td.TdClassName
{
border-color: #E514BD;
}
.TagClassName
{
border-color: #E514BD;
}
</style>