Shades of Shocking Pink #E60CB5
Tints of Shocking Pink #E60CB5
RGB
CMYK
RGB Variations
Color information
#E60CB5 (or 0xE60CB5) is known color: Shocking Pink. HEX triplet: E6, 0C and B5. RGB value is (230,12,181). Sum of RGB (Red+Green+Blue) = 230+12+181=423 (56% of max value = 765). Red value is 230 (90.23% from 255 or 54.37% from 423); Green value is 12 (5.08% from 255 or 2.84% from 423); Blue value is 181 (71.09% from 255 or 42.79% from 423); Max value from RGB is 230 - color contains mainly: red. Hex color #E60CB5 is not a web safe color. Web safe color analog (approx): #FF00CC. Inversed color of #E60CB5 is #19F34A. Grayscale: #5F5F5F. Windows color (decimal): -1700683 or 11865318. OLE color: 11865318.
HSL color Cylindrical-coordinate representation of color #E60CB5: hue angle of 313.49º 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 #E60CB5 is Cyan = 0, Magento = 0.95, Yellow = 0.21 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 230 | 12 | 181 | - |
| CMYK | 0 | 0.95 | 0.21 | 0.10 |
| HSL | 313.49º | 0.9% | 0.47% | - |
| HSV(B) | 313.49º | 0.95% | 0.9% | - |
| XYZ | 41.11 | 20.42 | 45.49 | - |
| YUV | 96.45 | 175.72 | 223.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 230 | 12 | 181 | 0 | 0.95 | 0.21 | 0.10 | 313.49 | 0.9 | 0.47 |
| Hex | E6 | C | B5 | 0 | 5F | 15 | A | 139 | 5A | 2F |
| Octal | 346 | 14 | 265 | 0 | 137 | 25 | 12 | 471 | 132 | 57 |
| Binary | 11100110 | 1100 | 10110101 | 0 | 1011111 | 10101 | 1010 | 100111001 | 1011010 | 101111 |
Color Harmonies of #E60CB5
Complementary color
Monochromatic Colors of #E60CB5
Black with #E60CB5
Text Example
Text Example
White with #E60CB5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E60CB5; }
p { color: rgb(230,12,181); }
H1.HeaderClassName
{
color: #E60CB5;
}
.AnyTagClassName
{
color: #E60CB5;
}
</style>
background-color css
<style>
a { background-color: #E60CB5; }
a { background-color: rgb(230,12,181); }
div.DivClassName
{
background-color: #E60CB5;
}
.BgClassName
{
background-color: #E60CB5;
}
</style>
border-color css
<style>
span { border-color: #E60CB5; }
span { border-color: rgb(230,12,181); }
td.TdClassName
{
border-color: #E60CB5;
}
.TagClassName
{
border-color: #E60CB5;
}
</style>