Shades of Shocking #E297C1
Tints of Shocking #E297C1
RGB
CMYK
RGB Variations
Color information
#E297C1 (or 0xE297C1) is known color: Shocking. HEX triplet: E2, 97 and C1. RGB value is (226,151,193). Sum of RGB (Red+Green+Blue) = 226+151+193=570 (75% of max value = 765). Red value is 226 (88.67% from 255 or 39.65% from 570); Green value is 151 (59.38% from 255 or 26.49% from 570); Blue value is 193 (75.78% from 255 or 33.86% from 570); Max value from RGB is 226 - color contains mainly: red. Hex color #E297C1 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #E297C1 is #1D683E. Grayscale: #B2B2B2. Windows color (decimal): -1927231 or 12687330. OLE color: 12687330.
HSL color Cylindrical-coordinate representation of color #E297C1: hue angle of 326.4º degrees, saturation: 0.56, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #E297C1 is Cyan = 0, Magento = 0.33, Yellow = 0.15 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 226 | 151 | 193 | - |
| CMYK | 0 | 0.33 | 0.15 | 0.11 |
| HSL | 326.4º | 0.56% | 0.74% | - |
| HSV(B) | 326.4º | 0.33% | 0.89% | - |
| XYZ | 52.06 | 42.15 | 55.84 | - |
| YUV | 178.21 | 136.35 | 162.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 226 | 151 | 193 | 0 | 0.33 | 0.15 | 0.11 | 326.4 | 0.56 | 0.74 |
| Hex | E2 | 97 | C1 | 0 | 21 | F | B | 146 | 38 | 4A |
| Octal | 342 | 227 | 301 | 0 | 41 | 17 | 13 | 506 | 70 | 112 |
| Binary | 11100010 | 10010111 | 11000001 | 0 | 100001 | 1111 | 1011 | 101000110 | 111000 | 1001010 |
Color Harmonies of #E297C1
Complementary color
Monochromatic Colors of #E297C1
Black with #E297C1
Text Example
Text Example
White with #E297C1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E297C1; }
p { color: rgb(226,151,193); }
H1.HeaderClassName
{
color: #E297C1;
}
.AnyTagClassName
{
color: #E297C1;
}
</style>
background-color css
<style>
a { background-color: #E297C1; }
a { background-color: rgb(226,151,193); }
div.DivClassName
{
background-color: #E297C1;
}
.BgClassName
{
background-color: #E297C1;
}
</style>
border-color css
<style>
span { border-color: #E297C1; }
span { border-color: rgb(226,151,193); }
td.TdClassName
{
border-color: #E297C1;
}
.TagClassName
{
border-color: #E297C1;
}
</style>