Shades of Shocking Pink #E117BD
Tints of Shocking Pink #E117BD
RGB
CMYK
RGB Variations
Color information
#E117BD (or 0xE117BD) is known color: Shocking Pink. HEX triplet: E1, 17 and BD. RGB value is (225,23,189). Sum of RGB (Red+Green+Blue) = 225+23+189=437 (57% of max value = 765). Red value is 225 (88.28% from 255 or 51.49% from 437); Green value is 23 (9.38% from 255 or 5.26% from 437); Blue value is 189 (74.22% from 255 or 43.25% from 437); Max value from RGB is 225 - color contains mainly: red. Hex color #E117BD is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #E117BD is #1EE842. Grayscale: #656565. Windows color (decimal): -2025539 or 12392417. OLE color: 12392417.
HSL color Cylindrical-coordinate representation of color #E117BD: hue angle of 310.69º degrees, saturation: 0.81, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #E117BD is Cyan = 0, Magento = 0.90, Yellow = 0.16 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 225 | 23 | 189 | - |
| CMYK | 0 | 0.90 | 0.16 | 0.12 |
| HSL | 310.69º | 0.81% | 0.49% | - |
| HSV(B) | 310.69º | 0.9% | 0.88% | - |
| XYZ | 40.54 | 20.29 | 49.92 | - |
| YUV | 102.32 | 176.92 | 215.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 225 | 23 | 189 | 0 | 0.90 | 0.16 | 0.12 | 310.69 | 0.81 | 0.49 |
| Hex | E1 | 17 | BD | 0 | 5A | 10 | C | 137 | 51 | 31 |
| Octal | 341 | 27 | 275 | 0 | 132 | 20 | 14 | 467 | 121 | 61 |
| Binary | 11100001 | 10111 | 10111101 | 0 | 1011010 | 10000 | 1100 | 100110111 | 1010001 | 110001 |
Color Harmonies of #E117BD
Complementary color
Monochromatic Colors of #E117BD
Black with #E117BD
Text Example
Text Example
White with #E117BD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E117BD; }
p { color: rgb(225,23,189); }
H1.HeaderClassName
{
color: #E117BD;
}
.AnyTagClassName
{
color: #E117BD;
}
</style>
background-color css
<style>
a { background-color: #E117BD; }
a { background-color: rgb(225,23,189); }
div.DivClassName
{
background-color: #E117BD;
}
.BgClassName
{
background-color: #E117BD;
}
</style>
border-color css
<style>
span { border-color: #E117BD; }
span { border-color: rgb(225,23,189); }
td.TdClassName
{
border-color: #E117BD;
}
.TagClassName
{
border-color: #E117BD;
}
</style>