Shades of Shocking Pink #E60CBC
Tints of Shocking Pink #E60CBC
RGB
CMYK
RGB Variations
Color information
#E60CBC (or 0xE60CBC) is known color: Shocking Pink. HEX triplet: E6, 0C and BC. RGB value is (230,12,188). Sum of RGB (Red+Green+Blue) = 230+12+188=430 (56% of max value = 765). Red value is 230 (90.23% from 255 or 53.49% from 430); Green value is 12 (5.08% from 255 or 2.79% from 430); Blue value is 188 (73.83% from 255 or 43.72% from 430); Max value from RGB is 230 - color contains mainly: red. Hex color #E60CBC is not a web safe color. Web safe color analog (approx): #FF00CC. Inversed color of #E60CBC is #19F343. Grayscale: #606060. Windows color (decimal): -1700676 or 12324070. OLE color: 12324070.
HSL color Cylindrical-coordinate representation of color #E60CBC: hue angle of 311.56º 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 #E60CBC is Cyan = 0, Magento = 0.95, Yellow = 0.18 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 230 | 12 | 188 | - |
| CMYK | 0 | 0.95 | 0.18 | 0.10 |
| HSL | 311.56º | 0.9% | 0.47% | - |
| HSV(B) | 311.56º | 0.95% | 0.9% | - |
| XYZ | 41.84 | 20.72 | 49.37 | - |
| YUV | 97.25 | 179.22 | 222.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 230 | 12 | 188 | 0 | 0.95 | 0.18 | 0.10 | 311.56 | 0.9 | 0.47 |
| Hex | E6 | C | BC | 0 | 5F | 12 | A | 138 | 5A | 2F |
| Octal | 346 | 14 | 274 | 0 | 137 | 22 | 12 | 470 | 132 | 57 |
| Binary | 11100110 | 1100 | 10111100 | 0 | 1011111 | 10010 | 1010 | 100111000 | 1011010 | 101111 |
Color Harmonies of #E60CBC
Complementary color
Monochromatic Colors of #E60CBC
Black with #E60CBC
Text Example
Text Example
White with #E60CBC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E60CBC; }
p { color: rgb(230,12,188); }
H1.HeaderClassName
{
color: #E60CBC;
}
.AnyTagClassName
{
color: #E60CBC;
}
</style>
background-color css
<style>
a { background-color: #E60CBC; }
a { background-color: rgb(230,12,188); }
div.DivClassName
{
background-color: #E60CBC;
}
.BgClassName
{
background-color: #E60CBC;
}
</style>
border-color css
<style>
span { border-color: #E60CBC; }
span { border-color: rgb(230,12,188); }
td.TdClassName
{
border-color: #E60CBC;
}
.TagClassName
{
border-color: #E60CBC;
}
</style>