Shades of Shocking #E297C9
Tints of Shocking #E297C9
RGB
CMYK
RGB Variations
Color information
#E297C9 (or 0xE297C9) is known color: Shocking. HEX triplet: E2, 97 and C9. RGB value is (226,151,201). Sum of RGB (Red+Green+Blue) = 226+151+201=578 (76% of max value = 765). Red value is 226 (88.67% from 255 or 39.10% from 578); Green value is 151 (59.38% from 255 or 26.12% from 578); Blue value is 201 (78.91% from 255 or 34.78% from 578); Max value from RGB is 226 - color contains mainly: red. Hex color #E297C9 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #E297C9 is #1D6836. Grayscale: #B3B3B3. Windows color (decimal): -1927223 or 13211618. OLE color: 13211618.
HSL color Cylindrical-coordinate representation of color #E297C9: hue angle of 320º 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 #E297C9 is Cyan = 0, Magento = 0.33, Yellow = 0.11 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 226 | 151 | 201 | - |
| CMYK | 0 | 0.33 | 0.11 | 0.11 |
| HSL | 320º | 0.56% | 0.74% | - |
| HSV(B) | 320º | 0.33% | 0.89% | - |
| XYZ | 52.97 | 42.52 | 60.67 | - |
| YUV | 179.13 | 140.35 | 161.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 226 | 151 | 201 | 0 | 0.33 | 0.11 | 0.11 | 320 | 0.56 | 0.74 |
| Hex | E2 | 97 | C9 | 0 | 21 | B | B | 140 | 38 | 4A |
| Octal | 342 | 227 | 311 | 0 | 41 | 13 | 13 | 500 | 70 | 112 |
| Binary | 11100010 | 10010111 | 11001001 | 0 | 100001 | 1011 | 1011 | 101000000 | 111000 | 1001010 |
Color Harmonies of #E297C9
Complementary color
Monochromatic Colors of #E297C9
Black with #E297C9
Text Example
Text Example
White with #E297C9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E297C9; }
p { color: rgb(226,151,201); }
H1.HeaderClassName
{
color: #E297C9;
}
.AnyTagClassName
{
color: #E297C9;
}
</style>
background-color css
<style>
a { background-color: #E297C9; }
a { background-color: rgb(226,151,201); }
div.DivClassName
{
background-color: #E297C9;
}
.BgClassName
{
background-color: #E297C9;
}
</style>
border-color css
<style>
span { border-color: #E297C9; }
span { border-color: rgb(226,151,201); }
td.TdClassName
{
border-color: #E297C9;
}
.TagClassName
{
border-color: #E297C9;
}
</style>