Shades of Shocking Pink #E60CCC
Tints of Shocking Pink #E60CCC
RGB
CMYK
RGB Variations
Color information
#E60CCC (or 0xE60CCC) is known color: Shocking Pink. HEX triplet: E6, 0C and CC. RGB value is (230,12,204). Sum of RGB (Red+Green+Blue) = 230+12+204=446 (59% of max value = 765). Red value is 230 (90.23% from 255 or 51.57% from 446); Green value is 12 (5.08% from 255 or 2.69% from 446); Blue value is 204 (80.08% from 255 or 45.74% from 446); Max value from RGB is 230 - color contains mainly: red. Hex color #E60CCC is not a web safe color. Web safe color analog (approx): #FF00CC. Inversed color of #E60CCC is #19F333. Grayscale: #626262. Windows color (decimal): -1700660 or 13372646. OLE color: 13372646.
HSL color Cylindrical-coordinate representation of color #E60CCC: hue angle of 307.16º 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 #E60CCC is Cyan = 0, Magento = 0.95, Yellow = 0.11 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 230 | 12 | 204 | - |
| CMYK | 0 | 0.95 | 0.11 | 0.10 |
| HSL | 307.16º | 0.9% | 0.47% | - |
| HSV(B) | 307.16º | 0.95% | 0.9% | - |
| XYZ | 43.66 | 21.45 | 58.96 | - |
| YUV | 99.07 | 187.22 | 221.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 230 | 12 | 204 | 0 | 0.95 | 0.11 | 0.10 | 307.16 | 0.9 | 0.47 |
| Hex | E6 | C | CC | 0 | 5F | B | A | 133 | 5A | 2F |
| Octal | 346 | 14 | 314 | 0 | 137 | 13 | 12 | 463 | 132 | 57 |
| Binary | 11100110 | 1100 | 11001100 | 0 | 1011111 | 1011 | 1010 | 100110011 | 1011010 | 101111 |
Color Harmonies of #E60CCC
Complementary color
Monochromatic Colors of #E60CCC
Black with #E60CCC
Text Example
Text Example
White with #E60CCC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E60CCC; }
p { color: rgb(230,12,204); }
H1.HeaderClassName
{
color: #E60CCC;
}
.AnyTagClassName
{
color: #E60CCC;
}
</style>
background-color css
<style>
a { background-color: #E60CCC; }
a { background-color: rgb(230,12,204); }
div.DivClassName
{
background-color: #E60CCC;
}
.BgClassName
{
background-color: #E60CCC;
}
</style>
border-color css
<style>
span { border-color: #E60CCC; }
span { border-color: rgb(230,12,204); }
td.TdClassName
{
border-color: #E60CCC;
}
.TagClassName
{
border-color: #E60CCC;
}
</style>