Shades of Shocking #E29DBA
Tints of Shocking #E29DBA
RGB
CMYK
RGB Variations
Color information
#E29DBA (or 0xE29DBA) is known color: Shocking. HEX triplet: E2, 9D and BA. RGB value is (226,157,186). Sum of RGB (Red+Green+Blue) = 226+157+186=569 (75% of max value = 765). Red value is 226 (88.67% from 255 or 39.72% from 569); Green value is 157 (61.72% from 255 or 27.59% from 569); Blue value is 186 (73.05% from 255 or 32.69% from 569); Max value from RGB is 226 - color contains mainly: red. Hex color #E29DBA is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #E29DBA is #1D6245. Grayscale: #B4B4B4. Windows color (decimal): -1925702 or 12230114. OLE color: 12230114.
HSL color Cylindrical-coordinate representation of color #E29DBA: hue angle of 334.78º degrees, saturation: 0.54, 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 #E29DBA is Cyan = 0, Magento = 0.31, Yellow = 0.18 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 226 | 157 | 186 | - |
| CMYK | 0 | 0.31 | 0.18 | 0.11 |
| HSL | 334.78º | 0.54% | 0.75% | - |
| HSV(B) | 334.78º | 0.31% | 0.89% | - |
| XYZ | 52.28 | 43.83 | 52.16 | - |
| YUV | 180.94 | 130.86 | 160.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 226 | 157 | 186 | 0 | 0.31 | 0.18 | 0.11 | 334.78 | 0.54 | 0.75 |
| Hex | E2 | 9D | BA | 0 | 1F | 12 | B | 14F | 36 | 4B |
| Octal | 342 | 235 | 272 | 0 | 37 | 22 | 13 | 517 | 66 | 113 |
| Binary | 11100010 | 10011101 | 10111010 | 0 | 11111 | 10010 | 1011 | 101001111 | 110110 | 1001011 |
Color Harmonies of #E29DBA
Complementary color
Monochromatic Colors of #E29DBA
Black with #E29DBA
Text Example
Text Example
White with #E29DBA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E29DBA; }
p { color: rgb(226,157,186); }
H1.HeaderClassName
{
color: #E29DBA;
}
.AnyTagClassName
{
color: #E29DBA;
}
</style>
background-color css
<style>
a { background-color: #E29DBA; }
a { background-color: rgb(226,157,186); }
div.DivClassName
{
background-color: #E29DBA;
}
.BgClassName
{
background-color: #E29DBA;
}
</style>
border-color css
<style>
span { border-color: #E29DBA; }
span { border-color: rgb(226,157,186); }
td.TdClassName
{
border-color: #E29DBA;
}
.TagClassName
{
border-color: #E29DBA;
}
</style>