Shades of Shocking Pink #E016BD
Tints of Shocking Pink #E016BD
RGB
CMYK
RGB Variations
Color information
#E016BD (or 0xE016BD) is known color: Shocking Pink. HEX triplet: E0, 16 and BD. RGB value is (224,22,189). Sum of RGB (Red+Green+Blue) = 224+22+189=435 (57% of max value = 765). Red value is 224 (87.89% from 255 or 51.49% from 435); Green value is 22 (8.98% from 255 or 5.06% from 435); Blue value is 189 (74.22% from 255 or 43.45% from 435); Max value from RGB is 224 - color contains mainly: red. Hex color #E016BD is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #E016BD is #1FE942. Grayscale: #646464. Windows color (decimal): -2091331 or 12392160. OLE color: 12392160.
HSL color Cylindrical-coordinate representation of color #E016BD: hue angle of 310.4º degrees, saturation: 0.82, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #E016BD is Cyan = 0, Magento = 0.90, Yellow = 0.16 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 224 | 22 | 189 | - |
| CMYK | 0 | 0.90 | 0.16 | 0.12 |
| HSL | 310.4º | 0.82% | 0.48% | - |
| HSV(B) | 310.4º | 0.9% | 0.88% | - |
| XYZ | 40.21 | 20.1 | 49.9 | - |
| YUV | 101.44 | 177.42 | 215.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 224 | 22 | 189 | 0 | 0.90 | 0.16 | 0.12 | 310.4 | 0.82 | 0.48 |
| Hex | E0 | 16 | BD | 0 | 5A | 10 | C | 136 | 52 | 30 |
| Octal | 340 | 26 | 275 | 0 | 132 | 20 | 14 | 466 | 122 | 60 |
| Binary | 11100000 | 10110 | 10111101 | 0 | 1011010 | 10000 | 1100 | 100110110 | 1010010 | 110000 |
Color Harmonies of #E016BD
Complementary color
Monochromatic Colors of #E016BD
Black with #E016BD
Text Example
Text Example
White with #E016BD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E016BD; }
p { color: rgb(224,22,189); }
H1.HeaderClassName
{
color: #E016BD;
}
.AnyTagClassName
{
color: #E016BD;
}
</style>
background-color css
<style>
a { background-color: #E016BD; }
a { background-color: rgb(224,22,189); }
div.DivClassName
{
background-color: #E016BD;
}
.BgClassName
{
background-color: #E016BD;
}
</style>
border-color css
<style>
span { border-color: #E016BD; }
span { border-color: rgb(224,22,189); }
td.TdClassName
{
border-color: #E016BD;
}
.TagClassName
{
border-color: #E016BD;
}
</style>