Shades of Shocking Pink #E015BC
Tints of Shocking Pink #E015BC
RGB
CMYK
RGB Variations
Color information
#E015BC (or 0xE015BC) is known color: Shocking Pink. HEX triplet: E0, 15 and BC. RGB value is (224,21,188). Sum of RGB (Red+Green+Blue) = 224+21+188=433 (57% of max value = 765). Red value is 224 (87.89% from 255 or 51.73% from 433); Green value is 21 (8.59% from 255 or 4.85% from 433); Blue value is 188 (73.83% from 255 or 43.42% from 433); Max value from RGB is 224 - color contains mainly: red. Hex color #E015BC is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #E015BC is #1FEA43. Grayscale: #646464. Windows color (decimal): -2091588 or 12326368. OLE color: 12326368.
HSL color Cylindrical-coordinate representation of color #E015BC: hue angle of 310.64º degrees, saturation: 0.83, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #E015BC is Cyan = 0, Magento = 0.91, Yellow = 0.16 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 224 | 21 | 188 | - |
| CMYK | 0 | 0.91 | 0.16 | 0.12 |
| HSL | 310.64º | 0.83% | 0.48% | - |
| HSV(B) | 310.64º | 0.91% | 0.88% | - |
| XYZ | 40.09 | 20.01 | 49.33 | - |
| YUV | 100.74 | 177.25 | 215.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 224 | 21 | 188 | 0 | 0.91 | 0.16 | 0.12 | 310.64 | 0.83 | 0.48 |
| Hex | E0 | 15 | BC | 0 | 5B | 10 | C | 137 | 53 | 30 |
| Octal | 340 | 25 | 274 | 0 | 133 | 20 | 14 | 467 | 123 | 60 |
| Binary | 11100000 | 10101 | 10111100 | 0 | 1011011 | 10000 | 1100 | 100110111 | 1010011 | 110000 |
Color Harmonies of #E015BC
Complementary color
Monochromatic Colors of #E015BC
Black with #E015BC
Text Example
Text Example
White with #E015BC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E015BC; }
p { color: rgb(224,21,188); }
H1.HeaderClassName
{
color: #E015BC;
}
.AnyTagClassName
{
color: #E015BC;
}
</style>
background-color css
<style>
a { background-color: #E015BC; }
a { background-color: rgb(224,21,188); }
div.DivClassName
{
background-color: #E015BC;
}
.BgClassName
{
background-color: #E015BC;
}
</style>
border-color css
<style>
span { border-color: #E015BC; }
span { border-color: rgb(224,21,188); }
td.TdClassName
{
border-color: #E015BC;
}
.TagClassName
{
border-color: #E015BC;
}
</style>