Shades of Shocking Pink #E014B7
Tints of Shocking Pink #E014B7
RGB
CMYK
RGB Variations
Color information
#E014B7 (or 0xE014B7) is known color: Shocking Pink. HEX triplet: E0, 14 and B7. RGB value is (224,20,183). Sum of RGB (Red+Green+Blue) = 224+20+183=427 (56% of max value = 765). Red value is 224 (87.89% from 255 or 52.46% from 427); Green value is 20 (8.20% from 255 or 4.68% from 427); Blue value is 183 (71.88% from 255 or 42.86% from 427); Max value from RGB is 224 - color contains mainly: red. Hex color #E014B7 is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #E014B7 is #1FEB48. Grayscale: #636363. Windows color (decimal): -2091849 or 11998432. OLE color: 11998432.
HSL color Cylindrical-coordinate representation of color #E014B7: hue angle of 312.06º degrees, saturation: 0.84, 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 #E014B7 is Cyan = 0, Magento = 0.91, Yellow = 0.18 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 224 | 20 | 183 | - |
| CMYK | 0 | 0.91 | 0.18 | 0.12 |
| HSL | 312.06º | 0.84% | 0.48% | - |
| HSV(B) | 312.06º | 0.91% | 0.88% | - |
| XYZ | 39.54 | 19.77 | 46.53 | - |
| YUV | 99.58 | 175.09 | 216.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 224 | 20 | 183 | 0 | 0.91 | 0.18 | 0.12 | 312.06 | 0.84 | 0.48 |
| Hex | E0 | 14 | B7 | 0 | 5B | 12 | C | 138 | 54 | 30 |
| Octal | 340 | 24 | 267 | 0 | 133 | 22 | 14 | 470 | 124 | 60 |
| Binary | 11100000 | 10100 | 10110111 | 0 | 1011011 | 10010 | 1100 | 100111000 | 1010100 | 110000 |
Color Harmonies of #E014B7
Complementary color
Monochromatic Colors of #E014B7
Black with #E014B7
Text Example
Text Example
White with #E014B7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E014B7; }
p { color: rgb(224,20,183); }
H1.HeaderClassName
{
color: #E014B7;
}
.AnyTagClassName
{
color: #E014B7;
}
</style>
background-color css
<style>
a { background-color: #E014B7; }
a { background-color: rgb(224,20,183); }
div.DivClassName
{
background-color: #E014B7;
}
.BgClassName
{
background-color: #E014B7;
}
</style>
border-color css
<style>
span { border-color: #E014B7; }
span { border-color: rgb(224,20,183); }
td.TdClassName
{
border-color: #E014B7;
}
.TagClassName
{
border-color: #E014B7;
}
</style>