Shades of Shocking #E088C0
Tints of Shocking #E088C0
RGB
CMYK
RGB Variations
Color information
#E088C0 (or 0xE088C0) is known color: Shocking. HEX triplet: E0, 88 and C0. RGB value is (224,136,192). Sum of RGB (Red+Green+Blue) = 224+136+192=552 (73% of max value = 765). Red value is 224 (87.89% from 255 or 40.58% from 552); Green value is 136 (53.52% from 255 or 24.64% from 552); Blue value is 192 (75.39% from 255 or 34.78% from 552); Max value from RGB is 224 - color contains mainly: red. Hex color #E088C0 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #E088C0 is #1F773F. Grayscale: #A8A8A8. Windows color (decimal): -2062144 or 12617952. OLE color: 12617952.
HSL color Cylindrical-coordinate representation of color #E088C0: hue angle of 321.82º degrees, saturation: 0.59, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #E088C0 is Cyan = 0, Magento = 0.39, Yellow = 0.14 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 224 | 136 | 192 | - |
| CMYK | 0 | 0.39 | 0.14 | 0.12 |
| HSL | 321.82º | 0.59% | 0.71% | - |
| HSV(B) | 321.82º | 0.39% | 0.88% | - |
| XYZ | 49.06 | 37.26 | 54.48 | - |
| YUV | 168.7 | 141.15 | 167.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 224 | 136 | 192 | 0 | 0.39 | 0.14 | 0.12 | 321.82 | 0.59 | 0.71 |
| Hex | E0 | 88 | C0 | 0 | 27 | E | C | 142 | 3B | 47 |
| Octal | 340 | 210 | 300 | 0 | 47 | 16 | 14 | 502 | 73 | 107 |
| Binary | 11100000 | 10001000 | 11000000 | 0 | 100111 | 1110 | 1100 | 101000010 | 111011 | 1000111 |
Color Harmonies of #E088C0
Complementary color
Monochromatic Colors of #E088C0
Black with #E088C0
Text Example
Text Example
White with #E088C0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E088C0; }
p { color: rgb(224,136,192); }
H1.HeaderClassName
{
color: #E088C0;
}
.AnyTagClassName
{
color: #E088C0;
}
</style>
background-color css
<style>
a { background-color: #E088C0; }
a { background-color: rgb(224,136,192); }
div.DivClassName
{
background-color: #E088C0;
}
.BgClassName
{
background-color: #E088C0;
}
</style>
border-color css
<style>
span { border-color: #E088C0; }
span { border-color: rgb(224,136,192); }
td.TdClassName
{
border-color: #E088C0;
}
.TagClassName
{
border-color: #E088C0;
}
</style>