Shades of Shocking Pink #E118BC
Tints of Shocking Pink #E118BC
RGB
CMYK
RGB Variations
Color information
#E118BC (or 0xE118BC) is known color: Shocking Pink. HEX triplet: E1, 18 and BC. RGB value is (225,24,188). Sum of RGB (Red+Green+Blue) = 225+24+188=437 (57% of max value = 765). Red value is 225 (88.28% from 255 or 51.49% from 437); Green value is 24 (9.77% from 255 or 5.49% from 437); Blue value is 188 (73.83% from 255 or 43.02% from 437); Max value from RGB is 225 - color contains mainly: red. Hex color #E118BC is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #E118BC is #1EE743. Grayscale: #666666. Windows color (decimal): -2025284 or 12327137. OLE color: 12327137.
HSL color Cylindrical-coordinate representation of color #E118BC: hue angle of 311.04º degrees, saturation: 0.81, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #E118BC is Cyan = 0, Magento = 0.89, Yellow = 0.16 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 225 | 24 | 188 | - |
| CMYK | 0 | 0.89 | 0.16 | 0.12 |
| HSL | 311.04º | 0.81% | 0.49% | - |
| HSV(B) | 311.04º | 0.89% | 0.88% | - |
| XYZ | 40.46 | 20.29 | 49.36 | - |
| YUV | 102.8 | 176.09 | 215.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 225 | 24 | 188 | 0 | 0.89 | 0.16 | 0.12 | 311.04 | 0.81 | 0.49 |
| Hex | E1 | 18 | BC | 0 | 59 | 10 | C | 137 | 51 | 31 |
| Octal | 341 | 30 | 274 | 0 | 131 | 20 | 14 | 467 | 121 | 61 |
| Binary | 11100001 | 11000 | 10111100 | 0 | 1011001 | 10000 | 1100 | 100110111 | 1010001 | 110001 |
Color Harmonies of #E118BC
Complementary color
Monochromatic Colors of #E118BC
Black with #E118BC
Text Example
Text Example
White with #E118BC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E118BC; }
p { color: rgb(225,24,188); }
H1.HeaderClassName
{
color: #E118BC;
}
.AnyTagClassName
{
color: #E118BC;
}
</style>
background-color css
<style>
a { background-color: #E118BC; }
a { background-color: rgb(225,24,188); }
div.DivClassName
{
background-color: #E118BC;
}
.BgClassName
{
background-color: #E118BC;
}
</style>
border-color css
<style>
span { border-color: #E118BC; }
span { border-color: rgb(225,24,188); }
td.TdClassName
{
border-color: #E118BC;
}
.TagClassName
{
border-color: #E118BC;
}
</style>