Shades of Shocking Pink #E014BB
Tints of Shocking Pink #E014BB
RGB
CMYK
RGB Variations
Color information
#E014BB (or 0xE014BB) is known color: Shocking Pink. HEX triplet: E0, 14 and BB. RGB value is (224,20,187). Sum of RGB (Red+Green+Blue) = 224+20+187=431 (57% of max value = 765). Red value is 224 (87.89% from 255 or 51.97% from 431); Green value is 20 (8.20% from 255 or 4.64% from 431); Blue value is 187 (73.44% from 255 or 43.39% from 431); Max value from RGB is 224 - color contains mainly: red. Hex color #E014BB is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #E014BB is #1FEB44. Grayscale: #636363. Windows color (decimal): -2091845 or 12260576. OLE color: 12260576.
HSL color Cylindrical-coordinate representation of color #E014BB: hue angle of 310.88º 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 #E014BB is Cyan = 0, Magento = 0.91, Yellow = 0.17 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 224 | 20 | 187 | - |
| CMYK | 0 | 0.91 | 0.17 | 0.12 |
| HSL | 310.88º | 0.84% | 0.48% | - |
| HSV(B) | 310.88º | 0.91% | 0.88% | - |
| XYZ | 39.96 | 19.94 | 48.76 | - |
| YUV | 100.03 | 177.09 | 216.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 224 | 20 | 187 | 0 | 0.91 | 0.17 | 0.12 | 310.88 | 0.84 | 0.48 |
| Hex | E0 | 14 | BB | 0 | 5B | 11 | C | 137 | 54 | 30 |
| Octal | 340 | 24 | 273 | 0 | 133 | 21 | 14 | 467 | 124 | 60 |
| Binary | 11100000 | 10100 | 10111011 | 0 | 1011011 | 10001 | 1100 | 100110111 | 1010100 | 110000 |
Color Harmonies of #E014BB
Complementary color
Monochromatic Colors of #E014BB
Black with #E014BB
Text Example
Text Example
White with #E014BB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E014BB; }
p { color: rgb(224,20,187); }
H1.HeaderClassName
{
color: #E014BB;
}
.AnyTagClassName
{
color: #E014BB;
}
</style>
background-color css
<style>
a { background-color: #E014BB; }
a { background-color: rgb(224,20,187); }
div.DivClassName
{
background-color: #E014BB;
}
.BgClassName
{
background-color: #E014BB;
}
</style>
border-color css
<style>
span { border-color: #E014BB; }
span { border-color: rgb(224,20,187); }
td.TdClassName
{
border-color: #E014BB;
}
.TagClassName
{
border-color: #E014BB;
}
</style>