Shades of Shocking Pink #E60CC4
Tints of Shocking Pink #E60CC4
RGB
CMYK
RGB Variations
Color information
#E60CC4 (or 0xE60CC4) is known color: Shocking Pink. HEX triplet: E6, 0C and C4. RGB value is (230,12,196). Sum of RGB (Red+Green+Blue) = 230+12+196=438 (58% of max value = 765). Red value is 230 (90.23% from 255 or 52.51% from 438); Green value is 12 (5.08% from 255 or 2.74% from 438); Blue value is 196 (76.95% from 255 or 44.75% from 438); Max value from RGB is 230 - color contains mainly: red. Hex color #E60CC4 is not a web safe color. Web safe color analog (approx): #FF00CC. Inversed color of #E60CC4 is #19F33B. Grayscale: #616161. Windows color (decimal): -1700668 or 12848358. OLE color: 12848358.
HSL color Cylindrical-coordinate representation of color #E60CC4: hue angle of 309.36º 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 #E60CC4 is Cyan = 0, Magento = 0.95, Yellow = 0.15 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 230 | 12 | 196 | - |
| CMYK | 0 | 0.95 | 0.15 | 0.10 |
| HSL | 309.36º | 0.9% | 0.47% | - |
| HSV(B) | 309.36º | 0.95% | 0.9% | - |
| XYZ | 42.73 | 21.07 | 54.04 | - |
| YUV | 98.16 | 183.22 | 222.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 230 | 12 | 196 | 0 | 0.95 | 0.15 | 0.10 | 309.36 | 0.9 | 0.47 |
| Hex | E6 | C | C4 | 0 | 5F | F | A | 135 | 5A | 2F |
| Octal | 346 | 14 | 304 | 0 | 137 | 17 | 12 | 465 | 132 | 57 |
| Binary | 11100110 | 1100 | 11000100 | 0 | 1011111 | 1111 | 1010 | 100110101 | 1011010 | 101111 |
Color Harmonies of #E60CC4
Complementary color
Monochromatic Colors of #E60CC4
Black with #E60CC4
Text Example
Text Example
White with #E60CC4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E60CC4; }
p { color: rgb(230,12,196); }
H1.HeaderClassName
{
color: #E60CC4;
}
.AnyTagClassName
{
color: #E60CC4;
}
</style>
background-color css
<style>
a { background-color: #E60CC4; }
a { background-color: rgb(230,12,196); }
div.DivClassName
{
background-color: #E60CC4;
}
.BgClassName
{
background-color: #E60CC4;
}
</style>
border-color css
<style>
span { border-color: #E60CC4; }
span { border-color: rgb(230,12,196); }
td.TdClassName
{
border-color: #E60CC4;
}
.TagClassName
{
border-color: #E60CC4;
}
</style>