Shades of Shocking #E094C1
Tints of Shocking #E094C1
RGB
CMYK
RGB Variations
Color information
#E094C1 (or 0xE094C1) is known color: Shocking. HEX triplet: E0, 94 and C1. RGB value is (224,148,193). Sum of RGB (Red+Green+Blue) = 224+148+193=565 (74% of max value = 765). Red value is 224 (87.89% from 255 or 39.65% from 565); Green value is 148 (58.20% from 255 or 26.19% from 565); Blue value is 193 (75.78% from 255 or 34.16% from 565); Max value from RGB is 224 - color contains mainly: red. Hex color #E094C1 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #E094C1 is #1F6B3E. Grayscale: #AFAFAF. Windows color (decimal): -2059071 or 12686560. OLE color: 12686560.
HSL color Cylindrical-coordinate representation of color #E094C1: hue angle of 324.47º degrees, saturation: 0.55, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #E094C1 is Cyan = 0, Magento = 0.34, Yellow = 0.14 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 224 | 148 | 193 | - |
| CMYK | 0 | 0.34 | 0.14 | 0.12 |
| HSL | 324.47º | 0.55% | 0.73% | - |
| HSV(B) | 324.47º | 0.34% | 0.88% | - |
| XYZ | 50.96 | 40.88 | 55.66 | - |
| YUV | 175.85 | 137.68 | 162.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 224 | 148 | 193 | 0 | 0.34 | 0.14 | 0.12 | 324.47 | 0.55 | 0.73 |
| Hex | E0 | 94 | C1 | 0 | 22 | E | C | 144 | 37 | 49 |
| Octal | 340 | 224 | 301 | 0 | 42 | 16 | 14 | 504 | 67 | 111 |
| Binary | 11100000 | 10010100 | 11000001 | 0 | 100010 | 1110 | 1100 | 101000100 | 110111 | 1001001 |
Color Harmonies of #E094C1
Complementary color
Monochromatic Colors of #E094C1
Black with #E094C1
Text Example
Text Example
White with #E094C1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E094C1; }
p { color: rgb(224,148,193); }
H1.HeaderClassName
{
color: #E094C1;
}
.AnyTagClassName
{
color: #E094C1;
}
</style>
background-color css
<style>
a { background-color: #E094C1; }
a { background-color: rgb(224,148,193); }
div.DivClassName
{
background-color: #E094C1;
}
.BgClassName
{
background-color: #E094C1;
}
</style>
border-color css
<style>
span { border-color: #E094C1; }
span { border-color: rgb(224,148,193); }
td.TdClassName
{
border-color: #E094C1;
}
.TagClassName
{
border-color: #E094C1;
}
</style>