Shades of Shocking Pink #E500B9
Tints of Shocking Pink #E500B9
RGB
CMYK
RGB Variations
Color information
#E500B9 (or 0xE500B9) is known color: Shocking Pink. HEX triplet: E5, 00 and B9. RGB value is (229,0,185). Sum of RGB (Red+Green+Blue) = 229+0+185=414 (54% of max value = 765). Red value is 229 (89.84% from 255 or 55.31% from 414); Green value is 0 (0.39% from 255 or 0% from 414); Blue value is 185 (72.66% from 255 or 44.69% from 414); Max value from RGB is 229 - color contains mainly: red. Hex color #E500B9 is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #E500B9 is #1AFF46. Grayscale: #595959. Windows color (decimal): -1769287 or 12124389. OLE color: 12124389.
HSL color Cylindrical-coordinate representation of color #E500B9: hue angle of 311.53º degrees, saturation: 1, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 1%. Process color model (Four color, CMYK) of #E500B9 is Cyan = 0, Magento = 1, Yellow = 0.19 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 229 | 0 | 185 | - |
| CMYK | 0 | 1 | 0.19 | 0.10 |
| HSL | 311.53º | 1% | 0.45% | - |
| HSV(B) | 311.53º | 1% | 0.9% | - |
| XYZ | 41.07 | 20.16 | 47.63 | - |
| YUV | 89.56 | 181.87 | 227.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 229 | 0 | 185 | 0 | 1 | 0.19 | 0.10 | 311.53 | 1 | 0.45 |
| Hex | E5 | 0 | B9 | 0 | 64 | 13 | A | 138 | 64 | 2D |
| Octal | 345 | 0 | 271 | 0 | 144 | 23 | 12 | 470 | 144 | 55 |
| Binary | 11100101 | 0 | 10111001 | 0 | 1100100 | 10011 | 1010 | 100111000 | 1100100 | 101101 |
Color Harmonies of #E500B9
Complementary color
Monochromatic Colors of #E500B9
Black with #E500B9
Text Example
Text Example
White with #E500B9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E500B9; }
p { color: rgb(229,0,185); }
H1.HeaderClassName
{
color: #E500B9;
}
.AnyTagClassName
{
color: #E500B9;
}
</style>
background-color css
<style>
a { background-color: #E500B9; }
a { background-color: rgb(229,0,185); }
div.DivClassName
{
background-color: #E500B9;
}
.BgClassName
{
background-color: #E500B9;
}
</style>
border-color css
<style>
span { border-color: #E500B9; }
span { border-color: rgb(229,0,185); }
td.TdClassName
{
border-color: #E500B9;
}
.TagClassName
{
border-color: #E500B9;
}
</style>