Shades of Shocking #E29DB7
Tints of Shocking #E29DB7
RGB
CMYK
RGB Variations
Color information
#E29DB7 (or 0xE29DB7) is known color: Shocking. HEX triplet: E2, 9D and B7. RGB value is (226,157,183). Sum of RGB (Red+Green+Blue) = 226+157+183=566 (74% of max value = 765). Red value is 226 (88.67% from 255 or 39.93% from 566); Green value is 157 (61.72% from 255 or 27.74% from 566); Blue value is 183 (71.88% from 255 or 32.33% from 566); Max value from RGB is 226 - color contains mainly: red. Hex color #E29DB7 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #E29DB7 is #1D6248. Grayscale: #B4B4B4. Windows color (decimal): -1925705 or 12033506. OLE color: 12033506.
HSL color Cylindrical-coordinate representation of color #E29DB7: hue angle of 337.39º 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 #E29DB7 is Cyan = 0, Magento = 0.31, Yellow = 0.19 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 226 | 157 | 183 | - |
| CMYK | 0 | 0.31 | 0.19 | 0.11 |
| HSL | 337.39º | 0.54% | 0.75% | - |
| HSV(B) | 337.39º | 0.31% | 0.89% | - |
| XYZ | 51.97 | 43.7 | 50.5 | - |
| YUV | 180.6 | 129.36 | 160.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 226 | 157 | 183 | 0 | 0.31 | 0.19 | 0.11 | 337.39 | 0.54 | 0.75 |
| Hex | E2 | 9D | B7 | 0 | 1F | 13 | B | 151 | 36 | 4B |
| Octal | 342 | 235 | 267 | 0 | 37 | 23 | 13 | 521 | 66 | 113 |
| Binary | 11100010 | 10011101 | 10110111 | 0 | 11111 | 10011 | 1011 | 101010001 | 110110 | 1001011 |
Color Harmonies of #E29DB7
Complementary color
Monochromatic Colors of #E29DB7
Black with #E29DB7
Text Example
Text Example
White with #E29DB7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E29DB7; }
p { color: rgb(226,157,183); }
H1.HeaderClassName
{
color: #E29DB7;
}
.AnyTagClassName
{
color: #E29DB7;
}
</style>
background-color css
<style>
a { background-color: #E29DB7; }
a { background-color: rgb(226,157,183); }
div.DivClassName
{
background-color: #E29DB7;
}
.BgClassName
{
background-color: #E29DB7;
}
</style>
border-color css
<style>
span { border-color: #E29DB7; }
span { border-color: rgb(226,157,183); }
td.TdClassName
{
border-color: #E29DB7;
}
.TagClassName
{
border-color: #E29DB7;
}
</style>