Shades of Shocking #E099C1
Tints of Shocking #E099C1
RGB
CMYK
RGB Variations
Color information
#E099C1 (or 0xE099C1) is known color: Shocking. HEX triplet: E0, 99 and C1. RGB value is (224,153,193). Sum of RGB (Red+Green+Blue) = 224+153+193=570 (75% of max value = 765). Red value is 224 (87.89% from 255 or 39.30% from 570); Green value is 153 (60.16% from 255 or 26.84% from 570); Blue value is 193 (75.78% from 255 or 33.86% from 570); Max value from RGB is 224 - color contains mainly: red. Hex color #E099C1 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #E099C1 is #1F663E. Grayscale: #B2B2B2. Windows color (decimal): -2057791 or 12687840. OLE color: 12687840.
HSL color Cylindrical-coordinate representation of color #E099C1: hue angle of 326.2º 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 #E099C1 is Cyan = 0, Magento = 0.32, Yellow = 0.14 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 224 | 153 | 193 | - |
| CMYK | 0 | 0.32 | 0.14 | 0.12 |
| HSL | 326.2º | 0.53% | 0.74% | - |
| HSV(B) | 326.2º | 0.32% | 0.88% | - |
| XYZ | 51.76 | 42.48 | 55.92 | - |
| YUV | 178.79 | 136.02 | 160.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 224 | 153 | 193 | 0 | 0.32 | 0.14 | 0.12 | 326.2 | 0.53 | 0.74 |
| Hex | E0 | 99 | C1 | 0 | 20 | E | C | 146 | 35 | 4A |
| Octal | 340 | 231 | 301 | 0 | 40 | 16 | 14 | 506 | 65 | 112 |
| Binary | 11100000 | 10011001 | 11000001 | 0 | 100000 | 1110 | 1100 | 101000110 | 110101 | 1001010 |
Color Harmonies of #E099C1
Complementary color
Monochromatic Colors of #E099C1
Black with #E099C1
Text Example
Text Example
White with #E099C1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E099C1; }
p { color: rgb(224,153,193); }
H1.HeaderClassName
{
color: #E099C1;
}
.AnyTagClassName
{
color: #E099C1;
}
</style>
background-color css
<style>
a { background-color: #E099C1; }
a { background-color: rgb(224,153,193); }
div.DivClassName
{
background-color: #E099C1;
}
.BgClassName
{
background-color: #E099C1;
}
</style>
border-color css
<style>
span { border-color: #E099C1; }
span { border-color: rgb(224,153,193); }
td.TdClassName
{
border-color: #E099C1;
}
.TagClassName
{
border-color: #E099C1;
}
</style>