Shades of Shocking #E097C7
Tints of Shocking #E097C7
RGB
CMYK
RGB Variations
Color information
#E097C7 (or 0xE097C7) is known color: Shocking. HEX triplet: E0, 97 and C7. RGB value is (224,151,199). Sum of RGB (Red+Green+Blue) = 224+151+199=574 (76% of max value = 765). Red value is 224 (87.89% from 255 or 39.02% from 574); Green value is 151 (59.38% from 255 or 26.31% from 574); Blue value is 199 (78.12% from 255 or 34.67% from 574); Max value from RGB is 224 - color contains mainly: red. Hex color #E097C7 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #E097C7 is #1F6838. Grayscale: #B2B2B2. Windows color (decimal): -2058297 or 13080544. OLE color: 13080544.
HSL color Cylindrical-coordinate representation of color #E097C7: hue angle of 320.55º degrees, saturation: 0.54, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #E097C7 is Cyan = 0, Magento = 0.33, Yellow = 0.11 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 224 | 151 | 199 | - |
| CMYK | 0 | 0.33 | 0.11 | 0.12 |
| HSL | 320.55º | 0.54% | 0.74% | - |
| HSV(B) | 320.55º | 0.33% | 0.88% | - |
| XYZ | 52.12 | 42.1 | 59.41 | - |
| YUV | 178.3 | 139.68 | 160.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 224 | 151 | 199 | 0 | 0.33 | 0.11 | 0.12 | 320.55 | 0.54 | 0.74 |
| Hex | E0 | 97 | C7 | 0 | 21 | B | C | 141 | 36 | 4A |
| Octal | 340 | 227 | 307 | 0 | 41 | 13 | 14 | 501 | 66 | 112 |
| Binary | 11100000 | 10010111 | 11000111 | 0 | 100001 | 1011 | 1100 | 101000001 | 110110 | 1001010 |
Color Harmonies of #E097C7
Complementary color
Monochromatic Colors of #E097C7
Black with #E097C7
Text Example
Text Example
White with #E097C7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E097C7; }
p { color: rgb(224,151,199); }
H1.HeaderClassName
{
color: #E097C7;
}
.AnyTagClassName
{
color: #E097C7;
}
</style>
background-color css
<style>
a { background-color: #E097C7; }
a { background-color: rgb(224,151,199); }
div.DivClassName
{
background-color: #E097C7;
}
.BgClassName
{
background-color: #E097C7;
}
</style>
border-color css
<style>
span { border-color: #E097C7; }
span { border-color: rgb(224,151,199); }
td.TdClassName
{
border-color: #E097C7;
}
.TagClassName
{
border-color: #E097C7;
}
</style>