Shades of Shocking Pink #E118BD
Tints of Shocking Pink #E118BD
RGB
CMYK
RGB Variations
Color information
#E118BD (or 0xE118BD) is known color: Shocking Pink. HEX triplet: E1, 18 and BD. RGB value is (225,24,189). Sum of RGB (Red+Green+Blue) = 225+24+189=438 (58% of max value = 765). Red value is 225 (88.28% from 255 or 51.37% from 438); Green value is 24 (9.77% from 255 or 5.48% from 438); Blue value is 189 (74.22% from 255 or 43.15% from 438); Max value from RGB is 225 - color contains mainly: red. Hex color #E118BD is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #E118BD is #1EE742. Grayscale: #666666. Windows color (decimal): -2025283 or 12392673. OLE color: 12392673.
HSL color Cylindrical-coordinate representation of color #E118BD: hue angle of 310.75º 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 #E118BD is Cyan = 0, Magento = 0.89, Yellow = 0.16 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 225 | 24 | 189 | - |
| CMYK | 0 | 0.89 | 0.16 | 0.12 |
| HSL | 310.75º | 0.81% | 0.49% | - |
| HSV(B) | 310.75º | 0.89% | 0.88% | - |
| XYZ | 40.56 | 20.33 | 49.93 | - |
| YUV | 102.91 | 176.59 | 215.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 225 | 24 | 189 | 0 | 0.89 | 0.16 | 0.12 | 310.75 | 0.81 | 0.49 |
| Hex | E1 | 18 | BD | 0 | 59 | 10 | C | 137 | 51 | 31 |
| Octal | 341 | 30 | 275 | 0 | 131 | 20 | 14 | 467 | 121 | 61 |
| Binary | 11100001 | 11000 | 10111101 | 0 | 1011001 | 10000 | 1100 | 100110111 | 1010001 | 110001 |
Color Harmonies of #E118BD
Complementary color
Monochromatic Colors of #E118BD
Black with #E118BD
Text Example
Text Example
White with #E118BD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E118BD; }
p { color: rgb(225,24,189); }
H1.HeaderClassName
{
color: #E118BD;
}
.AnyTagClassName
{
color: #E118BD;
}
</style>
background-color css
<style>
a { background-color: #E118BD; }
a { background-color: rgb(225,24,189); }
div.DivClassName
{
background-color: #E118BD;
}
.BgClassName
{
background-color: #E118BD;
}
</style>
border-color css
<style>
span { border-color: #E118BD; }
span { border-color: rgb(225,24,189); }
td.TdClassName
{
border-color: #E118BD;
}
.TagClassName
{
border-color: #E118BD;
}
</style>