Shades of Shocking #E68ABB
Tints of Shocking #E68ABB
RGB
CMYK
RGB Variations
Color information
#E68ABB (or 0xE68ABB) is known color: Shocking. HEX triplet: E6, 8A and BB. RGB value is (230,138,187). Sum of RGB (Red+Green+Blue) = 230+138+187=555 (73% of max value = 765). Red value is 230 (90.23% from 255 or 41.44% from 555); Green value is 138 (54.30% from 255 or 24.86% from 555); Blue value is 187 (73.44% from 255 or 33.69% from 555); Max value from RGB is 230 - color contains mainly: red. Hex color #E68ABB is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #E68ABB is #197544. Grayscale: #AAAAAA. Windows color (decimal): -1668421 or 12290790. OLE color: 12290790.
HSL color Cylindrical-coordinate representation of color #E68ABB: hue angle of 328.04º 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 #E68ABB is Cyan = 0, Magento = 0.4, Yellow = 0.19 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 230 | 138 | 187 | - |
| CMYK | 0 | 0.4 | 0.19 | 0.10 |
| HSL | 328.04º | 0.65% | 0.72% | - |
| HSV(B) | 328.04º | 0.4% | 0.9% | - |
| XYZ | 50.69 | 38.59 | 51.79 | - |
| YUV | 171.09 | 136.98 | 170.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 230 | 138 | 187 | 0 | 0.4 | 0.19 | 0.10 | 328.04 | 0.65 | 0.72 |
| Hex | E6 | 8A | BB | 0 | 28 | 13 | A | 148 | 41 | 48 |
| Octal | 346 | 212 | 273 | 0 | 50 | 23 | 12 | 510 | 101 | 110 |
| Binary | 11100110 | 10001010 | 10111011 | 0 | 101000 | 10011 | 1010 | 101001000 | 1000001 | 1001000 |
Color Harmonies of #E68ABB
Complementary color
Monochromatic Colors of #E68ABB
Black with #E68ABB
Text Example
Text Example
White with #E68ABB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E68ABB; }
p { color: rgb(230,138,187); }
H1.HeaderClassName
{
color: #E68ABB;
}
.AnyTagClassName
{
color: #E68ABB;
}
</style>
background-color css
<style>
a { background-color: #E68ABB; }
a { background-color: rgb(230,138,187); }
div.DivClassName
{
background-color: #E68ABB;
}
.BgClassName
{
background-color: #E68ABB;
}
</style>
border-color css
<style>
span { border-color: #E68ABB; }
span { border-color: rgb(230,138,187); }
td.TdClassName
{
border-color: #E68ABB;
}
.TagClassName
{
border-color: #E68ABB;
}
</style>