Shades of Shocking #E689BD
Tints of Shocking #E689BD
RGB
CMYK
RGB Variations
Color information
#E689BD (or 0xE689BD) is known color: Shocking. HEX triplet: E6, 89 and BD. RGB value is (230,137,189). Sum of RGB (Red+Green+Blue) = 230+137+189=556 (73% of max value = 765). Red value is 230 (90.23% from 255 or 41.37% from 556); Green value is 137 (53.91% from 255 or 24.64% from 556); Blue value is 189 (74.22% from 255 or 33.99% from 556); Max value from RGB is 230 - color contains mainly: red. Hex color #E689BD is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #E689BD is #197642. Grayscale: #AAAAAA. Windows color (decimal): -1668675 or 12421606. OLE color: 12421606.
HSL color Cylindrical-coordinate representation of color #E689BD: hue angle of 326.45º 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 #E689BD is Cyan = 0, Magento = 0.40, Yellow = 0.18 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 230 | 137 | 189 | - |
| CMYK | 0 | 0.40 | 0.18 | 0.10 |
| HSL | 326.45º | 0.65% | 0.72% | - |
| HSV(B) | 326.45º | 0.4% | 0.9% | - |
| XYZ | 50.76 | 38.39 | 52.88 | - |
| YUV | 170.74 | 138.31 | 170.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 230 | 137 | 189 | 0 | 0.40 | 0.18 | 0.10 | 326.45 | 0.65 | 0.72 |
| Hex | E6 | 89 | BD | 0 | 28 | 12 | A | 146 | 41 | 48 |
| Octal | 346 | 211 | 275 | 0 | 50 | 22 | 12 | 506 | 101 | 110 |
| Binary | 11100110 | 10001001 | 10111101 | 0 | 101000 | 10010 | 1010 | 101000110 | 1000001 | 1001000 |
Color Harmonies of #E689BD
Complementary color
Monochromatic Colors of #E689BD
Black with #E689BD
Text Example
Text Example
White with #E689BD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E689BD; }
p { color: rgb(230,137,189); }
H1.HeaderClassName
{
color: #E689BD;
}
.AnyTagClassName
{
color: #E689BD;
}
</style>
background-color css
<style>
a { background-color: #E689BD; }
a { background-color: rgb(230,137,189); }
div.DivClassName
{
background-color: #E689BD;
}
.BgClassName
{
background-color: #E689BD;
}
</style>
border-color css
<style>
span { border-color: #E689BD; }
span { border-color: rgb(230,137,189); }
td.TdClassName
{
border-color: #E689BD;
}
.TagClassName
{
border-color: #E689BD;
}
</style>