Shades of Shocking #E692BC
Tints of Shocking #E692BC
RGB
CMYK
RGB Variations
Color information
#E692BC (or 0xE692BC) is known color: Shocking. HEX triplet: E6, 92 and BC. RGB value is (230,146,188). Sum of RGB (Red+Green+Blue) = 230+146+188=564 (74% of max value = 765). Red value is 230 (90.23% from 255 or 40.78% from 564); Green value is 146 (57.42% from 255 or 25.89% from 564); Blue value is 188 (73.83% from 255 or 33.33% from 564); Max value from RGB is 230 - color contains mainly: red. Hex color #E692BC is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #E692BC is #196D43. Grayscale: #AFAFAF. Windows color (decimal): -1666372 or 12358374. OLE color: 12358374.
HSL color Cylindrical-coordinate representation of color #E692BC: hue angle of 330º 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 #E692BC is Cyan = 0, Magento = 0.37, Yellow = 0.18 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 230 | 146 | 188 | - |
| CMYK | 0 | 0.37 | 0.18 | 0.10 |
| HSL | 330º | 0.63% | 0.74% | - |
| HSV(B) | 330º | 0.37% | 0.9% | - |
| XYZ | 51.99 | 41.01 | 52.75 | - |
| YUV | 175.9 | 134.83 | 166.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 230 | 146 | 188 | 0 | 0.37 | 0.18 | 0.10 | 330 | 0.63 | 0.74 |
| Hex | E6 | 92 | BC | 0 | 25 | 12 | A | 14A | 3F | 4A |
| Octal | 346 | 222 | 274 | 0 | 45 | 22 | 12 | 512 | 77 | 112 |
| Binary | 11100110 | 10010010 | 10111100 | 0 | 100101 | 10010 | 1010 | 101001010 | 111111 | 1001010 |
Color Harmonies of #E692BC
Complementary color
Monochromatic Colors of #E692BC
Black with #E692BC
Text Example
Text Example
White with #E692BC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E692BC; }
p { color: rgb(230,146,188); }
H1.HeaderClassName
{
color: #E692BC;
}
.AnyTagClassName
{
color: #E692BC;
}
</style>
background-color css
<style>
a { background-color: #E692BC; }
a { background-color: rgb(230,146,188); }
div.DivClassName
{
background-color: #E692BC;
}
.BgClassName
{
background-color: #E692BC;
}
</style>
border-color css
<style>
span { border-color: #E692BC; }
span { border-color: rgb(230,146,188); }
td.TdClassName
{
border-color: #E692BC;
}
.TagClassName
{
border-color: #E692BC;
}
</style>