Shades of Shocking #E692BE
Tints of Shocking #E692BE
RGB
CMYK
RGB Variations
Color information
#E692BE (or 0xE692BE) is known color: Shocking. HEX triplet: E6, 92 and BE. RGB value is (230,146,190). Sum of RGB (Red+Green+Blue) = 230+146+190=566 (74% of max value = 765). Red value is 230 (90.23% from 255 or 40.64% from 566); Green value is 146 (57.42% from 255 or 25.80% from 566); Blue value is 190 (74.61% from 255 or 33.57% from 566); Max value from RGB is 230 - color contains mainly: red. Hex color #E692BE is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #E692BE is #196D41. Grayscale: #B0B0B0. Windows color (decimal): -1666370 or 12489446. OLE color: 12489446.
HSL color Cylindrical-coordinate representation of color #E692BE: hue angle of 328.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 #E692BE is Cyan = 0, Magento = 0.37, Yellow = 0.17 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 230 | 146 | 190 | - |
| CMYK | 0 | 0.37 | 0.17 | 0.10 |
| HSL | 328.57º | 0.63% | 0.74% | - |
| HSV(B) | 328.57º | 0.37% | 0.9% | - |
| XYZ | 52.21 | 41.1 | 53.9 | - |
| YUV | 176.13 | 135.83 | 166.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 230 | 146 | 190 | 0 | 0.37 | 0.17 | 0.10 | 328.57 | 0.63 | 0.74 |
| Hex | E6 | 92 | BE | 0 | 25 | 11 | A | 149 | 3F | 4A |
| Octal | 346 | 222 | 276 | 0 | 45 | 21 | 12 | 511 | 77 | 112 |
| Binary | 11100110 | 10010010 | 10111110 | 0 | 100101 | 10001 | 1010 | 101001001 | 111111 | 1001010 |
Color Harmonies of #E692BE
Complementary color
Monochromatic Colors of #E692BE
Black with #E692BE
Text Example
Text Example
White with #E692BE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E692BE; }
p { color: rgb(230,146,190); }
H1.HeaderClassName
{
color: #E692BE;
}
.AnyTagClassName
{
color: #E692BE;
}
</style>
background-color css
<style>
a { background-color: #E692BE; }
a { background-color: rgb(230,146,190); }
div.DivClassName
{
background-color: #E692BE;
}
.BgClassName
{
background-color: #E692BE;
}
</style>
border-color css
<style>
span { border-color: #E692BE; }
span { border-color: rgb(230,146,190); }
td.TdClassName
{
border-color: #E692BE;
}
.TagClassName
{
border-color: #E692BE;
}
</style>