Shades of Shocking Pink #E505C0
Tints of Shocking Pink #E505C0
RGB
CMYK
RGB Variations
Color information
#E505C0 (or 0xE505C0) is known color: Shocking Pink. HEX triplet: E5, 05 and C0. RGB value is (229,5,192). Sum of RGB (Red+Green+Blue) = 229+5+192=426 (56% of max value = 765). Red value is 229 (89.84% from 255 or 53.76% from 426); Green value is 5 (2.34% from 255 or 1.17% from 426); Blue value is 192 (75.39% from 255 or 45.07% from 426); Max value from RGB is 229 - color contains mainly: red. Hex color #E505C0 is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #E505C0 is #1AFA3F. Grayscale: #5C5C5C. Windows color (decimal): -1768000 or 12584421. OLE color: 12584421.
HSL color Cylindrical-coordinate representation of color #E505C0: hue angle of 309.91º 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 #E505C0 is Cyan = 0, Magento = 0.98, Yellow = 0.16 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 229 | 5 | 192 | - |
| CMYK | 0 | 0.98 | 0.16 | 0.10 |
| HSL | 309.91º | 0.96% | 0.46% | - |
| HSV(B) | 309.91º | 0.98% | 0.9% | - |
| XYZ | 41.88 | 20.57 | 51.63 | - |
| YUV | 93.29 | 183.71 | 224.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 229 | 5 | 192 | 0 | 0.98 | 0.16 | 0.10 | 309.91 | 0.96 | 0.46 |
| Hex | E5 | 5 | C0 | 0 | 62 | 10 | A | 136 | 60 | 2E |
| Octal | 345 | 5 | 300 | 0 | 142 | 20 | 12 | 466 | 140 | 56 |
| Binary | 11100101 | 101 | 11000000 | 0 | 1100010 | 10000 | 1010 | 100110110 | 1100000 | 101110 |
Color Harmonies of #E505C0
Complementary color
Monochromatic Colors of #E505C0
Black with #E505C0
Text Example
Text Example
White with #E505C0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E505C0; }
p { color: rgb(229,5,192); }
H1.HeaderClassName
{
color: #E505C0;
}
.AnyTagClassName
{
color: #E505C0;
}
</style>
background-color css
<style>
a { background-color: #E505C0; }
a { background-color: rgb(229,5,192); }
div.DivClassName
{
background-color: #E505C0;
}
.BgClassName
{
background-color: #E505C0;
}
</style>
border-color css
<style>
span { border-color: #E505C0; }
span { border-color: rgb(229,5,192); }
td.TdClassName
{
border-color: #E505C0;
}
.TagClassName
{
border-color: #E505C0;
}
</style>