Shades of Shocking Pink #E017BC
Tints of Shocking Pink #E017BC
RGB
CMYK
RGB Variations
Color information
#E017BC (or 0xE017BC) is known color: Shocking Pink. HEX triplet: E0, 17 and BC. RGB value is (224,23,188). Sum of RGB (Red+Green+Blue) = 224+23+188=435 (57% of max value = 765). Red value is 224 (87.89% from 255 or 51.49% from 435); Green value is 23 (9.38% from 255 or 5.29% from 435); Blue value is 188 (73.83% from 255 or 43.22% from 435); Max value from RGB is 224 - color contains mainly: red. Hex color #E017BC is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #E017BC is #1FE843. Grayscale: #656565. Windows color (decimal): -2091076 or 12326880. OLE color: 12326880.
HSL color Cylindrical-coordinate representation of color #E017BC: hue angle of 310.75º degrees, saturation: 0.81, 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 #E017BC is Cyan = 0, Magento = 0.90, Yellow = 0.16 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 224 | 23 | 188 | - |
| CMYK | 0 | 0.90 | 0.16 | 0.12 |
| HSL | 310.75º | 0.81% | 0.48% | - |
| HSV(B) | 310.75º | 0.9% | 0.88% | - |
| XYZ | 40.12 | 20.09 | 49.34 | - |
| YUV | 101.91 | 176.59 | 215.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 224 | 23 | 188 | 0 | 0.90 | 0.16 | 0.12 | 310.75 | 0.81 | 0.48 |
| Hex | E0 | 17 | BC | 0 | 5A | 10 | C | 137 | 51 | 30 |
| Octal | 340 | 27 | 274 | 0 | 132 | 20 | 14 | 467 | 121 | 60 |
| Binary | 11100000 | 10111 | 10111100 | 0 | 1011010 | 10000 | 1100 | 100110111 | 1010001 | 110000 |
Color Harmonies of #E017BC
Complementary color
Monochromatic Colors of #E017BC
Black with #E017BC
Text Example
Text Example
White with #E017BC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E017BC; }
p { color: rgb(224,23,188); }
H1.HeaderClassName
{
color: #E017BC;
}
.AnyTagClassName
{
color: #E017BC;
}
</style>
background-color css
<style>
a { background-color: #E017BC; }
a { background-color: rgb(224,23,188); }
div.DivClassName
{
background-color: #E017BC;
}
.BgClassName
{
background-color: #E017BC;
}
</style>
border-color css
<style>
span { border-color: #E017BC; }
span { border-color: rgb(224,23,188); }
td.TdClassName
{
border-color: #E017BC;
}
.TagClassName
{
border-color: #E017BC;
}
</style>