Shades of Shocking #E197C4
Tints of Shocking #E197C4
RGB
CMYK
RGB Variations
Color information
#E197C4 (or 0xE197C4) is known color: Shocking. HEX triplet: E1, 97 and C4. RGB value is (225,151,196). Sum of RGB (Red+Green+Blue) = 225+151+196=572 (75% of max value = 765). Red value is 225 (88.28% from 255 or 39.34% from 572); Green value is 151 (59.38% from 255 or 26.40% from 572); Blue value is 196 (76.95% from 255 or 34.27% from 572); Max value from RGB is 225 - color contains mainly: red. Hex color #E197C4 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #E197C4 is #1E683B. Grayscale: #B2B2B2. Windows color (decimal): -1992764 or 12883937. OLE color: 12883937.
HSL color Cylindrical-coordinate representation of color #E197C4: hue angle of 323.51º 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 #E197C4 is Cyan = 0, Magento = 0.33, Yellow = 0.13 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 225 | 151 | 196 | - |
| CMYK | 0 | 0.33 | 0.13 | 0.12 |
| HSL | 323.51º | 0.55% | 0.74% | - |
| HSV(B) | 323.51º | 0.33% | 0.88% | - |
| XYZ | 52.08 | 42.13 | 57.61 | - |
| YUV | 178.26 | 138.02 | 161.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 225 | 151 | 196 | 0 | 0.33 | 0.13 | 0.12 | 323.51 | 0.55 | 0.74 |
| Hex | E1 | 97 | C4 | 0 | 21 | D | C | 144 | 37 | 4A |
| Octal | 341 | 227 | 304 | 0 | 41 | 15 | 14 | 504 | 67 | 112 |
| Binary | 11100001 | 10010111 | 11000100 | 0 | 100001 | 1101 | 1100 | 101000100 | 110111 | 1001010 |
Color Harmonies of #E197C4
Complementary color
Monochromatic Colors of #E197C4
Black with #E197C4
Text Example
Text Example
White with #E197C4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E197C4; }
p { color: rgb(225,151,196); }
H1.HeaderClassName
{
color: #E197C4;
}
.AnyTagClassName
{
color: #E197C4;
}
</style>
background-color css
<style>
a { background-color: #E197C4; }
a { background-color: rgb(225,151,196); }
div.DivClassName
{
background-color: #E197C4;
}
.BgClassName
{
background-color: #E197C4;
}
</style>
border-color css
<style>
span { border-color: #E197C4; }
span { border-color: rgb(225,151,196); }
td.TdClassName
{
border-color: #E197C4;
}
.TagClassName
{
border-color: #E197C4;
}
</style>