Shades of Shocking #E689B6
Tints of Shocking #E689B6
RGB
CMYK
RGB Variations
Color information
#E689B6 (or 0xE689B6) is known color: Shocking. HEX triplet: E6, 89 and B6. RGB value is (230,137,182). Sum of RGB (Red+Green+Blue) = 230+137+182=549 (72% of max value = 765). Red value is 230 (90.23% from 255 or 41.89% from 549); Green value is 137 (53.91% from 255 or 24.95% from 549); Blue value is 182 (71.48% from 255 or 33.15% from 549); Max value from RGB is 230 - color contains mainly: red. Hex color #E689B6 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #E689B6 is #197649. Grayscale: #A9A9A9. Windows color (decimal): -1668682 or 11962854. OLE color: 11962854.
HSL color Cylindrical-coordinate representation of color #E689B6: hue angle of 330.97º 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 #E689B6 is Cyan = 0, Magento = 0.40, Yellow = 0.21 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 230 | 137 | 182 | - |
| CMYK | 0 | 0.40 | 0.21 | 0.10 |
| HSL | 330.97º | 0.65% | 0.72% | - |
| HSV(B) | 330.97º | 0.4% | 0.9% | - |
| XYZ | 50.02 | 38.09 | 48.97 | - |
| YUV | 169.94 | 134.81 | 170.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 230 | 137 | 182 | 0 | 0.40 | 0.21 | 0.10 | 330.97 | 0.65 | 0.72 |
| Hex | E6 | 89 | B6 | 0 | 28 | 15 | A | 14B | 41 | 48 |
| Octal | 346 | 211 | 266 | 0 | 50 | 25 | 12 | 513 | 101 | 110 |
| Binary | 11100110 | 10001001 | 10110110 | 0 | 101000 | 10101 | 1010 | 101001011 | 1000001 | 1001000 |
Color Harmonies of #E689B6
Complementary color
Monochromatic Colors of #E689B6
Black with #E689B6
Text Example
Text Example
White with #E689B6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E689B6; }
p { color: rgb(230,137,182); }
H1.HeaderClassName
{
color: #E689B6;
}
.AnyTagClassName
{
color: #E689B6;
}
</style>
background-color css
<style>
a { background-color: #E689B6; }
a { background-color: rgb(230,137,182); }
div.DivClassName
{
background-color: #E689B6;
}
.BgClassName
{
background-color: #E689B6;
}
</style>
border-color css
<style>
span { border-color: #E689B6; }
span { border-color: rgb(230,137,182); }
td.TdClassName
{
border-color: #E689B6;
}
.TagClassName
{
border-color: #E689B6;
}
</style>