Shades of Shocking #E69EBC
Tints of Shocking #E69EBC
RGB
CMYK
RGB Variations
Color information
#E69EBC (or 0xE69EBC) is known color: Shocking. HEX triplet: E6, 9E and BC. RGB value is (230,158,188). Sum of RGB (Red+Green+Blue) = 230+158+188=576 (76% of max value = 765). Red value is 230 (90.23% from 255 or 39.93% from 576); Green value is 158 (62.11% from 255 or 27.43% from 576); Blue value is 188 (73.83% from 255 or 32.64% from 576); Max value from RGB is 230 - color contains mainly: red. Hex color #E69EBC is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #E69EBC is #196143. Grayscale: #B6B6B6. Windows color (decimal): -1663300 or 12361446. OLE color: 12361446.
HSL color Cylindrical-coordinate representation of color #E69EBC: hue angle of 335º degrees, saturation: 0.59, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #E69EBC is Cyan = 0, Magento = 0.31, Yellow = 0.18 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 230 | 158 | 188 | - |
| CMYK | 0 | 0.31 | 0.18 | 0.10 |
| HSL | 335º | 0.59% | 0.76% | - |
| HSV(B) | 335º | 0.31% | 0.9% | - |
| XYZ | 53.94 | 44.91 | 53.4 | - |
| YUV | 182.95 | 130.85 | 161.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 230 | 158 | 188 | 0 | 0.31 | 0.18 | 0.10 | 335 | 0.59 | 0.76 |
| Hex | E6 | 9E | BC | 0 | 1F | 12 | A | 14F | 3B | 4C |
| Octal | 346 | 236 | 274 | 0 | 37 | 22 | 12 | 517 | 73 | 114 |
| Binary | 11100110 | 10011110 | 10111100 | 0 | 11111 | 10010 | 1010 | 101001111 | 111011 | 1001100 |
Color Harmonies of #E69EBC
Complementary color
Monochromatic Colors of #E69EBC
Black with #E69EBC
Text Example
Text Example
White with #E69EBC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E69EBC; }
p { color: rgb(230,158,188); }
H1.HeaderClassName
{
color: #E69EBC;
}
.AnyTagClassName
{
color: #E69EBC;
}
</style>
background-color css
<style>
a { background-color: #E69EBC; }
a { background-color: rgb(230,158,188); }
div.DivClassName
{
background-color: #E69EBC;
}
.BgClassName
{
background-color: #E69EBC;
}
</style>
border-color css
<style>
span { border-color: #E69EBC; }
span { border-color: rgb(230,158,188); }
td.TdClassName
{
border-color: #E69EBC;
}
.TagClassName
{
border-color: #E69EBC;
}
</style>