Shades of Shocking Pink #E917BD
Tints of Shocking Pink #E917BD
RGB
CMYK
RGB Variations
Color information
#E917BD (or 0xE917BD) is known color: Shocking Pink. HEX triplet: E9, 17 and BD. RGB value is (233,23,189). Sum of RGB (Red+Green+Blue) = 233+23+189=445 (58% of max value = 765). Red value is 233 (91.41% from 255 or 52.36% from 445); Green value is 23 (9.38% from 255 or 5.17% from 445); Blue value is 189 (74.22% from 255 or 42.47% from 445); Max value from RGB is 233 - color contains mainly: red. Hex color #E917BD is not a web safe color. Web safe color analog (approx): #FF00CC. Inversed color of #E917BD is #16E842. Grayscale: #686868. Windows color (decimal): -1501251 or 12392425. OLE color: 12392425.
HSL color Cylindrical-coordinate representation of color #E917BD: hue angle of 312.57º degrees, saturation: 0.83, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #E917BD is Cyan = 0, Magento = 0.90, Yellow = 0.19 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 233 | 23 | 189 | - |
| CMYK | 0 | 0.90 | 0.19 | 0.09 |
| HSL | 312.57º | 0.83% | 0.5% | - |
| HSV(B) | 312.57º | 0.9% | 0.91% | - |
| XYZ | 43.1 | 21.61 | 50.04 | - |
| YUV | 104.71 | 175.57 | 219.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 233 | 23 | 189 | 0 | 0.90 | 0.19 | 0.09 | 312.57 | 0.83 | 0.5 |
| Hex | E9 | 17 | BD | 0 | 5A | 13 | 9 | 139 | 53 | 32 |
| Octal | 351 | 27 | 275 | 0 | 132 | 23 | 11 | 471 | 123 | 62 |
| Binary | 11101001 | 10111 | 10111101 | 0 | 1011010 | 10011 | 1001 | 100111001 | 1010011 | 110010 |
Color Harmonies of #E917BD
Complementary color
Monochromatic Colors of #E917BD
Black with #E917BD
Text Example
Text Example
White with #E917BD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E917BD; }
p { color: rgb(233,23,189); }
H1.HeaderClassName
{
color: #E917BD;
}
.AnyTagClassName
{
color: #E917BD;
}
</style>
background-color css
<style>
a { background-color: #E917BD; }
a { background-color: rgb(233,23,189); }
div.DivClassName
{
background-color: #E917BD;
}
.BgClassName
{
background-color: #E917BD;
}
</style>
border-color css
<style>
span { border-color: #E917BD; }
span { border-color: rgb(233,23,189); }
td.TdClassName
{
border-color: #E917BD;
}
.TagClassName
{
border-color: #E917BD;
}
</style>