Shades of Shocking #E197B7
Tints of Shocking #E197B7
RGB
CMYK
RGB Variations
Color information
#E197B7 (or 0xE197B7) is known color: Shocking. HEX triplet: E1, 97 and B7. RGB value is (225,151,183). Sum of RGB (Red+Green+Blue) = 225+151+183=559 (74% of max value = 765). Red value is 225 (88.28% from 255 or 40.25% from 559); Green value is 151 (59.38% from 255 or 27.01% from 559); Blue value is 183 (71.88% from 255 or 32.74% from 559); Max value from RGB is 225 - color contains mainly: red. Hex color #E197B7 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #E197B7 is #1E6848. Grayscale: #B0B0B0. Windows color (decimal): -1992777 or 12031969. OLE color: 12031969.
HSL color Cylindrical-coordinate representation of color #E197B7: hue angle of 334.05º 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 #E197B7 is Cyan = 0, Magento = 0.33, Yellow = 0.19 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 225 | 151 | 183 | - |
| CMYK | 0 | 0.33 | 0.19 | 0.12 |
| HSL | 334.05º | 0.55% | 0.74% | - |
| HSV(B) | 334.05º | 0.33% | 0.88% | - |
| XYZ | 50.67 | 41.56 | 50.15 | - |
| YUV | 176.77 | 131.52 | 162.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 225 | 151 | 183 | 0 | 0.33 | 0.19 | 0.12 | 334.05 | 0.55 | 0.74 |
| Hex | E1 | 97 | B7 | 0 | 21 | 13 | C | 14E | 37 | 4A |
| Octal | 341 | 227 | 267 | 0 | 41 | 23 | 14 | 516 | 67 | 112 |
| Binary | 11100001 | 10010111 | 10110111 | 0 | 100001 | 10011 | 1100 | 101001110 | 110111 | 1001010 |
Color Harmonies of #E197B7
Complementary color
Monochromatic Colors of #E197B7
Black with #E197B7
Text Example
Text Example
White with #E197B7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E197B7; }
p { color: rgb(225,151,183); }
H1.HeaderClassName
{
color: #E197B7;
}
.AnyTagClassName
{
color: #E197B7;
}
</style>
background-color css
<style>
a { background-color: #E197B7; }
a { background-color: rgb(225,151,183); }
div.DivClassName
{
background-color: #E197B7;
}
.BgClassName
{
background-color: #E197B7;
}
</style>
border-color css
<style>
span { border-color: #E197B7; }
span { border-color: rgb(225,151,183); }
td.TdClassName
{
border-color: #E197B7;
}
.TagClassName
{
border-color: #E197B7;
}
</style>