Shades of Shocking #E689BC
Tints of Shocking #E689BC
RGB
CMYK
RGB Variations
Color information
#E689BC (or 0xE689BC) is known color: Shocking. HEX triplet: E6, 89 and BC. RGB value is (230,137,188). Sum of RGB (Red+Green+Blue) = 230+137+188=555 (73% of max value = 765). Red value is 230 (90.23% from 255 or 41.44% from 555); Green value is 137 (53.91% from 255 or 24.68% from 555); Blue value is 188 (73.83% from 255 or 33.87% from 555); Max value from RGB is 230 - color contains mainly: red. Hex color #E689BC is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #E689BC is #197643. Grayscale: #AAAAAA. Windows color (decimal): -1668676 or 12356070. OLE color: 12356070.
HSL color Cylindrical-coordinate representation of color #E689BC: hue angle of 327.1º degrees, saturation: 0.65, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #E689BC is Cyan = 0, Magento = 0.40, Yellow = 0.18 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 230 | 137 | 188 | - |
| CMYK | 0 | 0.40 | 0.18 | 0.10 |
| HSL | 327.1º | 0.65% | 0.72% | - |
| HSV(B) | 327.1º | 0.4% | 0.9% | - |
| XYZ | 50.66 | 38.35 | 52.31 | - |
| YUV | 170.62 | 137.81 | 170.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 230 | 137 | 188 | 0 | 0.40 | 0.18 | 0.10 | 327.1 | 0.65 | 0.72 |
| Hex | E6 | 89 | BC | 0 | 28 | 12 | A | 147 | 41 | 48 |
| Octal | 346 | 211 | 274 | 0 | 50 | 22 | 12 | 507 | 101 | 110 |
| Binary | 11100110 | 10001001 | 10111100 | 0 | 101000 | 10010 | 1010 | 101000111 | 1000001 | 1001000 |
Color Harmonies of #E689BC
Complementary color
Monochromatic Colors of #E689BC
Black with #E689BC
Text Example
Text Example
White with #E689BC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E689BC; }
p { color: rgb(230,137,188); }
H1.HeaderClassName
{
color: #E689BC;
}
.AnyTagClassName
{
color: #E689BC;
}
</style>
background-color css
<style>
a { background-color: #E689BC; }
a { background-color: rgb(230,137,188); }
div.DivClassName
{
background-color: #E689BC;
}
.BgClassName
{
background-color: #E689BC;
}
</style>
border-color css
<style>
span { border-color: #E689BC; }
span { border-color: rgb(230,137,188); }
td.TdClassName
{
border-color: #E689BC;
}
.TagClassName
{
border-color: #E689BC;
}
</style>