Shades of Shocking #E09DBE
Tints of Shocking #E09DBE
RGB
CMYK
RGB Variations
Color information
#E09DBE (or 0xE09DBE) is known color: Shocking. HEX triplet: E0, 9D and BE. RGB value is (224,157,190). Sum of RGB (Red+Green+Blue) = 224+157+190=571 (75% of max value = 765). Red value is 224 (87.89% from 255 or 39.23% from 571); Green value is 157 (61.72% from 255 or 27.50% from 571); Blue value is 190 (74.61% from 255 or 33.27% from 571); Max value from RGB is 224 - color contains mainly: red. Hex color #E09DBE is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #E09DBE is #1F6241. Grayscale: #B4B4B4. Windows color (decimal): -2056770 or 12492256. OLE color: 12492256.
HSL color Cylindrical-coordinate representation of color #E09DBE: hue angle of 330.45º 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 #E09DBE is Cyan = 0, Magento = 0.30, Yellow = 0.15 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 224 | 157 | 190 | - |
| CMYK | 0 | 0.30 | 0.15 | 0.12 |
| HSL | 330.45º | 0.52% | 0.75% | - |
| HSV(B) | 330.45º | 0.3% | 0.88% | - |
| XYZ | 52.09 | 43.68 | 54.4 | - |
| YUV | 180.8 | 133.2 | 158.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 224 | 157 | 190 | 0 | 0.30 | 0.15 | 0.12 | 330.45 | 0.52 | 0.75 |
| Hex | E0 | 9D | BE | 0 | 1E | F | C | 14A | 34 | 4B |
| Octal | 340 | 235 | 276 | 0 | 36 | 17 | 14 | 512 | 64 | 113 |
| Binary | 11100000 | 10011101 | 10111110 | 0 | 11110 | 1111 | 1100 | 101001010 | 110100 | 1001011 |
Color Harmonies of #E09DBE
Complementary color
Monochromatic Colors of #E09DBE
Black with #E09DBE
Text Example
Text Example
White with #E09DBE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E09DBE; }
p { color: rgb(224,157,190); }
H1.HeaderClassName
{
color: #E09DBE;
}
.AnyTagClassName
{
color: #E09DBE;
}
</style>
background-color css
<style>
a { background-color: #E09DBE; }
a { background-color: rgb(224,157,190); }
div.DivClassName
{
background-color: #E09DBE;
}
.BgClassName
{
background-color: #E09DBE;
}
</style>
border-color css
<style>
span { border-color: #E09DBE; }
span { border-color: rgb(224,157,190); }
td.TdClassName
{
border-color: #E09DBE;
}
.TagClassName
{
border-color: #E09DBE;
}
</style>