Shades of Shocking #E689BA
Tints of Shocking #E689BA
RGB
CMYK
RGB Variations
Color information
#E689BA (or 0xE689BA) is known color: Shocking. HEX triplet: E6, 89 and BA. RGB value is (230,137,186). Sum of RGB (Red+Green+Blue) = 230+137+186=553 (73% of max value = 765). Red value is 230 (90.23% from 255 or 41.59% from 553); Green value is 137 (53.91% from 255 or 24.77% from 553); Blue value is 186 (73.05% from 255 or 33.63% from 553); Max value from RGB is 230 - color contains mainly: red. Hex color #E689BA is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #E689BA is #197645. Grayscale: #AAAAAA. Windows color (decimal): -1668678 or 12224998. OLE color: 12224998.
HSL color Cylindrical-coordinate representation of color #E689BA: hue angle of 328.39º 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 #E689BA is Cyan = 0, Magento = 0.40, Yellow = 0.19 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 230 | 137 | 186 | - |
| CMYK | 0 | 0.40 | 0.19 | 0.10 |
| HSL | 328.39º | 0.65% | 0.72% | - |
| HSV(B) | 328.39º | 0.4% | 0.9% | - |
| XYZ | 50.44 | 38.26 | 51.18 | - |
| YUV | 170.39 | 136.81 | 170.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 230 | 137 | 186 | 0 | 0.40 | 0.19 | 0.10 | 328.39 | 0.65 | 0.72 |
| Hex | E6 | 89 | BA | 0 | 28 | 13 | A | 148 | 41 | 48 |
| Octal | 346 | 211 | 272 | 0 | 50 | 23 | 12 | 510 | 101 | 110 |
| Binary | 11100110 | 10001001 | 10111010 | 0 | 101000 | 10011 | 1010 | 101001000 | 1000001 | 1001000 |
Color Harmonies of #E689BA
Complementary color
Monochromatic Colors of #E689BA
Black with #E689BA
Text Example
Text Example
White with #E689BA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E689BA; }
p { color: rgb(230,137,186); }
H1.HeaderClassName
{
color: #E689BA;
}
.AnyTagClassName
{
color: #E689BA;
}
</style>
background-color css
<style>
a { background-color: #E689BA; }
a { background-color: rgb(230,137,186); }
div.DivClassName
{
background-color: #E689BA;
}
.BgClassName
{
background-color: #E689BA;
}
</style>
border-color css
<style>
span { border-color: #E689BA; }
span { border-color: rgb(230,137,186); }
td.TdClassName
{
border-color: #E689BA;
}
.TagClassName
{
border-color: #E689BA;
}
</style>