Shades of Shocking Pink #E016BE
Tints of Shocking Pink #E016BE
RGB
CMYK
RGB Variations
Color information
#E016BE (or 0xE016BE) is known color: Shocking Pink. HEX triplet: E0, 16 and BE. RGB value is (224,22,190). Sum of RGB (Red+Green+Blue) = 224+22+190=436 (57% of max value = 765). Red value is 224 (87.89% from 255 or 51.38% from 436); Green value is 22 (8.98% from 255 or 5.05% from 436); Blue value is 190 (74.61% from 255 or 43.58% from 436); Max value from RGB is 224 - color contains mainly: red. Hex color #E016BE is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #E016BE is #1FE941. Grayscale: #656565. Windows color (decimal): -2091330 or 12457696. OLE color: 12457696.
HSL color Cylindrical-coordinate representation of color #E016BE: hue angle of 310.1º 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 #E016BE is Cyan = 0, Magento = 0.90, Yellow = 0.15 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 224 | 22 | 190 | - |
| CMYK | 0 | 0.90 | 0.15 | 0.12 |
| HSL | 310.1º | 0.82% | 0.48% | - |
| HSV(B) | 310.1º | 0.9% | 0.88% | - |
| XYZ | 40.32 | 20.14 | 50.48 | - |
| YUV | 101.55 | 177.92 | 215.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 224 | 22 | 190 | 0 | 0.90 | 0.15 | 0.12 | 310.1 | 0.82 | 0.48 |
| Hex | E0 | 16 | BE | 0 | 5A | F | C | 136 | 52 | 30 |
| Octal | 340 | 26 | 276 | 0 | 132 | 17 | 14 | 466 | 122 | 60 |
| Binary | 11100000 | 10110 | 10111110 | 0 | 1011010 | 1111 | 1100 | 100110110 | 1010010 | 110000 |
Color Harmonies of #E016BE
Complementary color
Monochromatic Colors of #E016BE
Black with #E016BE
Text Example
Text Example
White with #E016BE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E016BE; }
p { color: rgb(224,22,190); }
H1.HeaderClassName
{
color: #E016BE;
}
.AnyTagClassName
{
color: #E016BE;
}
</style>
background-color css
<style>
a { background-color: #E016BE; }
a { background-color: rgb(224,22,190); }
div.DivClassName
{
background-color: #E016BE;
}
.BgClassName
{
background-color: #E016BE;
}
</style>
border-color css
<style>
span { border-color: #E016BE; }
span { border-color: rgb(224,22,190); }
td.TdClassName
{
border-color: #E016BE;
}
.TagClassName
{
border-color: #E016BE;
}
</style>