Shades of Shocking Pink #E114BC
Tints of Shocking Pink #E114BC
RGB
CMYK
RGB Variations
Color information
#E114BC (or 0xE114BC) is known color: Shocking Pink. HEX triplet: E1, 14 and BC. RGB value is (225,20,188). Sum of RGB (Red+Green+Blue) = 225+20+188=433 (57% of max value = 765). Red value is 225 (88.28% from 255 or 51.96% from 433); Green value is 20 (8.20% from 255 or 4.62% from 433); Blue value is 188 (73.83% from 255 or 43.42% from 433); Max value from RGB is 225 - color contains mainly: red. Hex color #E114BC is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #E114BC is #1EEB43. Grayscale: #636363. Windows color (decimal): -2026308 or 12326113. OLE color: 12326113.
HSL color Cylindrical-coordinate representation of color #E114BC: hue angle of 310.83º 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 #E114BC is Cyan = 0, Magento = 0.91, Yellow = 0.16 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 225 | 20 | 188 | - |
| CMYK | 0 | 0.91 | 0.16 | 0.12 |
| HSL | 310.83º | 0.84% | 0.48% | - |
| HSV(B) | 310.83º | 0.91% | 0.88% | - |
| XYZ | 40.38 | 20.14 | 49.34 | - |
| YUV | 100.45 | 177.42 | 216.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 225 | 20 | 188 | 0 | 0.91 | 0.16 | 0.12 | 310.83 | 0.84 | 0.48 |
| Hex | E1 | 14 | BC | 0 | 5B | 10 | C | 137 | 54 | 30 |
| Octal | 341 | 24 | 274 | 0 | 133 | 20 | 14 | 467 | 124 | 60 |
| Binary | 11100001 | 10100 | 10111100 | 0 | 1011011 | 10000 | 1100 | 100110111 | 1010100 | 110000 |
Color Harmonies of #E114BC
Complementary color
Monochromatic Colors of #E114BC
Black with #E114BC
Text Example
Text Example
White with #E114BC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E114BC; }
p { color: rgb(225,20,188); }
H1.HeaderClassName
{
color: #E114BC;
}
.AnyTagClassName
{
color: #E114BC;
}
</style>
background-color css
<style>
a { background-color: #E114BC; }
a { background-color: rgb(225,20,188); }
div.DivClassName
{
background-color: #E114BC;
}
.BgClassName
{
background-color: #E114BC;
}
</style>
border-color css
<style>
span { border-color: #E114BC; }
span { border-color: rgb(225,20,188); }
td.TdClassName
{
border-color: #E114BC;
}
.TagClassName
{
border-color: #E114BC;
}
</style>