Shades of Shocking Pink #E601C1
Tints of Shocking Pink #E601C1
RGB
CMYK
RGB Variations
Color information
#E601C1 (or 0xE601C1) is known color: Shocking Pink. HEX triplet: E6, 01 and C1. RGB value is (230,1,193). Sum of RGB (Red+Green+Blue) = 230+1+193=424 (56% of max value = 765). Red value is 230 (90.23% from 255 or 54.25% from 424); Green value is 1 (0.78% from 255 or 0.24% from 424); Blue value is 193 (75.78% from 255 or 45.52% from 424); Max value from RGB is 230 - color contains mainly: red. Hex color #E601C1 is not a web safe color. Web safe color analog (approx): #FF00CC. Inversed color of #E601C1 is #19FE3E. Grayscale: #5A5A5A. Windows color (decimal): -1703487 or 12648934. OLE color: 12648934.
HSL color Cylindrical-coordinate representation of color #E601C1: hue angle of 309.69º 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 #E601C1 is Cyan = 0, Magento = 1.00, Yellow = 0.16 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 230 | 1 | 193 | - |
| CMYK | 0 | 1.00 | 0.16 | 0.10 |
| HSL | 309.69º | 0.99% | 0.45% | - |
| HSV(B) | 309.69º | 1% | 0.9% | - |
| XYZ | 42.27 | 20.69 | 52.22 | - |
| YUV | 91.36 | 185.37 | 226.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 230 | 1 | 193 | 0 | 1.00 | 0.16 | 0.10 | 309.69 | 0.99 | 0.45 |
| Hex | E6 | 1 | C1 | 0 | 64 | 10 | A | 136 | 63 | 2D |
| Octal | 346 | 1 | 301 | 0 | 144 | 20 | 12 | 466 | 143 | 55 |
| Binary | 11100110 | 1 | 11000001 | 0 | 1100100 | 10000 | 1010 | 100110110 | 1100011 | 101101 |
Color Harmonies of #E601C1
Complementary color
Monochromatic Colors of #E601C1
Black with #E601C1
Text Example
Text Example
White with #E601C1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E601C1; }
p { color: rgb(230,1,193); }
H1.HeaderClassName
{
color: #E601C1;
}
.AnyTagClassName
{
color: #E601C1;
}
</style>
background-color css
<style>
a { background-color: #E601C1; }
a { background-color: rgb(230,1,193); }
div.DivClassName
{
background-color: #E601C1;
}
.BgClassName
{
background-color: #E601C1;
}
</style>
border-color css
<style>
span { border-color: #E601C1; }
span { border-color: rgb(230,1,193); }
td.TdClassName
{
border-color: #E601C1;
}
.TagClassName
{
border-color: #E601C1;
}
</style>