Shades of Shocking Pink #E50CBC
Tints of Shocking Pink #E50CBC
RGB
CMYK
RGB Variations
Color information
#E50CBC (or 0xE50CBC) is known color: Shocking Pink. HEX triplet: E5, 0C and BC. RGB value is (229,12,188). Sum of RGB (Red+Green+Blue) = 229+12+188=429 (56% of max value = 765). Red value is 229 (89.84% from 255 or 53.38% from 429); Green value is 12 (5.08% from 255 or 2.80% from 429); Blue value is 188 (73.83% from 255 or 43.82% from 429); Max value from RGB is 229 - color contains mainly: red. Hex color #E50CBC is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #E50CBC is #1AF343. Grayscale: #606060. Windows color (decimal): -1766212 or 12324069. OLE color: 12324069.
HSL color Cylindrical-coordinate representation of color #E50CBC: hue angle of 311.34º 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 #E50CBC is Cyan = 0, Magento = 0.95, Yellow = 0.18 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 229 | 12 | 188 | - |
| CMYK | 0 | 0.95 | 0.18 | 0.10 |
| HSL | 311.34º | 0.9% | 0.47% | - |
| HSV(B) | 311.34º | 0.95% | 0.9% | - |
| XYZ | 41.52 | 20.55 | 49.36 | - |
| YUV | 96.95 | 179.39 | 222.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 229 | 12 | 188 | 0 | 0.95 | 0.18 | 0.10 | 311.34 | 0.9 | 0.47 |
| Hex | E5 | C | BC | 0 | 5F | 12 | A | 137 | 5A | 2F |
| Octal | 345 | 14 | 274 | 0 | 137 | 22 | 12 | 467 | 132 | 57 |
| Binary | 11100101 | 1100 | 10111100 | 0 | 1011111 | 10010 | 1010 | 100110111 | 1011010 | 101111 |
Color Harmonies of #E50CBC
Complementary color
Monochromatic Colors of #E50CBC
Black with #E50CBC
Text Example
Text Example
White with #E50CBC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E50CBC; }
p { color: rgb(229,12,188); }
H1.HeaderClassName
{
color: #E50CBC;
}
.AnyTagClassName
{
color: #E50CBC;
}
</style>
background-color css
<style>
a { background-color: #E50CBC; }
a { background-color: rgb(229,12,188); }
div.DivClassName
{
background-color: #E50CBC;
}
.BgClassName
{
background-color: #E50CBC;
}
</style>
border-color css
<style>
span { border-color: #E50CBC; }
span { border-color: rgb(229,12,188); }
td.TdClassName
{
border-color: #E50CBC;
}
.TagClassName
{
border-color: #E50CBC;
}
</style>