Shades of Shocking #E08DBB
Tints of Shocking #E08DBB
RGB
CMYK
RGB Variations
Color information
#E08DBB (or 0xE08DBB) is known color: Shocking. HEX triplet: E0, 8D and BB. RGB value is (224,141,187). Sum of RGB (Red+Green+Blue) = 224+141+187=552 (73% of max value = 765). Red value is 224 (87.89% from 255 or 40.58% from 552); Green value is 141 (55.47% from 255 or 25.54% from 552); Blue value is 187 (73.44% from 255 or 33.88% from 552); Max value from RGB is 224 - color contains mainly: red. Hex color #E08DBB is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #E08DBB is #1F7244. Grayscale: #AAAAAA. Windows color (decimal): -2060869 or 12291552. OLE color: 12291552.
HSL color Cylindrical-coordinate representation of color #E08DBB: hue angle of 326.75º degrees, saturation: 0.57, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #E08DBB is Cyan = 0, Magento = 0.37, Yellow = 0.17 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 224 | 141 | 187 | - |
| CMYK | 0 | 0.37 | 0.17 | 0.12 |
| HSL | 326.75º | 0.57% | 0.72% | - |
| HSV(B) | 326.75º | 0.37% | 0.88% | - |
| XYZ | 49.23 | 38.48 | 51.85 | - |
| YUV | 171.06 | 137 | 165.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 224 | 141 | 187 | 0 | 0.37 | 0.17 | 0.12 | 326.75 | 0.57 | 0.72 |
| Hex | E0 | 8D | BB | 0 | 25 | 11 | C | 147 | 39 | 48 |
| Octal | 340 | 215 | 273 | 0 | 45 | 21 | 14 | 507 | 71 | 110 |
| Binary | 11100000 | 10001101 | 10111011 | 0 | 100101 | 10001 | 1100 | 101000111 | 111001 | 1001000 |
Color Harmonies of #E08DBB
Complementary color
Monochromatic Colors of #E08DBB
Black with #E08DBB
Text Example
Text Example
White with #E08DBB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E08DBB; }
p { color: rgb(224,141,187); }
H1.HeaderClassName
{
color: #E08DBB;
}
.AnyTagClassName
{
color: #E08DBB;
}
</style>
background-color css
<style>
a { background-color: #E08DBB; }
a { background-color: rgb(224,141,187); }
div.DivClassName
{
background-color: #E08DBB;
}
.BgClassName
{
background-color: #E08DBB;
}
</style>
border-color css
<style>
span { border-color: #E08DBB; }
span { border-color: rgb(224,141,187); }
td.TdClassName
{
border-color: #E08DBB;
}
.TagClassName
{
border-color: #E08DBB;
}
</style>