Shades of Shocking #E095C5
Tints of Shocking #E095C5
RGB
CMYK
RGB Variations
Color information
#E095C5 (or 0xE095C5) is known color: Shocking. HEX triplet: E0, 95 and C5. RGB value is (224,149,197). Sum of RGB (Red+Green+Blue) = 224+149+197=570 (75% of max value = 765). Red value is 224 (87.89% from 255 or 39.30% from 570); Green value is 149 (58.59% from 255 or 26.14% from 570); Blue value is 197 (77.34% from 255 or 34.56% from 570); Max value from RGB is 224 - color contains mainly: red. Hex color #E095C5 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #E095C5 is #1F6A3A. Grayscale: #B0B0B0. Windows color (decimal): -2058811 or 12948960. OLE color: 12948960.
HSL color Cylindrical-coordinate representation of color #E095C5: hue angle of 321.6º degrees, saturation: 0.55, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #E095C5 is Cyan = 0, Magento = 0.33, Yellow = 0.12 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 224 | 149 | 197 | - |
| CMYK | 0 | 0.33 | 0.12 | 0.12 |
| HSL | 321.6º | 0.55% | 0.73% | - |
| HSV(B) | 321.6º | 0.33% | 0.88% | - |
| XYZ | 51.57 | 41.37 | 58.09 | - |
| YUV | 176.9 | 139.35 | 161.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 224 | 149 | 197 | 0 | 0.33 | 0.12 | 0.12 | 321.6 | 0.55 | 0.73 |
| Hex | E0 | 95 | C5 | 0 | 21 | C | C | 142 | 37 | 49 |
| Octal | 340 | 225 | 305 | 0 | 41 | 14 | 14 | 502 | 67 | 111 |
| Binary | 11100000 | 10010101 | 11000101 | 0 | 100001 | 1100 | 1100 | 101000010 | 110111 | 1001001 |
Color Harmonies of #E095C5
Complementary color
Monochromatic Colors of #E095C5
Black with #E095C5
Text Example
Text Example
White with #E095C5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E095C5; }
p { color: rgb(224,149,197); }
H1.HeaderClassName
{
color: #E095C5;
}
.AnyTagClassName
{
color: #E095C5;
}
</style>
background-color css
<style>
a { background-color: #E095C5; }
a { background-color: rgb(224,149,197); }
div.DivClassName
{
background-color: #E095C5;
}
.BgClassName
{
background-color: #E095C5;
}
</style>
border-color css
<style>
span { border-color: #E095C5; }
span { border-color: rgb(224,149,197); }
td.TdClassName
{
border-color: #E095C5;
}
.TagClassName
{
border-color: #E095C5;
}
</style>