Shades of Shocking #E099C6
Tints of Shocking #E099C6
RGB
CMYK
RGB Variations
Color information
#E099C6 (or 0xE099C6) is known color: Shocking. HEX triplet: E0, 99 and C6. RGB value is (224,153,198). Sum of RGB (Red+Green+Blue) = 224+153+198=575 (76% of max value = 765). Red value is 224 (87.89% from 255 or 38.96% from 575); Green value is 153 (60.16% from 255 or 26.61% from 575); Blue value is 198 (77.73% from 255 or 34.43% from 575); Max value from RGB is 224 - color contains mainly: red. Hex color #E099C6 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #E099C6 is #1F6639. Grayscale: #B3B3B3. Windows color (decimal): -2057786 or 13015520. OLE color: 13015520.
HSL color Cylindrical-coordinate representation of color #E099C6: hue angle of 321.97º degrees, saturation: 0.53, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #E099C6 is Cyan = 0, Magento = 0.32, Yellow = 0.12 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 224 | 153 | 198 | - |
| CMYK | 0 | 0.32 | 0.12 | 0.12 |
| HSL | 321.97º | 0.53% | 0.74% | - |
| HSV(B) | 321.97º | 0.32% | 0.88% | - |
| XYZ | 52.32 | 42.71 | 58.91 | - |
| YUV | 179.36 | 138.52 | 159.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 224 | 153 | 198 | 0 | 0.32 | 0.12 | 0.12 | 321.97 | 0.53 | 0.74 |
| Hex | E0 | 99 | C6 | 0 | 20 | C | C | 142 | 35 | 4A |
| Octal | 340 | 231 | 306 | 0 | 40 | 14 | 14 | 502 | 65 | 112 |
| Binary | 11100000 | 10011001 | 11000110 | 0 | 100000 | 1100 | 1100 | 101000010 | 110101 | 1001010 |
Color Harmonies of #E099C6
Complementary color
Monochromatic Colors of #E099C6
Black with #E099C6
Text Example
Text Example
White with #E099C6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E099C6; }
p { color: rgb(224,153,198); }
H1.HeaderClassName
{
color: #E099C6;
}
.AnyTagClassName
{
color: #E099C6;
}
</style>
background-color css
<style>
a { background-color: #E099C6; }
a { background-color: rgb(224,153,198); }
div.DivClassName
{
background-color: #E099C6;
}
.BgClassName
{
background-color: #E099C6;
}
</style>
border-color css
<style>
span { border-color: #E099C6; }
span { border-color: rgb(224,153,198); }
td.TdClassName
{
border-color: #E099C6;
}
.TagClassName
{
border-color: #E099C6;
}
</style>