Shades of Shocking Pink #E207C0
Tints of Shocking Pink #E207C0
RGB
CMYK
RGB Variations
Color information
#E207C0 (or 0xE207C0) is known color: Shocking Pink. HEX triplet: E2, 07 and C0. RGB value is (226,7,192). Sum of RGB (Red+Green+Blue) = 226+7+192=425 (56% of max value = 765). Red value is 226 (88.67% from 255 or 53.18% from 425); Green value is 7 (3.12% from 255 or 1.65% from 425); Blue value is 192 (75.39% from 255 or 45.18% from 425); Max value from RGB is 226 - color contains mainly: red. Hex color #E207C0 is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #E207C0 is #1DF83F. Grayscale: #5D5D5D. Windows color (decimal): -1964096 or 12584930. OLE color: 12584930.
HSL color Cylindrical-coordinate representation of color #E207C0: hue angle of 309.32º degrees, saturation: 0.94, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #E207C0 is Cyan = 0, Magento = 0.97, Yellow = 0.15 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 226 | 7 | 192 | - |
| CMYK | 0 | 0.97 | 0.15 | 0.11 |
| HSL | 309.32º | 0.94% | 0.46% | - |
| HSV(B) | 309.32º | 0.97% | 0.89% | - |
| XYZ | 40.95 | 20.13 | 51.6 | - |
| YUV | 93.57 | 183.55 | 222.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 226 | 7 | 192 | 0 | 0.97 | 0.15 | 0.11 | 309.32 | 0.94 | 0.46 |
| Hex | E2 | 7 | C0 | 0 | 61 | F | B | 135 | 5E | 2E |
| Octal | 342 | 7 | 300 | 0 | 141 | 17 | 13 | 465 | 136 | 56 |
| Binary | 11100010 | 111 | 11000000 | 0 | 1100001 | 1111 | 1011 | 100110101 | 1011110 | 101110 |
Color Harmonies of #E207C0
Complementary color
Monochromatic Colors of #E207C0
Black with #E207C0
Text Example
Text Example
White with #E207C0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E207C0; }
p { color: rgb(226,7,192); }
H1.HeaderClassName
{
color: #E207C0;
}
.AnyTagClassName
{
color: #E207C0;
}
</style>
background-color css
<style>
a { background-color: #E207C0; }
a { background-color: rgb(226,7,192); }
div.DivClassName
{
background-color: #E207C0;
}
.BgClassName
{
background-color: #E207C0;
}
</style>
border-color css
<style>
span { border-color: #E207C0; }
span { border-color: rgb(226,7,192); }
td.TdClassName
{
border-color: #E207C0;
}
.TagClassName
{
border-color: #E207C0;
}
</style>