Shades of Shocking #E091C6
Tints of Shocking #E091C6
RGB
CMYK
RGB Variations
Color information
#E091C6 (or 0xE091C6) is known color: Shocking. HEX triplet: E0, 91 and C6. RGB value is (224,145,198). Sum of RGB (Red+Green+Blue) = 224+145+198=567 (75% of max value = 765). Red value is 224 (87.89% from 255 or 39.51% from 567); Green value is 145 (57.03% from 255 or 25.57% from 567); Blue value is 198 (77.73% from 255 or 34.92% from 567); Max value from RGB is 224 - color contains mainly: red. Hex color #E091C6 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #E091C6 is #1F6E39. Grayscale: #AEAEAE. Windows color (decimal): -2059834 or 13013472. OLE color: 13013472.
HSL color Cylindrical-coordinate representation of color #E091C6: hue angle of 319.75º degrees, saturation: 0.56, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #E091C6 is Cyan = 0, Magento = 0.35, Yellow = 0.12 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 224 | 145 | 198 | - |
| CMYK | 0 | 0.35 | 0.12 | 0.12 |
| HSL | 319.75º | 0.56% | 0.72% | - |
| HSV(B) | 319.75º | 0.35% | 0.88% | - |
| XYZ | 51.06 | 40.18 | 58.49 | - |
| YUV | 174.66 | 141.17 | 163.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 224 | 145 | 198 | 0 | 0.35 | 0.12 | 0.12 | 319.75 | 0.56 | 0.72 |
| Hex | E0 | 91 | C6 | 0 | 23 | C | C | 140 | 38 | 48 |
| Octal | 340 | 221 | 306 | 0 | 43 | 14 | 14 | 500 | 70 | 110 |
| Binary | 11100000 | 10010001 | 11000110 | 0 | 100011 | 1100 | 1100 | 101000000 | 111000 | 1001000 |
Color Harmonies of #E091C6
Complementary color
Monochromatic Colors of #E091C6
Black with #E091C6
Text Example
Text Example
White with #E091C6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E091C6; }
p { color: rgb(224,145,198); }
H1.HeaderClassName
{
color: #E091C6;
}
.AnyTagClassName
{
color: #E091C6;
}
</style>
background-color css
<style>
a { background-color: #E091C6; }
a { background-color: rgb(224,145,198); }
div.DivClassName
{
background-color: #E091C6;
}
.BgClassName
{
background-color: #E091C6;
}
</style>
border-color css
<style>
span { border-color: #E091C6; }
span { border-color: rgb(224,145,198); }
td.TdClassName
{
border-color: #E091C6;
}
.TagClassName
{
border-color: #E091C6;
}
</style>