Shades of Shocking Pink #E015B7
Tints of Shocking Pink #E015B7
RGB
CMYK
RGB Variations
Color information
#E015B7 (or 0xE015B7) is known color: Shocking Pink. HEX triplet: E0, 15 and B7. RGB value is (224,21,183). Sum of RGB (Red+Green+Blue) = 224+21+183=428 (56% of max value = 765). Red value is 224 (87.89% from 255 or 52.34% from 428); Green value is 21 (8.59% from 255 or 4.91% from 428); Blue value is 183 (71.88% from 255 or 42.76% from 428); Max value from RGB is 224 - color contains mainly: red. Hex color #E015B7 is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #E015B7 is #1FEA48. Grayscale: #636363. Windows color (decimal): -2091593 or 11998688. OLE color: 11998688.
HSL color Cylindrical-coordinate representation of color #E015B7: hue angle of 312.12º 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 #E015B7 is Cyan = 0, Magento = 0.91, Yellow = 0.18 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 224 | 21 | 183 | - |
| CMYK | 0 | 0.91 | 0.18 | 0.12 |
| HSL | 312.12º | 0.83% | 0.48% | - |
| HSV(B) | 312.12º | 0.91% | 0.88% | - |
| XYZ | 39.56 | 19.8 | 46.54 | - |
| YUV | 100.17 | 174.75 | 216.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 224 | 21 | 183 | 0 | 0.91 | 0.18 | 0.12 | 312.12 | 0.83 | 0.48 |
| Hex | E0 | 15 | B7 | 0 | 5B | 12 | C | 138 | 53 | 30 |
| Octal | 340 | 25 | 267 | 0 | 133 | 22 | 14 | 470 | 123 | 60 |
| Binary | 11100000 | 10101 | 10110111 | 0 | 1011011 | 10010 | 1100 | 100111000 | 1010011 | 110000 |
Color Harmonies of #E015B7
Complementary color
Monochromatic Colors of #E015B7
Black with #E015B7
Text Example
Text Example
White with #E015B7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E015B7; }
p { color: rgb(224,21,183); }
H1.HeaderClassName
{
color: #E015B7;
}
.AnyTagClassName
{
color: #E015B7;
}
</style>
background-color css
<style>
a { background-color: #E015B7; }
a { background-color: rgb(224,21,183); }
div.DivClassName
{
background-color: #E015B7;
}
.BgClassName
{
background-color: #E015B7;
}
</style>
border-color css
<style>
span { border-color: #E015B7; }
span { border-color: rgb(224,21,183); }
td.TdClassName
{
border-color: #E015B7;
}
.TagClassName
{
border-color: #E015B7;
}
</style>