Shades of Shocking #E197CA
Tints of Shocking #E197CA
RGB
CMYK
RGB Variations
Color information
#E197CA (or 0xE197CA) is known color: Shocking. HEX triplet: E1, 97 and CA. RGB value is (225,151,202). Sum of RGB (Red+Green+Blue) = 225+151+202=578 (76% of max value = 765). Red value is 225 (88.28% from 255 or 38.93% from 578); Green value is 151 (59.38% from 255 or 26.12% from 578); Blue value is 202 (79.30% from 255 or 34.95% from 578); Max value from RGB is 225 - color contains mainly: red. Hex color #E197CA is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #E197CA is #1E6835. Grayscale: #B2B2B2. Windows color (decimal): -1992758 or 13277153. OLE color: 13277153.
HSL color Cylindrical-coordinate representation of color #E197CA: hue angle of 318.65º 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 #E197CA is Cyan = 0, Magento = 0.33, Yellow = 0.10 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 225 | 151 | 202 | - |
| CMYK | 0 | 0.33 | 0.10 | 0.12 |
| HSL | 318.65º | 0.55% | 0.74% | - |
| HSV(B) | 318.65º | 0.33% | 0.88% | - |
| XYZ | 52.78 | 42.41 | 61.28 | - |
| YUV | 178.94 | 141.02 | 160.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 225 | 151 | 202 | 0 | 0.33 | 0.10 | 0.12 | 318.65 | 0.55 | 0.74 |
| Hex | E1 | 97 | CA | 0 | 21 | A | C | 13F | 37 | 4A |
| Octal | 341 | 227 | 312 | 0 | 41 | 12 | 14 | 477 | 67 | 112 |
| Binary | 11100001 | 10010111 | 11001010 | 0 | 100001 | 1010 | 1100 | 100111111 | 110111 | 1001010 |
Color Harmonies of #E197CA
Complementary color
Monochromatic Colors of #E197CA
Black with #E197CA
Text Example
Text Example
White with #E197CA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E197CA; }
p { color: rgb(225,151,202); }
H1.HeaderClassName
{
color: #E197CA;
}
.AnyTagClassName
{
color: #E197CA;
}
</style>
background-color css
<style>
a { background-color: #E197CA; }
a { background-color: rgb(225,151,202); }
div.DivClassName
{
background-color: #E197CA;
}
.BgClassName
{
background-color: #E197CA;
}
</style>
border-color css
<style>
span { border-color: #E197CA; }
span { border-color: rgb(225,151,202); }
td.TdClassName
{
border-color: #E197CA;
}
.TagClassName
{
border-color: #E197CA;
}
</style>