Shades of Shocking Pink #E505B9
Tints of Shocking Pink #E505B9
RGB
CMYK
RGB Variations
Color information
#E505B9 (or 0xE505B9) is known color: Shocking Pink. HEX triplet: E5, 05 and B9. RGB value is (229,5,185). Sum of RGB (Red+Green+Blue) = 229+5+185=419 (55% of max value = 765). Red value is 229 (89.84% from 255 or 54.65% from 419); Green value is 5 (2.34% from 255 or 1.19% from 419); Blue value is 185 (72.66% from 255 or 44.15% from 419); Max value from RGB is 229 - color contains mainly: red. Hex color #E505B9 is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #E505B9 is #1AFA46. Grayscale: #5C5C5C. Windows color (decimal): -1768007 or 12125669. OLE color: 12125669.
HSL color Cylindrical-coordinate representation of color #E505B9: hue angle of 311.79º degrees, saturation: 0.96, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #E505B9 is Cyan = 0, Magento = 0.98, Yellow = 0.19 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 229 | 5 | 185 | - |
| CMYK | 0 | 0.98 | 0.19 | 0.10 |
| HSL | 311.79º | 0.96% | 0.46% | - |
| HSV(B) | 311.79º | 0.98% | 0.9% | - |
| XYZ | 41.12 | 20.27 | 47.64 | - |
| YUV | 92.5 | 180.21 | 225.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 229 | 5 | 185 | 0 | 0.98 | 0.19 | 0.10 | 311.79 | 0.96 | 0.46 |
| Hex | E5 | 5 | B9 | 0 | 62 | 13 | A | 138 | 60 | 2E |
| Octal | 345 | 5 | 271 | 0 | 142 | 23 | 12 | 470 | 140 | 56 |
| Binary | 11100101 | 101 | 10111001 | 0 | 1100010 | 10011 | 1010 | 100111000 | 1100000 | 101110 |
Color Harmonies of #E505B9
Complementary color
Monochromatic Colors of #E505B9
Black with #E505B9
Text Example
Text Example
White with #E505B9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E505B9; }
p { color: rgb(229,5,185); }
H1.HeaderClassName
{
color: #E505B9;
}
.AnyTagClassName
{
color: #E505B9;
}
</style>
background-color css
<style>
a { background-color: #E505B9; }
a { background-color: rgb(229,5,185); }
div.DivClassName
{
background-color: #E505B9;
}
.BgClassName
{
background-color: #E505B9;
}
</style>
border-color css
<style>
span { border-color: #E505B9; }
span { border-color: rgb(229,5,185); }
td.TdClassName
{
border-color: #E505B9;
}
.TagClassName
{
border-color: #E505B9;
}
</style>