Shades of Shocking #E692CC
Tints of Shocking #E692CC
RGB
CMYK
RGB Variations
Color information
#E692CC (or 0xE692CC) is known color: Shocking. HEX triplet: E6, 92 and CC. RGB value is (230,146,204). Sum of RGB (Red+Green+Blue) = 230+146+204=580 (76% of max value = 765). Red value is 230 (90.23% from 255 or 39.66% from 580); Green value is 146 (57.42% from 255 or 25.17% from 580); Blue value is 204 (80.08% from 255 or 35.17% from 580); Max value from RGB is 230 - color contains mainly: red. Hex color #E692CC is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #E692CC is #196D33. Grayscale: #B1B1B1. Windows color (decimal): -1666356 or 13406950. OLE color: 13406950.
HSL color Cylindrical-coordinate representation of color #E692CC: hue angle of 318.57º degrees, saturation: 0.63, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #E692CC is Cyan = 0, Magento = 0.37, Yellow = 0.11 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 230 | 146 | 204 | - |
| CMYK | 0 | 0.37 | 0.11 | 0.10 |
| HSL | 318.57º | 0.63% | 0.74% | - |
| HSV(B) | 318.57º | 0.37% | 0.9% | - |
| XYZ | 53.81 | 41.74 | 62.35 | - |
| YUV | 177.73 | 142.83 | 165.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 230 | 146 | 204 | 0 | 0.37 | 0.11 | 0.10 | 318.57 | 0.63 | 0.74 |
| Hex | E6 | 92 | CC | 0 | 25 | B | A | 13F | 3F | 4A |
| Octal | 346 | 222 | 314 | 0 | 45 | 13 | 12 | 477 | 77 | 112 |
| Binary | 11100110 | 10010010 | 11001100 | 0 | 100101 | 1011 | 1010 | 100111111 | 111111 | 1001010 |
Color Harmonies of #E692CC
Complementary color
Monochromatic Colors of #E692CC
Black with #E692CC
Text Example
Text Example
White with #E692CC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E692CC; }
p { color: rgb(230,146,204); }
H1.HeaderClassName
{
color: #E692CC;
}
.AnyTagClassName
{
color: #E692CC;
}
</style>
background-color css
<style>
a { background-color: #E692CC; }
a { background-color: rgb(230,146,204); }
div.DivClassName
{
background-color: #E692CC;
}
.BgClassName
{
background-color: #E692CC;
}
</style>
border-color css
<style>
span { border-color: #E692CC; }
span { border-color: rgb(230,146,204); }
td.TdClassName
{
border-color: #E692CC;
}
.TagClassName
{
border-color: #E692CC;
}
</style>