Shades of Shocking #E68ABA
Tints of Shocking #E68ABA
RGB
CMYK
RGB Variations
Color information
#E68ABA (or 0xE68ABA) is known color: Shocking. HEX triplet: E6, 8A and BA. RGB value is (230,138,186). Sum of RGB (Red+Green+Blue) = 230+138+186=554 (73% of max value = 765). Red value is 230 (90.23% from 255 or 41.52% from 554); Green value is 138 (54.30% from 255 or 24.91% from 554); Blue value is 186 (73.05% from 255 or 33.57% from 554); Max value from RGB is 230 - color contains mainly: red. Hex color #E68ABA is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #E68ABA is #197545. Grayscale: #AAAAAA. Windows color (decimal): -1668422 or 12225254. OLE color: 12225254.
HSL color Cylindrical-coordinate representation of color #E68ABA: hue angle of 328.7º 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 #E68ABA is Cyan = 0, Magento = 0.4, Yellow = 0.19 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 230 | 138 | 186 | - |
| CMYK | 0 | 0.4 | 0.19 | 0.10 |
| HSL | 328.7º | 0.65% | 0.72% | - |
| HSV(B) | 328.7º | 0.4% | 0.9% | - |
| XYZ | 50.58 | 38.55 | 51.23 | - |
| YUV | 170.98 | 136.48 | 170.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 230 | 138 | 186 | 0 | 0.4 | 0.19 | 0.10 | 328.7 | 0.65 | 0.72 |
| Hex | E6 | 8A | BA | 0 | 28 | 13 | A | 149 | 41 | 48 |
| Octal | 346 | 212 | 272 | 0 | 50 | 23 | 12 | 511 | 101 | 110 |
| Binary | 11100110 | 10001010 | 10111010 | 0 | 101000 | 10011 | 1010 | 101001001 | 1000001 | 1001000 |
Color Harmonies of #E68ABA
Complementary color
Monochromatic Colors of #E68ABA
Black with #E68ABA
Text Example
Text Example
White with #E68ABA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E68ABA; }
p { color: rgb(230,138,186); }
H1.HeaderClassName
{
color: #E68ABA;
}
.AnyTagClassName
{
color: #E68ABA;
}
</style>
background-color css
<style>
a { background-color: #E68ABA; }
a { background-color: rgb(230,138,186); }
div.DivClassName
{
background-color: #E68ABA;
}
.BgClassName
{
background-color: #E68ABA;
}
</style>
border-color css
<style>
span { border-color: #E68ABA; }
span { border-color: rgb(230,138,186); }
td.TdClassName
{
border-color: #E68ABA;
}
.TagClassName
{
border-color: #E68ABA;
}
</style>