Shades of Shocking #E099C4
Tints of Shocking #E099C4
RGB
CMYK
RGB Variations
Color information
#E099C4 (or 0xE099C4) is known color: Shocking. HEX triplet: E0, 99 and C4. RGB value is (224,153,196). Sum of RGB (Red+Green+Blue) = 224+153+196=573 (75% of max value = 765). Red value is 224 (87.89% from 255 or 39.09% from 573); Green value is 153 (60.16% from 255 or 26.70% from 573); Blue value is 196 (76.95% from 255 or 34.21% from 573); Max value from RGB is 224 - color contains mainly: red. Hex color #E099C4 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #E099C4 is #1F663B. Grayscale: #B3B3B3. Windows color (decimal): -2057788 or 12884448. OLE color: 12884448.
HSL color Cylindrical-coordinate representation of color #E099C4: hue angle of 323.66º 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 #E099C4 is Cyan = 0, Magento = 0.32, Yellow = 0.12 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 224 | 153 | 196 | - |
| CMYK | 0 | 0.32 | 0.12 | 0.12 |
| HSL | 323.66º | 0.53% | 0.74% | - |
| HSV(B) | 323.66º | 0.32% | 0.88% | - |
| XYZ | 52.1 | 42.62 | 57.7 | - |
| YUV | 179.13 | 137.52 | 160 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 224 | 153 | 196 | 0 | 0.32 | 0.12 | 0.12 | 323.66 | 0.53 | 0.74 |
| Hex | E0 | 99 | C4 | 0 | 20 | C | C | 144 | 35 | 4A |
| Octal | 340 | 231 | 304 | 0 | 40 | 14 | 14 | 504 | 65 | 112 |
| Binary | 11100000 | 10011001 | 11000100 | 0 | 100000 | 1100 | 1100 | 101000100 | 110101 | 1001010 |
Color Harmonies of #E099C4
Complementary color
Monochromatic Colors of #E099C4
Black with #E099C4
Text Example
Text Example
White with #E099C4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E099C4; }
p { color: rgb(224,153,196); }
H1.HeaderClassName
{
color: #E099C4;
}
.AnyTagClassName
{
color: #E099C4;
}
</style>
background-color css
<style>
a { background-color: #E099C4; }
a { background-color: rgb(224,153,196); }
div.DivClassName
{
background-color: #E099C4;
}
.BgClassName
{
background-color: #E099C4;
}
</style>
border-color css
<style>
span { border-color: #E099C4; }
span { border-color: rgb(224,153,196); }
td.TdClassName
{
border-color: #E099C4;
}
.TagClassName
{
border-color: #E099C4;
}
</style>