Shades of Shocking #E09DBD
Tints of Shocking #E09DBD
RGB
CMYK
RGB Variations
Color information
#E09DBD (or 0xE09DBD) is known color: Shocking. HEX triplet: E0, 9D and BD. RGB value is (224,157,189). Sum of RGB (Red+Green+Blue) = 224+157+189=570 (75% of max value = 765). Red value is 224 (87.89% from 255 or 39.30% from 570); Green value is 157 (61.72% from 255 or 27.54% from 570); Blue value is 189 (74.22% from 255 or 33.16% from 570); Max value from RGB is 224 - color contains mainly: red. Hex color #E09DBD is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #E09DBD is #1F6242. Grayscale: #B4B4B4. Windows color (decimal): -2056771 or 12426720. OLE color: 12426720.
HSL color Cylindrical-coordinate representation of color #E09DBD: hue angle of 331.34º degrees, saturation: 0.52, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #E09DBD is Cyan = 0, Magento = 0.30, Yellow = 0.16 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 224 | 157 | 189 | - |
| CMYK | 0 | 0.30 | 0.16 | 0.12 |
| HSL | 331.34º | 0.52% | 0.75% | - |
| HSV(B) | 331.34º | 0.3% | 0.88% | - |
| XYZ | 51.98 | 43.64 | 53.83 | - |
| YUV | 180.68 | 132.7 | 158.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 224 | 157 | 189 | 0 | 0.30 | 0.16 | 0.12 | 331.34 | 0.52 | 0.75 |
| Hex | E0 | 9D | BD | 0 | 1E | 10 | C | 14B | 34 | 4B |
| Octal | 340 | 235 | 275 | 0 | 36 | 20 | 14 | 513 | 64 | 113 |
| Binary | 11100000 | 10011101 | 10111101 | 0 | 11110 | 10000 | 1100 | 101001011 | 110100 | 1001011 |
Color Harmonies of #E09DBD
Complementary color
Monochromatic Colors of #E09DBD
Black with #E09DBD
Text Example
Text Example
White with #E09DBD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E09DBD; }
p { color: rgb(224,157,189); }
H1.HeaderClassName
{
color: #E09DBD;
}
.AnyTagClassName
{
color: #E09DBD;
}
</style>
background-color css
<style>
a { background-color: #E09DBD; }
a { background-color: rgb(224,157,189); }
div.DivClassName
{
background-color: #E09DBD;
}
.BgClassName
{
background-color: #E09DBD;
}
</style>
border-color css
<style>
span { border-color: #E09DBD; }
span { border-color: rgb(224,157,189); }
td.TdClassName
{
border-color: #E09DBD;
}
.TagClassName
{
border-color: #E09DBD;
}
</style>