Shades of Shocking #E68CC0
Tints of Shocking #E68CC0
RGB
CMYK
RGB Variations
Color information
#E68CC0 (or 0xE68CC0) is known color: Shocking. HEX triplet: E6, 8C and C0. RGB value is (230,140,192). Sum of RGB (Red+Green+Blue) = 230+140+192=562 (74% of max value = 765). Red value is 230 (90.23% from 255 or 40.93% from 562); Green value is 140 (55.08% from 255 or 24.91% from 562); Blue value is 192 (75.39% from 255 or 34.16% from 562); Max value from RGB is 230 - color contains mainly: red. Hex color #E68CC0 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #E68CC0 is #19733F. Grayscale: #ACACAC. Windows color (decimal): -1667904 or 12618982. OLE color: 12618982.
HSL color Cylindrical-coordinate representation of color #E68CC0: hue angle of 325.33º degrees, saturation: 0.64, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #E68CC0 is Cyan = 0, Magento = 0.39, Yellow = 0.17 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 230 | 140 | 192 | - |
| CMYK | 0 | 0.39 | 0.17 | 0.10 |
| HSL | 325.33º | 0.64% | 0.73% | - |
| HSV(B) | 325.33º | 0.39% | 0.9% | - |
| XYZ | 51.53 | 39.38 | 54.76 | - |
| YUV | 172.84 | 138.82 | 168.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 230 | 140 | 192 | 0 | 0.39 | 0.17 | 0.10 | 325.33 | 0.64 | 0.73 |
| Hex | E6 | 8C | C0 | 0 | 27 | 11 | A | 145 | 40 | 49 |
| Octal | 346 | 214 | 300 | 0 | 47 | 21 | 12 | 505 | 100 | 111 |
| Binary | 11100110 | 10001100 | 11000000 | 0 | 100111 | 10001 | 1010 | 101000101 | 1000000 | 1001001 |
Color Harmonies of #E68CC0
Complementary color
Monochromatic Colors of #E68CC0
Black with #E68CC0
Text Example
Text Example
White with #E68CC0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E68CC0; }
p { color: rgb(230,140,192); }
H1.HeaderClassName
{
color: #E68CC0;
}
.AnyTagClassName
{
color: #E68CC0;
}
</style>
background-color css
<style>
a { background-color: #E68CC0; }
a { background-color: rgb(230,140,192); }
div.DivClassName
{
background-color: #E68CC0;
}
.BgClassName
{
background-color: #E68CC0;
}
</style>
border-color css
<style>
span { border-color: #E68CC0; }
span { border-color: rgb(230,140,192); }
td.TdClassName
{
border-color: #E68CC0;
}
.TagClassName
{
border-color: #E68CC0;
}
</style>