Shades of Shocking Pink #E10CBC
Tints of Shocking Pink #E10CBC
RGB
CMYK
RGB Variations
Color information
#E10CBC (or 0xE10CBC) is known color: Shocking Pink. HEX triplet: E1, 0C and BC. RGB value is (225,12,188). Sum of RGB (Red+Green+Blue) = 225+12+188=425 (56% of max value = 765). Red value is 225 (88.28% from 255 or 52.94% from 425); Green value is 12 (5.08% from 255 or 2.82% from 425); Blue value is 188 (73.83% from 255 or 44.24% from 425); Max value from RGB is 225 - color contains mainly: red. Hex color #E10CBC is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #E10CBC is #1EF343. Grayscale: #5F5F5F. Windows color (decimal): -2028356 or 12324065. OLE color: 12324065.
HSL color Cylindrical-coordinate representation of color #E10CBC: hue angle of 310.42º 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 #E10CBC is Cyan = 0, Magento = 0.95, Yellow = 0.16 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 225 | 12 | 188 | - |
| CMYK | 0 | 0.95 | 0.16 | 0.12 |
| HSL | 310.42º | 0.9% | 0.46% | - |
| HSV(B) | 310.42º | 0.95% | 0.88% | - |
| XYZ | 40.26 | 19.9 | 49.3 | - |
| YUV | 95.75 | 180.07 | 220.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 225 | 12 | 188 | 0 | 0.95 | 0.16 | 0.12 | 310.42 | 0.9 | 0.46 |
| Hex | E1 | C | BC | 0 | 5F | 10 | C | 136 | 5A | 2E |
| Octal | 341 | 14 | 274 | 0 | 137 | 20 | 14 | 466 | 132 | 56 |
| Binary | 11100001 | 1100 | 10111100 | 0 | 1011111 | 10000 | 1100 | 100110110 | 1011010 | 101110 |
Color Harmonies of #E10CBC
Complementary color
Monochromatic Colors of #E10CBC
Black with #E10CBC
Text Example
Text Example
White with #E10CBC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E10CBC; }
p { color: rgb(225,12,188); }
H1.HeaderClassName
{
color: #E10CBC;
}
.AnyTagClassName
{
color: #E10CBC;
}
</style>
background-color css
<style>
a { background-color: #E10CBC; }
a { background-color: rgb(225,12,188); }
div.DivClassName
{
background-color: #E10CBC;
}
.BgClassName
{
background-color: #E10CBC;
}
</style>
border-color css
<style>
span { border-color: #E10CBC; }
span { border-color: rgb(225,12,188); }
td.TdClassName
{
border-color: #E10CBC;
}
.TagClassName
{
border-color: #E10CBC;
}
</style>