Shades of Shocking Pink #E913BD
Tints of Shocking Pink #E913BD
RGB
CMYK
RGB Variations
Color information
#E913BD (or 0xE913BD) is known color: Shocking Pink. HEX triplet: E9, 13 and BD. RGB value is (233,19,189). Sum of RGB (Red+Green+Blue) = 233+19+189=441 (58% of max value = 765). Red value is 233 (91.41% from 255 or 52.83% from 441); Green value is 19 (7.81% from 255 or 4.31% from 441); Blue value is 189 (74.22% from 255 or 42.86% from 441); Max value from RGB is 233 - color contains mainly: red. Hex color #E913BD is not a web safe color. Web safe color analog (approx): #FF00CC. Inversed color of #E913BD is #16EC42. Grayscale: #656565. Windows color (decimal): -1502275 or 12391401. OLE color: 12391401.
HSL color Cylindrical-coordinate representation of color #E913BD: hue angle of 312.34º degrees, saturation: 0.85, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #E913BD is Cyan = 0, Magento = 0.92, Yellow = 0.19 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 233 | 19 | 189 | - |
| CMYK | 0 | 0.92 | 0.19 | 0.09 |
| HSL | 312.34º | 0.85% | 0.49% | - |
| HSV(B) | 312.34º | 0.92% | 0.91% | - |
| XYZ | 43.02 | 21.46 | 50.02 | - |
| YUV | 102.37 | 176.9 | 221.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 233 | 19 | 189 | 0 | 0.92 | 0.19 | 0.09 | 312.34 | 0.85 | 0.49 |
| Hex | E9 | 13 | BD | 0 | 5C | 13 | 9 | 138 | 55 | 31 |
| Octal | 351 | 23 | 275 | 0 | 134 | 23 | 11 | 470 | 125 | 61 |
| Binary | 11101001 | 10011 | 10111101 | 0 | 1011100 | 10011 | 1001 | 100111000 | 1010101 | 110001 |
Color Harmonies of #E913BD
Complementary color
Monochromatic Colors of #E913BD
Black with #E913BD
Text Example
Text Example
White with #E913BD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E913BD; }
p { color: rgb(233,19,189); }
H1.HeaderClassName
{
color: #E913BD;
}
.AnyTagClassName
{
color: #E913BD;
}
</style>
background-color css
<style>
a { background-color: #E913BD; }
a { background-color: rgb(233,19,189); }
div.DivClassName
{
background-color: #E913BD;
}
.BgClassName
{
background-color: #E913BD;
}
</style>
border-color css
<style>
span { border-color: #E913BD; }
span { border-color: rgb(233,19,189); }
td.TdClassName
{
border-color: #E913BD;
}
.TagClassName
{
border-color: #E913BD;
}
</style>