Shades of Shocking Pink #E601C0
Tints of Shocking Pink #E601C0
RGB
CMYK
RGB Variations
Color information
#E601C0 (or 0xE601C0) is known color: Shocking Pink. HEX triplet: E6, 01 and C0. RGB value is (230,1,192). Sum of RGB (Red+Green+Blue) = 230+1+192=423 (56% of max value = 765). Red value is 230 (90.23% from 255 or 54.37% from 423); Green value is 1 (0.78% from 255 or 0.24% from 423); Blue value is 192 (75.39% from 255 or 45.39% from 423); Max value from RGB is 230 - color contains mainly: red. Hex color #E601C0 is not a web safe color. Web safe color analog (approx): #FF00CC. Inversed color of #E601C0 is #19FE3F. Grayscale: #5A5A5A. Windows color (decimal): -1703488 or 12583398. OLE color: 12583398.
HSL color Cylindrical-coordinate representation of color #E601C0: hue angle of 309.96º degrees, saturation: 0.99, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 1%. Process color model (Four color, CMYK) of #E601C0 is Cyan = 0, Magento = 1.00, Yellow = 0.17 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 230 | 1 | 192 | - |
| CMYK | 0 | 1.00 | 0.17 | 0.10 |
| HSL | 309.96º | 0.99% | 0.45% | - |
| HSV(B) | 309.96º | 1% | 0.9% | - |
| XYZ | 42.16 | 20.65 | 51.63 | - |
| YUV | 91.25 | 184.87 | 226.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 230 | 1 | 192 | 0 | 1.00 | 0.17 | 0.10 | 309.96 | 0.99 | 0.45 |
| Hex | E6 | 1 | C0 | 0 | 64 | 11 | A | 136 | 63 | 2D |
| Octal | 346 | 1 | 300 | 0 | 144 | 21 | 12 | 466 | 143 | 55 |
| Binary | 11100110 | 1 | 11000000 | 0 | 1100100 | 10001 | 1010 | 100110110 | 1100011 | 101101 |
Color Harmonies of #E601C0
Complementary color
Monochromatic Colors of #E601C0
Black with #E601C0
Text Example
Text Example
White with #E601C0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E601C0; }
p { color: rgb(230,1,192); }
H1.HeaderClassName
{
color: #E601C0;
}
.AnyTagClassName
{
color: #E601C0;
}
</style>
background-color css
<style>
a { background-color: #E601C0; }
a { background-color: rgb(230,1,192); }
div.DivClassName
{
background-color: #E601C0;
}
.BgClassName
{
background-color: #E601C0;
}
</style>
border-color css
<style>
span { border-color: #E601C0; }
span { border-color: rgb(230,1,192); }
td.TdClassName
{
border-color: #E601C0;
}
.TagClassName
{
border-color: #E601C0;
}
</style>