Shades of Shocking #E09FC4
Tints of Shocking #E09FC4
RGB
CMYK
RGB Variations
Color information
#E09FC4 (or 0xE09FC4) is known color: Shocking. HEX triplet: E0, 9F and C4. RGB value is (224,159,196). Sum of RGB (Red+Green+Blue) = 224+159+196=579 (76% of max value = 765). Red value is 224 (87.89% from 255 or 38.69% from 579); Green value is 159 (62.5% from 255 or 27.46% from 579); Blue value is 196 (76.95% from 255 or 33.85% from 579); Max value from RGB is 224 - color contains mainly: red. Hex color #E09FC4 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #E09FC4 is #1F603B. Grayscale: #B6B6B6. Windows color (decimal): -2056252 or 12885984. OLE color: 12885984.
HSL color Cylindrical-coordinate representation of color #E09FC4: hue angle of 325.85º 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 #E09FC4 is Cyan = 0, Magento = 0.29, Yellow = 0.12 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 224 | 159 | 196 | - |
| CMYK | 0 | 0.29 | 0.12 | 0.12 |
| HSL | 325.85º | 0.51% | 0.75% | - |
| HSV(B) | 325.85º | 0.29% | 0.88% | - |
| XYZ | 53.1 | 44.63 | 58.04 | - |
| YUV | 182.65 | 135.53 | 157.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 224 | 159 | 196 | 0 | 0.29 | 0.12 | 0.12 | 325.85 | 0.51 | 0.75 |
| Hex | E0 | 9F | C4 | 0 | 1D | C | C | 146 | 33 | 4B |
| Octal | 340 | 237 | 304 | 0 | 35 | 14 | 14 | 506 | 63 | 113 |
| Binary | 11100000 | 10011111 | 11000100 | 0 | 11101 | 1100 | 1100 | 101000110 | 110011 | 1001011 |
Color Harmonies of #E09FC4
Complementary color
Monochromatic Colors of #E09FC4
Black with #E09FC4
Text Example
Text Example
White with #E09FC4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E09FC4; }
p { color: rgb(224,159,196); }
H1.HeaderClassName
{
color: #E09FC4;
}
.AnyTagClassName
{
color: #E09FC4;
}
</style>
background-color css
<style>
a { background-color: #E09FC4; }
a { background-color: rgb(224,159,196); }
div.DivClassName
{
background-color: #E09FC4;
}
.BgClassName
{
background-color: #E09FC4;
}
</style>
border-color css
<style>
span { border-color: #E09FC4; }
span { border-color: rgb(224,159,196); }
td.TdClassName
{
border-color: #E09FC4;
}
.TagClassName
{
border-color: #E09FC4;
}
</style>