Shades of Shocking #E197C5
Tints of Shocking #E197C5
RGB
CMYK
RGB Variations
Color information
#E197C5 (or 0xE197C5) is known color: Shocking. HEX triplet: E1, 97 and C5. RGB value is (225,151,197). Sum of RGB (Red+Green+Blue) = 225+151+197=573 (75% of max value = 765). Red value is 225 (88.28% from 255 or 39.27% from 573); Green value is 151 (59.38% from 255 or 26.35% from 573); Blue value is 197 (77.34% from 255 or 34.38% from 573); Max value from RGB is 225 - color contains mainly: red. Hex color #E197C5 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #E197C5 is #1E683A. Grayscale: #B2B2B2. Windows color (decimal): -1992763 or 12949473. OLE color: 12949473.
HSL color Cylindrical-coordinate representation of color #E197C5: hue angle of 322.7º degrees, saturation: 0.55, 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 #E197C5 is Cyan = 0, Magento = 0.33, Yellow = 0.12 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 225 | 151 | 197 | - |
| CMYK | 0 | 0.33 | 0.12 | 0.12 |
| HSL | 322.7º | 0.55% | 0.74% | - |
| HSV(B) | 322.7º | 0.33% | 0.88% | - |
| XYZ | 52.2 | 42.17 | 58.21 | - |
| YUV | 178.37 | 138.52 | 161.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 225 | 151 | 197 | 0 | 0.33 | 0.12 | 0.12 | 322.7 | 0.55 | 0.74 |
| Hex | E1 | 97 | C5 | 0 | 21 | C | C | 143 | 37 | 4A |
| Octal | 341 | 227 | 305 | 0 | 41 | 14 | 14 | 503 | 67 | 112 |
| Binary | 11100001 | 10010111 | 11000101 | 0 | 100001 | 1100 | 1100 | 101000011 | 110111 | 1001010 |
Color Harmonies of #E197C5
Complementary color
Monochromatic Colors of #E197C5
Black with #E197C5
Text Example
Text Example
White with #E197C5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E197C5; }
p { color: rgb(225,151,197); }
H1.HeaderClassName
{
color: #E197C5;
}
.AnyTagClassName
{
color: #E197C5;
}
</style>
background-color css
<style>
a { background-color: #E197C5; }
a { background-color: rgb(225,151,197); }
div.DivClassName
{
background-color: #E197C5;
}
.BgClassName
{
background-color: #E197C5;
}
</style>
border-color css
<style>
span { border-color: #E197C5; }
span { border-color: rgb(225,151,197); }
td.TdClassName
{
border-color: #E197C5;
}
.TagClassName
{
border-color: #E197C5;
}
</style>