Shades of Shocking Pink #E700C0
Tints of Shocking Pink #E700C0
RGB
CMYK
RGB Variations
Color information
#E700C0 (or 0xE700C0) is known color: Shocking Pink. HEX triplet: E7, 00 and C0. RGB value is (231,0,192). Sum of RGB (Red+Green+Blue) = 231+0+192=423 (56% of max value = 765). Red value is 231 (90.62% from 255 or 54.61% from 423); Green value is 0 (0.39% from 255 or 0% from 423); Blue value is 192 (75.39% from 255 or 45.39% from 423); Max value from RGB is 231 - color contains mainly: red. Hex color #E700C0 is not a web safe color. Web safe color analog (approx): #FF00CC. Inversed color of #E700C0 is #18FF3F. Grayscale: #5A5A5A. Windows color (decimal): -1638208 or 12583143. OLE color: 12583143.
HSL color Cylindrical-coordinate representation of color #E700C0: hue angle of 310.13º degrees, saturation: 1, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 1%. Process color model (Four color, CMYK) of #E700C0 is Cyan = 0, Magento = 1, Yellow = 0.17 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 231 | 0 | 192 | - |
| CMYK | 0 | 1 | 0.17 | 0.09 |
| HSL | 310.13º | 1% | 0.45% | - |
| HSV(B) | 310.13º | 1% | 0.91% | - |
| XYZ | 42.47 | 20.79 | 51.64 | - |
| YUV | 90.96 | 185.03 | 227.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 231 | 0 | 192 | 0 | 1 | 0.17 | 0.09 | 310.13 | 1 | 0.45 |
| Hex | E7 | 0 | C0 | 0 | 64 | 11 | 9 | 136 | 64 | 2D |
| Octal | 347 | 0 | 300 | 0 | 144 | 21 | 11 | 466 | 144 | 55 |
| Binary | 11100111 | 0 | 11000000 | 0 | 1100100 | 10001 | 1001 | 100110110 | 1100100 | 101101 |
Color Harmonies of #E700C0
Complementary color
Monochromatic Colors of #E700C0
Black with #E700C0
Text Example
Text Example
White with #E700C0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E700C0; }
p { color: rgb(231,0,192); }
H1.HeaderClassName
{
color: #E700C0;
}
.AnyTagClassName
{
color: #E700C0;
}
</style>
background-color css
<style>
a { background-color: #E700C0; }
a { background-color: rgb(231,0,192); }
div.DivClassName
{
background-color: #E700C0;
}
.BgClassName
{
background-color: #E700C0;
}
</style>
border-color css
<style>
span { border-color: #E700C0; }
span { border-color: rgb(231,0,192); }
td.TdClassName
{
border-color: #E700C0;
}
.TagClassName
{
border-color: #E700C0;
}
</style>