Shades of Shocking Pink #E50CCA
Tints of Shocking Pink #E50CCA
RGB
CMYK
RGB Variations
Color information
#E50CCA (or 0xE50CCA) is known color: Shocking Pink. HEX triplet: E5, 0C and CA. RGB value is (229,12,202). Sum of RGB (Red+Green+Blue) = 229+12+202=443 (58% of max value = 765). Red value is 229 (89.84% from 255 or 51.69% from 443); Green value is 12 (5.08% from 255 or 2.71% from 443); Blue value is 202 (79.30% from 255 or 45.60% from 443); Max value from RGB is 229 - color contains mainly: red. Hex color #E50CCA is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #E50CCA is #1AF335. Grayscale: #626262. Windows color (decimal): -1766198 or 13241573. OLE color: 13241573.
HSL color Cylindrical-coordinate representation of color #E50CCA: hue angle of 307.47º 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 #E50CCA is Cyan = 0, Magento = 0.95, Yellow = 0.12 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 229 | 12 | 202 | - |
| CMYK | 0 | 0.95 | 0.12 | 0.10 |
| HSL | 307.47º | 0.9% | 0.47% | - |
| HSV(B) | 307.47º | 0.95% | 0.9% | - |
| XYZ | 43.11 | 21.19 | 57.69 | - |
| YUV | 98.54 | 186.39 | 221.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 229 | 12 | 202 | 0 | 0.95 | 0.12 | 0.10 | 307.47 | 0.9 | 0.47 |
| Hex | E5 | C | CA | 0 | 5F | C | A | 133 | 5A | 2F |
| Octal | 345 | 14 | 312 | 0 | 137 | 14 | 12 | 463 | 132 | 57 |
| Binary | 11100101 | 1100 | 11001010 | 0 | 1011111 | 1100 | 1010 | 100110011 | 1011010 | 101111 |
Color Harmonies of #E50CCA
Complementary color
Monochromatic Colors of #E50CCA
Black with #E50CCA
Text Example
Text Example
White with #E50CCA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E50CCA; }
p { color: rgb(229,12,202); }
H1.HeaderClassName
{
color: #E50CCA;
}
.AnyTagClassName
{
color: #E50CCA;
}
</style>
background-color css
<style>
a { background-color: #E50CCA; }
a { background-color: rgb(229,12,202); }
div.DivClassName
{
background-color: #E50CCA;
}
.BgClassName
{
background-color: #E50CCA;
}
</style>
border-color css
<style>
span { border-color: #E50CCA; }
span { border-color: rgb(229,12,202); }
td.TdClassName
{
border-color: #E50CCA;
}
.TagClassName
{
border-color: #E50CCA;
}
</style>