Shades of Shocking #E09FC0
Tints of Shocking #E09FC0
RGB
CMYK
RGB Variations
Color information
#E09FC0 (or 0xE09FC0) is known color: Shocking. HEX triplet: E0, 9F and C0. RGB value is (224,159,192). Sum of RGB (Red+Green+Blue) = 224+159+192=575 (76% of max value = 765). Red value is 224 (87.89% from 255 or 38.96% from 575); Green value is 159 (62.5% from 255 or 27.65% from 575); Blue value is 192 (75.39% from 255 or 33.39% from 575); Max value from RGB is 224 - color contains mainly: red. Hex color #E09FC0 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #E09FC0 is #1F603F. Grayscale: #B6B6B6. Windows color (decimal): -2056256 or 12623840. OLE color: 12623840.
HSL color Cylindrical-coordinate representation of color #E09FC0: hue angle of 329.54º degrees, saturation: 0.51, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #E09FC0 is Cyan = 0, Magento = 0.29, Yellow = 0.14 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 224 | 159 | 192 | - |
| CMYK | 0 | 0.29 | 0.14 | 0.12 |
| HSL | 329.54º | 0.51% | 0.75% | - |
| HSV(B) | 329.54º | 0.29% | 0.88% | - |
| XYZ | 52.65 | 44.45 | 55.67 | - |
| YUV | 182.2 | 133.53 | 157.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 224 | 159 | 192 | 0 | 0.29 | 0.14 | 0.12 | 329.54 | 0.51 | 0.75 |
| Hex | E0 | 9F | C0 | 0 | 1D | E | C | 14A | 33 | 4B |
| Octal | 340 | 237 | 300 | 0 | 35 | 16 | 14 | 512 | 63 | 113 |
| Binary | 11100000 | 10011111 | 11000000 | 0 | 11101 | 1110 | 1100 | 101001010 | 110011 | 1001011 |
Color Harmonies of #E09FC0
Complementary color
Monochromatic Colors of #E09FC0
Black with #E09FC0
Text Example
Text Example
White with #E09FC0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E09FC0; }
p { color: rgb(224,159,192); }
H1.HeaderClassName
{
color: #E09FC0;
}
.AnyTagClassName
{
color: #E09FC0;
}
</style>
background-color css
<style>
a { background-color: #E09FC0; }
a { background-color: rgb(224,159,192); }
div.DivClassName
{
background-color: #E09FC0;
}
.BgClassName
{
background-color: #E09FC0;
}
</style>
border-color css
<style>
span { border-color: #E09FC0; }
span { border-color: rgb(224,159,192); }
td.TdClassName
{
border-color: #E09FC0;
}
.TagClassName
{
border-color: #E09FC0;
}
</style>