Shades of Shocking #E088C1
Tints of Shocking #E088C1
RGB
CMYK
RGB Variations
Color information
#E088C1 (or 0xE088C1) is known color: Shocking. HEX triplet: E0, 88 and C1. RGB value is (224,136,193). Sum of RGB (Red+Green+Blue) = 224+136+193=553 (73% of max value = 765). Red value is 224 (87.89% from 255 or 40.51% from 553); Green value is 136 (53.52% from 255 or 24.59% from 553); Blue value is 193 (75.78% from 255 or 34.90% from 553); Max value from RGB is 224 - color contains mainly: red. Hex color #E088C1 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #E088C1 is #1F773E. Grayscale: #A8A8A8. Windows color (decimal): -2062143 or 12683488. OLE color: 12683488.
HSL color Cylindrical-coordinate representation of color #E088C1: hue angle of 321.14º 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 #E088C1 is Cyan = 0, Magento = 0.39, Yellow = 0.14 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 224 | 136 | 193 | - |
| CMYK | 0 | 0.39 | 0.14 | 0.12 |
| HSL | 321.14º | 0.59% | 0.71% | - |
| HSV(B) | 321.14º | 0.39% | 0.88% | - |
| XYZ | 49.17 | 37.31 | 55.06 | - |
| YUV | 168.81 | 141.65 | 167.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 224 | 136 | 193 | 0 | 0.39 | 0.14 | 0.12 | 321.14 | 0.59 | 0.71 |
| Hex | E0 | 88 | C1 | 0 | 27 | E | C | 141 | 3B | 47 |
| Octal | 340 | 210 | 301 | 0 | 47 | 16 | 14 | 501 | 73 | 107 |
| Binary | 11100000 | 10001000 | 11000001 | 0 | 100111 | 1110 | 1100 | 101000001 | 111011 | 1000111 |
Color Harmonies of #E088C1
Complementary color
Monochromatic Colors of #E088C1
Black with #E088C1
Text Example
Text Example
White with #E088C1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E088C1; }
p { color: rgb(224,136,193); }
H1.HeaderClassName
{
color: #E088C1;
}
.AnyTagClassName
{
color: #E088C1;
}
</style>
background-color css
<style>
a { background-color: #E088C1; }
a { background-color: rgb(224,136,193); }
div.DivClassName
{
background-color: #E088C1;
}
.BgClassName
{
background-color: #E088C1;
}
</style>
border-color css
<style>
span { border-color: #E088C1; }
span { border-color: rgb(224,136,193); }
td.TdClassName
{
border-color: #E088C1;
}
.TagClassName
{
border-color: #E088C1;
}
</style>