Shades of Shocking #E688BC
Tints of Shocking #E688BC
RGB
CMYK
RGB Variations
Color information
#E688BC (or 0xE688BC) is known color: Shocking. HEX triplet: E6, 88 and BC. RGB value is (230,136,188). Sum of RGB (Red+Green+Blue) = 230+136+188=554 (73% of max value = 765). Red value is 230 (90.23% from 255 or 41.52% from 554); Green value is 136 (53.52% from 255 or 24.55% from 554); Blue value is 188 (73.83% from 255 or 33.94% from 554); Max value from RGB is 230 - color contains mainly: red. Hex color #E688BC is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #E688BC is #197743. Grayscale: #A9A9A9. Windows color (decimal): -1668932 or 12355814. OLE color: 12355814.
HSL color Cylindrical-coordinate representation of color #E688BC: hue angle of 326.81º degrees, saturation: 0.65, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #E688BC is Cyan = 0, Magento = 0.41, Yellow = 0.18 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 230 | 136 | 188 | - |
| CMYK | 0 | 0.41 | 0.18 | 0.10 |
| HSL | 326.81º | 0.65% | 0.72% | - |
| HSV(B) | 326.81º | 0.41% | 0.9% | - |
| XYZ | 50.51 | 38.06 | 52.26 | - |
| YUV | 170.03 | 138.14 | 170.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 230 | 136 | 188 | 0 | 0.41 | 0.18 | 0.10 | 326.81 | 0.65 | 0.72 |
| Hex | E6 | 88 | BC | 0 | 29 | 12 | A | 147 | 41 | 48 |
| Octal | 346 | 210 | 274 | 0 | 51 | 22 | 12 | 507 | 101 | 110 |
| Binary | 11100110 | 10001000 | 10111100 | 0 | 101001 | 10010 | 1010 | 101000111 | 1000001 | 1001000 |
Color Harmonies of #E688BC
Complementary color
Monochromatic Colors of #E688BC
Black with #E688BC
Text Example
Text Example
White with #E688BC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E688BC; }
p { color: rgb(230,136,188); }
H1.HeaderClassName
{
color: #E688BC;
}
.AnyTagClassName
{
color: #E688BC;
}
</style>
background-color css
<style>
a { background-color: #E688BC; }
a { background-color: rgb(230,136,188); }
div.DivClassName
{
background-color: #E688BC;
}
.BgClassName
{
background-color: #E688BC;
}
</style>
border-color css
<style>
span { border-color: #E688BC; }
span { border-color: rgb(230,136,188); }
td.TdClassName
{
border-color: #E688BC;
}
.TagClassName
{
border-color: #E688BC;
}
</style>