Shades of Shocking #E29ABB
Tints of Shocking #E29ABB
RGB
CMYK
RGB Variations
Color information
#E29ABB (or 0xE29ABB) is known color: Shocking. HEX triplet: E2, 9A and BB. RGB value is (226,154,187). Sum of RGB (Red+Green+Blue) = 226+154+187=567 (75% of max value = 765). Red value is 226 (88.67% from 255 or 39.86% from 567); Green value is 154 (60.55% from 255 or 27.16% from 567); Blue value is 187 (73.44% from 255 or 32.98% from 567); Max value from RGB is 226 - color contains mainly: red. Hex color #E29ABB is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #E29ABB is #1D6544. Grayscale: #B3B3B3. Windows color (decimal): -1926469 or 12294882. OLE color: 12294882.
HSL color Cylindrical-coordinate representation of color #E29ABB: hue angle of 332.5º degrees, saturation: 0.55, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #E29ABB is Cyan = 0, Magento = 0.32, Yellow = 0.17 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 226 | 154 | 187 | - |
| CMYK | 0 | 0.32 | 0.17 | 0.11 |
| HSL | 332.5º | 0.55% | 0.75% | - |
| HSV(B) | 332.5º | 0.32% | 0.89% | - |
| XYZ | 51.89 | 42.87 | 52.55 | - |
| YUV | 179.29 | 132.35 | 161.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 226 | 154 | 187 | 0 | 0.32 | 0.17 | 0.11 | 332.5 | 0.55 | 0.75 |
| Hex | E2 | 9A | BB | 0 | 20 | 11 | B | 14C | 37 | 4B |
| Octal | 342 | 232 | 273 | 0 | 40 | 21 | 13 | 514 | 67 | 113 |
| Binary | 11100010 | 10011010 | 10111011 | 0 | 100000 | 10001 | 1011 | 101001100 | 110111 | 1001011 |
Color Harmonies of #E29ABB
Complementary color
Monochromatic Colors of #E29ABB
Black with #E29ABB
Text Example
Text Example
White with #E29ABB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E29ABB; }
p { color: rgb(226,154,187); }
H1.HeaderClassName
{
color: #E29ABB;
}
.AnyTagClassName
{
color: #E29ABB;
}
</style>
background-color css
<style>
a { background-color: #E29ABB; }
a { background-color: rgb(226,154,187); }
div.DivClassName
{
background-color: #E29ABB;
}
.BgClassName
{
background-color: #E29ABB;
}
</style>
border-color css
<style>
span { border-color: #E29ABB; }
span { border-color: rgb(226,154,187); }
td.TdClassName
{
border-color: #E29ABB;
}
.TagClassName
{
border-color: #E29ABB;
}
</style>