Shades of Shocking #E29BB9
Tints of Shocking #E29BB9
RGB
CMYK
RGB Variations
Color information
#E29BB9 (or 0xE29BB9) is known color: Shocking. HEX triplet: E2, 9B and B9. RGB value is (226,155,185). Sum of RGB (Red+Green+Blue) = 226+155+185=566 (74% of max value = 765). Red value is 226 (88.67% from 255 or 39.93% from 566); Green value is 155 (60.94% from 255 or 27.39% from 566); Blue value is 185 (72.66% from 255 or 32.69% from 566); Max value from RGB is 226 - color contains mainly: red. Hex color #E29BB9 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #E29BB9 is #1D6446. Grayscale: #B3B3B3. Windows color (decimal): -1926215 or 12164066. OLE color: 12164066.
HSL color Cylindrical-coordinate representation of color #E29BB9: hue angle of 334.65º degrees, saturation: 0.55, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #E29BB9 is Cyan = 0, Magento = 0.31, Yellow = 0.18 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 226 | 155 | 185 | - |
| CMYK | 0 | 0.31 | 0.18 | 0.11 |
| HSL | 334.65º | 0.55% | 0.75% | - |
| HSV(B) | 334.65º | 0.31% | 0.89% | - |
| XYZ | 51.84 | 43.11 | 51.49 | - |
| YUV | 179.65 | 131.02 | 161.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 226 | 155 | 185 | 0 | 0.31 | 0.18 | 0.11 | 334.65 | 0.55 | 0.75 |
| Hex | E2 | 9B | B9 | 0 | 1F | 12 | B | 14F | 37 | 4B |
| Octal | 342 | 233 | 271 | 0 | 37 | 22 | 13 | 517 | 67 | 113 |
| Binary | 11100010 | 10011011 | 10111001 | 0 | 11111 | 10010 | 1011 | 101001111 | 110111 | 1001011 |
Color Harmonies of #E29BB9
Complementary color
Monochromatic Colors of #E29BB9
Black with #E29BB9
Text Example
Text Example
White with #E29BB9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E29BB9; }
p { color: rgb(226,155,185); }
H1.HeaderClassName
{
color: #E29BB9;
}
.AnyTagClassName
{
color: #E29BB9;
}
</style>
background-color css
<style>
a { background-color: #E29BB9; }
a { background-color: rgb(226,155,185); }
div.DivClassName
{
background-color: #E29BB9;
}
.BgClassName
{
background-color: #E29BB9;
}
</style>
border-color css
<style>
span { border-color: #E29BB9; }
span { border-color: rgb(226,155,185); }
td.TdClassName
{
border-color: #E29BB9;
}
.TagClassName
{
border-color: #E29BB9;
}
</style>