Shades of Shocking Pink #E016BF
Tints of Shocking Pink #E016BF
RGB
CMYK
RGB Variations
Color information
#E016BF (or 0xE016BF) is known color: Shocking Pink. HEX triplet: E0, 16 and BF. RGB value is (224,22,191). Sum of RGB (Red+Green+Blue) = 224+22+191=437 (57% of max value = 765). Red value is 224 (87.89% from 255 or 51.26% from 437); Green value is 22 (8.98% from 255 or 5.03% from 437); Blue value is 191 (75% from 255 or 43.71% from 437); Max value from RGB is 224 - color contains mainly: red. Hex color #E016BF is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #E016BF is #1FE940. Grayscale: #656565. Windows color (decimal): -2091329 or 12523232. OLE color: 12523232.
HSL color Cylindrical-coordinate representation of color #E016BF: hue angle of 309.8º 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 #E016BF is Cyan = 0, Magento = 0.90, Yellow = 0.15 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 224 | 22 | 191 | - |
| CMYK | 0 | 0.90 | 0.15 | 0.12 |
| HSL | 309.8º | 0.82% | 0.48% | - |
| HSV(B) | 309.8º | 0.9% | 0.88% | - |
| XYZ | 40.43 | 20.18 | 51.05 | - |
| YUV | 101.66 | 178.42 | 215.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 224 | 22 | 191 | 0 | 0.90 | 0.15 | 0.12 | 309.8 | 0.82 | 0.48 |
| Hex | E0 | 16 | BF | 0 | 5A | F | C | 136 | 52 | 30 |
| Octal | 340 | 26 | 277 | 0 | 132 | 17 | 14 | 466 | 122 | 60 |
| Binary | 11100000 | 10110 | 10111111 | 0 | 1011010 | 1111 | 1100 | 100110110 | 1010010 | 110000 |
Color Harmonies of #E016BF
Complementary color
Monochromatic Colors of #E016BF
Black with #E016BF
Text Example
Text Example
White with #E016BF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E016BF; }
p { color: rgb(224,22,191); }
H1.HeaderClassName
{
color: #E016BF;
}
.AnyTagClassName
{
color: #E016BF;
}
</style>
background-color css
<style>
a { background-color: #E016BF; }
a { background-color: rgb(224,22,191); }
div.DivClassName
{
background-color: #E016BF;
}
.BgClassName
{
background-color: #E016BF;
}
</style>
border-color css
<style>
span { border-color: #E016BF; }
span { border-color: rgb(224,22,191); }
td.TdClassName
{
border-color: #E016BF;
}
.TagClassName
{
border-color: #E016BF;
}
</style>