Shades of Shocking Pink #E50CC5
Tints of Shocking Pink #E50CC5
RGB
CMYK
RGB Variations
Color information
#E50CC5 (or 0xE50CC5) is known color: Shocking Pink. HEX triplet: E5, 0C and C5. RGB value is (229,12,197). Sum of RGB (Red+Green+Blue) = 229+12+197=438 (58% of max value = 765). Red value is 229 (89.84% from 255 or 52.28% from 438); Green value is 12 (5.08% from 255 or 2.74% from 438); Blue value is 197 (77.34% from 255 or 44.98% from 438); Max value from RGB is 229 - color contains mainly: red. Hex color #E50CC5 is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #E50CC5 is #1AF33A. Grayscale: #616161. Windows color (decimal): -1766203 or 12913893. OLE color: 12913893.
HSL color Cylindrical-coordinate representation of color #E50CC5: hue angle of 308.85º degrees, saturation: 0.9, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #E50CC5 is Cyan = 0, Magento = 0.95, Yellow = 0.14 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 229 | 12 | 197 | - |
| CMYK | 0 | 0.95 | 0.14 | 0.10 |
| HSL | 308.85º | 0.9% | 0.47% | - |
| HSV(B) | 308.85º | 0.95% | 0.9% | - |
| XYZ | 42.52 | 20.95 | 54.63 | - |
| YUV | 97.97 | 183.89 | 221.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 229 | 12 | 197 | 0 | 0.95 | 0.14 | 0.10 | 308.85 | 0.9 | 0.47 |
| Hex | E5 | C | C5 | 0 | 5F | E | A | 135 | 5A | 2F |
| Octal | 345 | 14 | 305 | 0 | 137 | 16 | 12 | 465 | 132 | 57 |
| Binary | 11100101 | 1100 | 11000101 | 0 | 1011111 | 1110 | 1010 | 100110101 | 1011010 | 101111 |
Color Harmonies of #E50CC5
Complementary color
Monochromatic Colors of #E50CC5
Black with #E50CC5
Text Example
Text Example
White with #E50CC5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E50CC5; }
p { color: rgb(229,12,197); }
H1.HeaderClassName
{
color: #E50CC5;
}
.AnyTagClassName
{
color: #E50CC5;
}
</style>
background-color css
<style>
a { background-color: #E50CC5; }
a { background-color: rgb(229,12,197); }
div.DivClassName
{
background-color: #E50CC5;
}
.BgClassName
{
background-color: #E50CC5;
}
</style>
border-color css
<style>
span { border-color: #E50CC5; }
span { border-color: rgb(229,12,197); }
td.TdClassName
{
border-color: #E50CC5;
}
.TagClassName
{
border-color: #E50CC5;
}
</style>