Shades of Shocking #E08DBD
Tints of Shocking #E08DBD
RGB
CMYK
RGB Variations
Color information
#E08DBD (or 0xE08DBD) is known color: Shocking. HEX triplet: E0, 8D and BD. RGB value is (224,141,189). Sum of RGB (Red+Green+Blue) = 224+141+189=554 (73% of max value = 765). Red value is 224 (87.89% from 255 or 40.43% from 554); Green value is 141 (55.47% from 255 or 25.45% from 554); Blue value is 189 (74.22% from 255 or 34.12% from 554); Max value from RGB is 224 - color contains mainly: red. Hex color #E08DBD is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #E08DBD is #1F7242. Grayscale: #ABABAB. Windows color (decimal): -2060867 or 12422624. OLE color: 12422624.
HSL color Cylindrical-coordinate representation of color #E08DBD: hue angle of 325.3º 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 #E08DBD is Cyan = 0, Magento = 0.37, Yellow = 0.16 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 224 | 141 | 189 | - |
| CMYK | 0 | 0.37 | 0.16 | 0.12 |
| HSL | 325.3º | 0.57% | 0.72% | - |
| HSV(B) | 325.3º | 0.37% | 0.88% | - |
| XYZ | 49.45 | 38.57 | 52.98 | - |
| YUV | 171.29 | 138 | 165.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 224 | 141 | 189 | 0 | 0.37 | 0.16 | 0.12 | 325.3 | 0.57 | 0.72 |
| Hex | E0 | 8D | BD | 0 | 25 | 10 | C | 145 | 39 | 48 |
| Octal | 340 | 215 | 275 | 0 | 45 | 20 | 14 | 505 | 71 | 110 |
| Binary | 11100000 | 10001101 | 10111101 | 0 | 100101 | 10000 | 1100 | 101000101 | 111001 | 1001000 |
Color Harmonies of #E08DBD
Complementary color
Monochromatic Colors of #E08DBD
Black with #E08DBD
Text Example
Text Example
White with #E08DBD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E08DBD; }
p { color: rgb(224,141,189); }
H1.HeaderClassName
{
color: #E08DBD;
}
.AnyTagClassName
{
color: #E08DBD;
}
</style>
background-color css
<style>
a { background-color: #E08DBD; }
a { background-color: rgb(224,141,189); }
div.DivClassName
{
background-color: #E08DBD;
}
.BgClassName
{
background-color: #E08DBD;
}
</style>
border-color css
<style>
span { border-color: #E08DBD; }
span { border-color: rgb(224,141,189); }
td.TdClassName
{
border-color: #E08DBD;
}
.TagClassName
{
border-color: #E08DBD;
}
</style>