Shades of Shocking Pink #E00CBC
Tints of Shocking Pink #E00CBC
RGB
CMYK
RGB Variations
Color information
#E00CBC (or 0xE00CBC) is known color: Shocking Pink. HEX triplet: E0, 0C and BC. RGB value is (224,12,188). Sum of RGB (Red+Green+Blue) = 224+12+188=424 (56% of max value = 765). Red value is 224 (87.89% from 255 or 52.83% from 424); Green value is 12 (5.08% from 255 or 2.83% from 424); Blue value is 188 (73.83% from 255 or 44.34% from 424); Max value from RGB is 224 - color contains mainly: red. Hex color #E00CBC is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #E00CBC is #1FF343. Grayscale: #5E5E5E. Windows color (decimal): -2093892 or 12324064. OLE color: 12324064.
HSL color Cylindrical-coordinate representation of color #E00CBC: hue angle of 310.19º degrees, saturation: 0.9, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #E00CBC is Cyan = 0, Magento = 0.95, Yellow = 0.16 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 224 | 12 | 188 | - |
| CMYK | 0 | 0.95 | 0.16 | 0.12 |
| HSL | 310.19º | 0.9% | 0.46% | - |
| HSV(B) | 310.19º | 0.95% | 0.88% | - |
| XYZ | 39.95 | 19.74 | 49.28 | - |
| YUV | 95.45 | 180.24 | 219.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 224 | 12 | 188 | 0 | 0.95 | 0.16 | 0.12 | 310.19 | 0.9 | 0.46 |
| Hex | E0 | C | BC | 0 | 5F | 10 | C | 136 | 5A | 2E |
| Octal | 340 | 14 | 274 | 0 | 137 | 20 | 14 | 466 | 132 | 56 |
| Binary | 11100000 | 1100 | 10111100 | 0 | 1011111 | 10000 | 1100 | 100110110 | 1011010 | 101110 |
Color Harmonies of #E00CBC
Complementary color
Monochromatic Colors of #E00CBC
Black with #E00CBC
Text Example
Text Example
White with #E00CBC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E00CBC; }
p { color: rgb(224,12,188); }
H1.HeaderClassName
{
color: #E00CBC;
}
.AnyTagClassName
{
color: #E00CBC;
}
</style>
background-color css
<style>
a { background-color: #E00CBC; }
a { background-color: rgb(224,12,188); }
div.DivClassName
{
background-color: #E00CBC;
}
.BgClassName
{
background-color: #E00CBC;
}
</style>
border-color css
<style>
span { border-color: #E00CBC; }
span { border-color: rgb(224,12,188); }
td.TdClassName
{
border-color: #E00CBC;
}
.TagClassName
{
border-color: #E00CBC;
}
</style>