Shades of Shocking #E09DCA
Tints of Shocking #E09DCA
RGB
CMYK
RGB Variations
Color information
#E09DCA (or 0xE09DCA) is known color: Shocking. HEX triplet: E0, 9D and CA. RGB value is (224,157,202). Sum of RGB (Red+Green+Blue) = 224+157+202=583 (77% of max value = 765). Red value is 224 (87.89% from 255 or 38.42% from 583); Green value is 157 (61.72% from 255 or 26.93% from 583); Blue value is 202 (79.30% from 255 or 34.65% from 583); Max value from RGB is 224 - color contains mainly: red. Hex color #E09DCA is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #E09DCA is #1F6235. Grayscale: #B6B6B6. Windows color (decimal): -2056758 or 13278688. OLE color: 13278688.
HSL color Cylindrical-coordinate representation of color #E09DCA: hue angle of 319.7º 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 #E09DCA is Cyan = 0, Magento = 0.30, Yellow = 0.10 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 224 | 157 | 202 | - |
| CMYK | 0 | 0.30 | 0.10 | 0.12 |
| HSL | 319.7º | 0.52% | 0.75% | - |
| HSV(B) | 319.7º | 0.3% | 0.88% | - |
| XYZ | 53.46 | 44.23 | 61.6 | - |
| YUV | 182.16 | 139.2 | 157.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 224 | 157 | 202 | 0 | 0.30 | 0.10 | 0.12 | 319.7 | 0.52 | 0.75 |
| Hex | E0 | 9D | CA | 0 | 1E | A | C | 140 | 34 | 4B |
| Octal | 340 | 235 | 312 | 0 | 36 | 12 | 14 | 500 | 64 | 113 |
| Binary | 11100000 | 10011101 | 11001010 | 0 | 11110 | 1010 | 1100 | 101000000 | 110100 | 1001011 |
Color Harmonies of #E09DCA
Complementary color
Monochromatic Colors of #E09DCA
Black with #E09DCA
Text Example
Text Example
White with #E09DCA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E09DCA; }
p { color: rgb(224,157,202); }
H1.HeaderClassName
{
color: #E09DCA;
}
.AnyTagClassName
{
color: #E09DCA;
}
</style>
background-color css
<style>
a { background-color: #E09DCA; }
a { background-color: rgb(224,157,202); }
div.DivClassName
{
background-color: #E09DCA;
}
.BgClassName
{
background-color: #E09DCA;
}
</style>
border-color css
<style>
span { border-color: #E09DCA; }
span { border-color: rgb(224,157,202); }
td.TdClassName
{
border-color: #E09DCA;
}
.TagClassName
{
border-color: #E09DCA;
}
</style>