Shades of Shocking #E692CA
Tints of Shocking #E692CA
RGB
CMYK
RGB Variations
Color information
#E692CA (or 0xE692CA) is known color: Shocking. HEX triplet: E6, 92 and CA. RGB value is (230,146,202). Sum of RGB (Red+Green+Blue) = 230+146+202=578 (76% of max value = 765). Red value is 230 (90.23% from 255 or 39.79% from 578); Green value is 146 (57.42% from 255 or 25.26% from 578); Blue value is 202 (79.30% from 255 or 34.95% from 578); Max value from RGB is 230 - color contains mainly: red. Hex color #E692CA is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #E692CA is #196D35. Grayscale: #B1B1B1. Windows color (decimal): -1666358 or 13275878. OLE color: 13275878.
HSL color Cylindrical-coordinate representation of color #E692CA: hue angle of 320º 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 #E692CA is Cyan = 0, Magento = 0.37, Yellow = 0.12 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 230 | 146 | 202 | - |
| CMYK | 0 | 0.37 | 0.12 | 0.10 |
| HSL | 320º | 0.63% | 0.74% | - |
| HSV(B) | 320º | 0.37% | 0.9% | - |
| XYZ | 53.57 | 41.65 | 61.09 | - |
| YUV | 177.5 | 141.83 | 165.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 230 | 146 | 202 | 0 | 0.37 | 0.12 | 0.10 | 320 | 0.63 | 0.74 |
| Hex | E6 | 92 | CA | 0 | 25 | C | A | 140 | 3F | 4A |
| Octal | 346 | 222 | 312 | 0 | 45 | 14 | 12 | 500 | 77 | 112 |
| Binary | 11100110 | 10010010 | 11001010 | 0 | 100101 | 1100 | 1010 | 101000000 | 111111 | 1001010 |
Color Harmonies of #E692CA
Complementary color
Monochromatic Colors of #E692CA
Black with #E692CA
Text Example
Text Example
White with #E692CA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E692CA; }
p { color: rgb(230,146,202); }
H1.HeaderClassName
{
color: #E692CA;
}
.AnyTagClassName
{
color: #E692CA;
}
</style>
background-color css
<style>
a { background-color: #E692CA; }
a { background-color: rgb(230,146,202); }
div.DivClassName
{
background-color: #E692CA;
}
.BgClassName
{
background-color: #E692CA;
}
</style>
border-color css
<style>
span { border-color: #E692CA; }
span { border-color: rgb(230,146,202); }
td.TdClassName
{
border-color: #E692CA;
}
.TagClassName
{
border-color: #E692CA;
}
</style>