Shades of Shocking Pink #E015BA
Tints of Shocking Pink #E015BA
RGB
CMYK
RGB Variations
Color information
#E015BA (or 0xE015BA) is known color: Shocking Pink. HEX triplet: E0, 15 and BA. RGB value is (224,21,186). Sum of RGB (Red+Green+Blue) = 224+21+186=431 (57% of max value = 765). Red value is 224 (87.89% from 255 or 51.97% from 431); Green value is 21 (8.59% from 255 or 4.87% from 431); Blue value is 186 (73.05% from 255 or 43.16% from 431); Max value from RGB is 224 - color contains mainly: red. Hex color #E015BA is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #E015BA is #1FEA45. Grayscale: #646464. Windows color (decimal): -2091590 or 12195296. OLE color: 12195296.
HSL color Cylindrical-coordinate representation of color #E015BA: hue angle of 311.23º 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 #E015BA is Cyan = 0, Magento = 0.91, Yellow = 0.17 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 224 | 21 | 186 | - |
| CMYK | 0 | 0.91 | 0.17 | 0.12 |
| HSL | 311.23º | 0.83% | 0.48% | - |
| HSV(B) | 311.23º | 0.91% | 0.88% | - |
| XYZ | 39.87 | 19.93 | 48.2 | - |
| YUV | 100.51 | 176.25 | 216.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 224 | 21 | 186 | 0 | 0.91 | 0.17 | 0.12 | 311.23 | 0.83 | 0.48 |
| Hex | E0 | 15 | BA | 0 | 5B | 11 | C | 137 | 53 | 30 |
| Octal | 340 | 25 | 272 | 0 | 133 | 21 | 14 | 467 | 123 | 60 |
| Binary | 11100000 | 10101 | 10111010 | 0 | 1011011 | 10001 | 1100 | 100110111 | 1010011 | 110000 |
Color Harmonies of #E015BA
Complementary color
Monochromatic Colors of #E015BA
Black with #E015BA
Text Example
Text Example
White with #E015BA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E015BA; }
p { color: rgb(224,21,186); }
H1.HeaderClassName
{
color: #E015BA;
}
.AnyTagClassName
{
color: #E015BA;
}
</style>
background-color css
<style>
a { background-color: #E015BA; }
a { background-color: rgb(224,21,186); }
div.DivClassName
{
background-color: #E015BA;
}
.BgClassName
{
background-color: #E015BA;
}
</style>
border-color css
<style>
span { border-color: #E015BA; }
span { border-color: rgb(224,21,186); }
td.TdClassName
{
border-color: #E015BA;
}
.TagClassName
{
border-color: #E015BA;
}
</style>