Shades of Shocking Pink #E606C7
Tints of Shocking Pink #E606C7
RGB
CMYK
RGB Variations
Color information
#E606C7 (or 0xE606C7) is known color: Shocking Pink. HEX triplet: E6, 06 and C7. RGB value is (230,6,199). Sum of RGB (Red+Green+Blue) = 230+6+199=435 (57% of max value = 765). Red value is 230 (90.23% from 255 or 52.87% from 435); Green value is 6 (2.73% from 255 or 1.38% from 435); Blue value is 199 (78.12% from 255 or 45.75% from 435); Max value from RGB is 230 - color contains mainly: red. Hex color #E606C7 is not a web safe color. Web safe color analog (approx): #FF00CC. Inversed color of #E606C7 is #19F938. Grayscale: #5E5E5E. Windows color (decimal): -1702201 or 13043430. OLE color: 13043430.
HSL color Cylindrical-coordinate representation of color #E606C7: hue angle of 308.3º degrees, saturation: 0.95, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #E606C7 is Cyan = 0, Magento = 0.97, Yellow = 0.13 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 230 | 6 | 199 | - |
| CMYK | 0 | 0.97 | 0.13 | 0.10 |
| HSL | 308.3º | 0.95% | 0.46% | - |
| HSV(B) | 308.3º | 0.97% | 0.9% | - |
| XYZ | 43.01 | 21.08 | 55.83 | - |
| YUV | 94.98 | 186.71 | 224.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 230 | 6 | 199 | 0 | 0.97 | 0.13 | 0.10 | 308.3 | 0.95 | 0.46 |
| Hex | E6 | 6 | C7 | 0 | 61 | D | A | 134 | 5F | 2E |
| Octal | 346 | 6 | 307 | 0 | 141 | 15 | 12 | 464 | 137 | 56 |
| Binary | 11100110 | 110 | 11000111 | 0 | 1100001 | 1101 | 1010 | 100110100 | 1011111 | 101110 |
Color Harmonies of #E606C7
Complementary color
Monochromatic Colors of #E606C7
Black with #E606C7
Text Example
Text Example
White with #E606C7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E606C7; }
p { color: rgb(230,6,199); }
H1.HeaderClassName
{
color: #E606C7;
}
.AnyTagClassName
{
color: #E606C7;
}
</style>
background-color css
<style>
a { background-color: #E606C7; }
a { background-color: rgb(230,6,199); }
div.DivClassName
{
background-color: #E606C7;
}
.BgClassName
{
background-color: #E606C7;
}
</style>
border-color css
<style>
span { border-color: #E606C7; }
span { border-color: rgb(230,6,199); }
td.TdClassName
{
border-color: #E606C7;
}
.TagClassName
{
border-color: #E606C7;
}
</style>