Shades of Shocking #E689C0
Tints of Shocking #E689C0
RGB
CMYK
RGB Variations
Color information
#E689C0 (or 0xE689C0) is known color: Shocking. HEX triplet: E6, 89 and C0. RGB value is (230,137,192). Sum of RGB (Red+Green+Blue) = 230+137+192=559 (74% of max value = 765). Red value is 230 (90.23% from 255 or 41.14% from 559); Green value is 137 (53.91% from 255 or 24.51% from 559); Blue value is 192 (75.39% from 255 or 34.35% from 559); Max value from RGB is 230 - color contains mainly: red. Hex color #E689C0 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #E689C0 is #19763F. Grayscale: #AAAAAA. Windows color (decimal): -1668672 or 12618214. OLE color: 12618214.
HSL color Cylindrical-coordinate representation of color #E689C0: hue angle of 324.52º 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 #E689C0 is Cyan = 0, Magento = 0.40, Yellow = 0.17 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 230 | 137 | 192 | - |
| CMYK | 0 | 0.40 | 0.17 | 0.10 |
| HSL | 324.52º | 0.65% | 0.72% | - |
| HSV(B) | 324.52º | 0.4% | 0.9% | - |
| XYZ | 51.09 | 38.52 | 54.61 | - |
| YUV | 171.08 | 139.81 | 170.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 230 | 137 | 192 | 0 | 0.40 | 0.17 | 0.10 | 324.52 | 0.65 | 0.72 |
| Hex | E6 | 89 | C0 | 0 | 28 | 11 | A | 145 | 41 | 48 |
| Octal | 346 | 211 | 300 | 0 | 50 | 21 | 12 | 505 | 101 | 110 |
| Binary | 11100110 | 10001001 | 11000000 | 0 | 101000 | 10001 | 1010 | 101000101 | 1000001 | 1001000 |
Color Harmonies of #E689C0
Complementary color
Monochromatic Colors of #E689C0
Black with #E689C0
Text Example
Text Example
White with #E689C0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E689C0; }
p { color: rgb(230,137,192); }
H1.HeaderClassName
{
color: #E689C0;
}
.AnyTagClassName
{
color: #E689C0;
}
</style>
background-color css
<style>
a { background-color: #E689C0; }
a { background-color: rgb(230,137,192); }
div.DivClassName
{
background-color: #E689C0;
}
.BgClassName
{
background-color: #E689C0;
}
</style>
border-color css
<style>
span { border-color: #E689C0; }
span { border-color: rgb(230,137,192); }
td.TdClassName
{
border-color: #E689C0;
}
.TagClassName
{
border-color: #E689C0;
}
</style>