Shades of Shocking #E092C0
Tints of Shocking #E092C0
RGB
CMYK
RGB Variations
Color information
#E092C0 (or 0xE092C0) is known color: Shocking. HEX triplet: E0, 92 and C0. RGB value is (224,146,192). Sum of RGB (Red+Green+Blue) = 224+146+192=562 (74% of max value = 765). Red value is 224 (87.89% from 255 or 39.86% from 562); Green value is 146 (57.42% from 255 or 25.98% from 562); Blue value is 192 (75.39% from 255 or 34.16% from 562); Max value from RGB is 224 - color contains mainly: red. Hex color #E092C0 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #E092C0 is #1F6D3F. Grayscale: #AEAEAE. Windows color (decimal): -2059584 or 12620512. OLE color: 12620512.
HSL color Cylindrical-coordinate representation of color #E092C0: hue angle of 324.62º degrees, saturation: 0.56, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #E092C0 is Cyan = 0, Magento = 0.35, Yellow = 0.14 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 224 | 146 | 192 | - |
| CMYK | 0 | 0.35 | 0.14 | 0.12 |
| HSL | 324.62º | 0.56% | 0.73% | - |
| HSV(B) | 324.62º | 0.35% | 0.88% | - |
| XYZ | 50.53 | 40.21 | 54.97 | - |
| YUV | 174.57 | 137.84 | 163.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 224 | 146 | 192 | 0 | 0.35 | 0.14 | 0.12 | 324.62 | 0.56 | 0.73 |
| Hex | E0 | 92 | C0 | 0 | 23 | E | C | 145 | 38 | 49 |
| Octal | 340 | 222 | 300 | 0 | 43 | 16 | 14 | 505 | 70 | 111 |
| Binary | 11100000 | 10010010 | 11000000 | 0 | 100011 | 1110 | 1100 | 101000101 | 111000 | 1001001 |
Color Harmonies of #E092C0
Complementary color
Monochromatic Colors of #E092C0
Black with #E092C0
Text Example
Text Example
White with #E092C0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E092C0; }
p { color: rgb(224,146,192); }
H1.HeaderClassName
{
color: #E092C0;
}
.AnyTagClassName
{
color: #E092C0;
}
</style>
background-color css
<style>
a { background-color: #E092C0; }
a { background-color: rgb(224,146,192); }
div.DivClassName
{
background-color: #E092C0;
}
.BgClassName
{
background-color: #E092C0;
}
</style>
border-color css
<style>
span { border-color: #E092C0; }
span { border-color: rgb(224,146,192); }
td.TdClassName
{
border-color: #E092C0;
}
.TagClassName
{
border-color: #E092C0;
}
</style>