Shades of Shocking Pink #E117BB
Tints of Shocking Pink #E117BB
RGB
CMYK
RGB Variations
Color information
#E117BB (or 0xE117BB) is known color: Shocking Pink. HEX triplet: E1, 17 and BB. RGB value is (225,23,187). Sum of RGB (Red+Green+Blue) = 225+23+187=435 (57% of max value = 765). Red value is 225 (88.28% from 255 or 51.72% from 435); Green value is 23 (9.38% from 255 or 5.29% from 435); Blue value is 187 (73.44% from 255 or 42.99% from 435); Max value from RGB is 225 - color contains mainly: red. Hex color #E117BB is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #E117BB is #1EE844. Grayscale: #656565. Windows color (decimal): -2025541 or 12261345. OLE color: 12261345.
HSL color Cylindrical-coordinate representation of color #E117BB: hue angle of 311.29º 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 #E117BB is Cyan = 0, Magento = 0.90, Yellow = 0.17 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 225 | 23 | 187 | - |
| CMYK | 0 | 0.90 | 0.17 | 0.12 |
| HSL | 311.29º | 0.81% | 0.49% | - |
| HSV(B) | 311.29º | 0.9% | 0.88% | - |
| XYZ | 40.33 | 20.21 | 48.79 | - |
| YUV | 102.09 | 175.92 | 215.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 225 | 23 | 187 | 0 | 0.90 | 0.17 | 0.12 | 311.29 | 0.81 | 0.49 |
| Hex | E1 | 17 | BB | 0 | 5A | 11 | C | 137 | 51 | 31 |
| Octal | 341 | 27 | 273 | 0 | 132 | 21 | 14 | 467 | 121 | 61 |
| Binary | 11100001 | 10111 | 10111011 | 0 | 1011010 | 10001 | 1100 | 100110111 | 1010001 | 110001 |
Color Harmonies of #E117BB
Complementary color
Monochromatic Colors of #E117BB
Black with #E117BB
Text Example
Text Example
White with #E117BB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E117BB; }
p { color: rgb(225,23,187); }
H1.HeaderClassName
{
color: #E117BB;
}
.AnyTagClassName
{
color: #E117BB;
}
</style>
background-color css
<style>
a { background-color: #E117BB; }
a { background-color: rgb(225,23,187); }
div.DivClassName
{
background-color: #E117BB;
}
.BgClassName
{
background-color: #E117BB;
}
</style>
border-color css
<style>
span { border-color: #E117BB; }
span { border-color: rgb(225,23,187); }
td.TdClassName
{
border-color: #E117BB;
}
.TagClassName
{
border-color: #E117BB;
}
</style>