Shades of Shocking #E29FBA
Tints of Shocking #E29FBA
RGB
CMYK
RGB Variations
Color information
#E29FBA (or 0xE29FBA) is known color: Shocking. HEX triplet: E2, 9F and BA. RGB value is (226,159,186). Sum of RGB (Red+Green+Blue) = 226+159+186=571 (75% of max value = 765). Red value is 226 (88.67% from 255 or 39.58% from 571); Green value is 159 (62.5% from 255 or 27.85% from 571); Blue value is 186 (73.05% from 255 or 32.57% from 571); Max value from RGB is 226 - color contains mainly: red. Hex color #E29FBA is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #E29FBA is #1D6045. Grayscale: #B6B6B6. Windows color (decimal): -1925190 or 12230626. OLE color: 12230626.
HSL color Cylindrical-coordinate representation of color #E29FBA: hue angle of 335.82º degrees, saturation: 0.54, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #E29FBA is Cyan = 0, Magento = 0.30, Yellow = 0.18 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 226 | 159 | 186 | - |
| CMYK | 0 | 0.30 | 0.18 | 0.11 |
| HSL | 335.82º | 0.54% | 0.75% | - |
| HSV(B) | 335.82º | 0.3% | 0.89% | - |
| XYZ | 52.63 | 44.51 | 52.27 | - |
| YUV | 182.11 | 130.2 | 159.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 226 | 159 | 186 | 0 | 0.30 | 0.18 | 0.11 | 335.82 | 0.54 | 0.75 |
| Hex | E2 | 9F | BA | 0 | 1E | 12 | B | 150 | 36 | 4B |
| Octal | 342 | 237 | 272 | 0 | 36 | 22 | 13 | 520 | 66 | 113 |
| Binary | 11100010 | 10011111 | 10111010 | 0 | 11110 | 10010 | 1011 | 101010000 | 110110 | 1001011 |
Color Harmonies of #E29FBA
Complementary color
Monochromatic Colors of #E29FBA
Black with #E29FBA
Text Example
Text Example
White with #E29FBA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E29FBA; }
p { color: rgb(226,159,186); }
H1.HeaderClassName
{
color: #E29FBA;
}
.AnyTagClassName
{
color: #E29FBA;
}
</style>
background-color css
<style>
a { background-color: #E29FBA; }
a { background-color: rgb(226,159,186); }
div.DivClassName
{
background-color: #E29FBA;
}
.BgClassName
{
background-color: #E29FBA;
}
</style>
border-color css
<style>
span { border-color: #E29FBA; }
span { border-color: rgb(226,159,186); }
td.TdClassName
{
border-color: #E29FBA;
}
.TagClassName
{
border-color: #E29FBA;
}
</style>