Shades of Shocking #E28ABA
Tints of Shocking #E28ABA
RGB
CMYK
RGB Variations
Color information
#E28ABA (or 0xE28ABA) is known color: Shocking. HEX triplet: E2, 8A and BA. RGB value is (226,138,186). Sum of RGB (Red+Green+Blue) = 226+138+186=550 (72% of max value = 765). Red value is 226 (88.67% from 255 or 41.09% from 550); Green value is 138 (54.30% from 255 or 25.09% from 550); Blue value is 186 (73.05% from 255 or 33.82% from 550); Max value from RGB is 226 - color contains mainly: red. Hex color #E28ABA is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #E28ABA is #1D7545. Grayscale: #A9A9A9. Windows color (decimal): -1930566 or 12225250. OLE color: 12225250.
HSL color Cylindrical-coordinate representation of color #E28ABA: hue angle of 327.27º degrees, saturation: 0.6, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #E28ABA is Cyan = 0, Magento = 0.39, Yellow = 0.18 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 226 | 138 | 186 | - |
| CMYK | 0 | 0.39 | 0.18 | 0.11 |
| HSL | 327.27º | 0.6% | 0.71% | - |
| HSV(B) | 327.27º | 0.39% | 0.89% | - |
| XYZ | 49.32 | 37.89 | 51.17 | - |
| YUV | 169.78 | 137.15 | 168.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 226 | 138 | 186 | 0 | 0.39 | 0.18 | 0.11 | 327.27 | 0.6 | 0.71 |
| Hex | E2 | 8A | BA | 0 | 27 | 12 | B | 147 | 3C | 47 |
| Octal | 342 | 212 | 272 | 0 | 47 | 22 | 13 | 507 | 74 | 107 |
| Binary | 11100010 | 10001010 | 10111010 | 0 | 100111 | 10010 | 1011 | 101000111 | 111100 | 1000111 |
Color Harmonies of #E28ABA
Complementary color
Monochromatic Colors of #E28ABA
Black with #E28ABA
Text Example
Text Example
White with #E28ABA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E28ABA; }
p { color: rgb(226,138,186); }
H1.HeaderClassName
{
color: #E28ABA;
}
.AnyTagClassName
{
color: #E28ABA;
}
</style>
background-color css
<style>
a { background-color: #E28ABA; }
a { background-color: rgb(226,138,186); }
div.DivClassName
{
background-color: #E28ABA;
}
.BgClassName
{
background-color: #E28ABA;
}
</style>
border-color css
<style>
span { border-color: #E28ABA; }
span { border-color: rgb(226,138,186); }
td.TdClassName
{
border-color: #E28ABA;
}
.TagClassName
{
border-color: #E28ABA;
}
</style>