Shades of Shocking #E689B7
Tints of Shocking #E689B7
RGB
CMYK
RGB Variations
Color information
#E689B7 (or 0xE689B7) is known color: Shocking. HEX triplet: E6, 89 and B7. RGB value is (230,137,183). Sum of RGB (Red+Green+Blue) = 230+137+183=550 (72% of max value = 765). Red value is 230 (90.23% from 255 or 41.82% from 550); Green value is 137 (53.91% from 255 or 24.91% from 550); Blue value is 183 (71.88% from 255 or 33.27% from 550); Max value from RGB is 230 - color contains mainly: red. Hex color #E689B7 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #E689B7 is #197648. Grayscale: #A9A9A9. Windows color (decimal): -1668681 or 12028390. OLE color: 12028390.
HSL color Cylindrical-coordinate representation of color #E689B7: hue angle of 330.32º 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 #E689B7 is Cyan = 0, Magento = 0.40, Yellow = 0.20 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 230 | 137 | 183 | - |
| CMYK | 0 | 0.40 | 0.20 | 0.10 |
| HSL | 330.32º | 0.65% | 0.72% | - |
| HSV(B) | 330.32º | 0.4% | 0.9% | - |
| XYZ | 50.13 | 38.13 | 49.52 | - |
| YUV | 170.05 | 135.31 | 170.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 230 | 137 | 183 | 0 | 0.40 | 0.20 | 0.10 | 330.32 | 0.65 | 0.72 |
| Hex | E6 | 89 | B7 | 0 | 28 | 14 | A | 14A | 41 | 48 |
| Octal | 346 | 211 | 267 | 0 | 50 | 24 | 12 | 512 | 101 | 110 |
| Binary | 11100110 | 10001001 | 10110111 | 0 | 101000 | 10100 | 1010 | 101001010 | 1000001 | 1001000 |
Color Harmonies of #E689B7
Complementary color
Monochromatic Colors of #E689B7
Black with #E689B7
Text Example
Text Example
White with #E689B7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E689B7; }
p { color: rgb(230,137,183); }
H1.HeaderClassName
{
color: #E689B7;
}
.AnyTagClassName
{
color: #E689B7;
}
</style>
background-color css
<style>
a { background-color: #E689B7; }
a { background-color: rgb(230,137,183); }
div.DivClassName
{
background-color: #E689B7;
}
.BgClassName
{
background-color: #E689B7;
}
</style>
border-color css
<style>
span { border-color: #E689B7; }
span { border-color: rgb(230,137,183); }
td.TdClassName
{
border-color: #E689B7;
}
.TagClassName
{
border-color: #E689B7;
}
</style>