Shades of Shocking #E497C3
Tints of Shocking #E497C3
RGB
CMYK
RGB Variations
Color information
#E497C3 (or 0xE497C3) is known color: Shocking. HEX triplet: E4, 97 and C3. RGB value is (228,151,195). Sum of RGB (Red+Green+Blue) = 228+151+195=574 (76% of max value = 765). Red value is 228 (89.45% from 255 or 39.72% from 574); Green value is 151 (59.38% from 255 or 26.31% from 574); Blue value is 195 (76.56% from 255 or 33.97% from 574); Max value from RGB is 228 - color contains mainly: red. Hex color #E497C3 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #E497C3 is #1B683C. Grayscale: #B2B2B2. Windows color (decimal): -1796157 or 12818404. OLE color: 12818404.
HSL color Cylindrical-coordinate representation of color #E497C3: hue angle of 325.71º degrees, saturation: 0.59, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #E497C3 is Cyan = 0, Magento = 0.34, Yellow = 0.14 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 228 | 151 | 195 | - |
| CMYK | 0 | 0.34 | 0.14 | 0.11 |
| HSL | 325.71º | 0.59% | 0.74% | - |
| HSV(B) | 325.71º | 0.34% | 0.89% | - |
| XYZ | 52.91 | 42.57 | 57.06 | - |
| YUV | 179.04 | 137.01 | 162.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 228 | 151 | 195 | 0 | 0.34 | 0.14 | 0.11 | 325.71 | 0.59 | 0.74 |
| Hex | E4 | 97 | C3 | 0 | 22 | E | B | 146 | 3B | 4A |
| Octal | 344 | 227 | 303 | 0 | 42 | 16 | 13 | 506 | 73 | 112 |
| Binary | 11100100 | 10010111 | 11000011 | 0 | 100010 | 1110 | 1011 | 101000110 | 111011 | 1001010 |
Color Harmonies of #E497C3
Complementary color
Monochromatic Colors of #E497C3
Black with #E497C3
Text Example
Text Example
White with #E497C3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E497C3; }
p { color: rgb(228,151,195); }
H1.HeaderClassName
{
color: #E497C3;
}
.AnyTagClassName
{
color: #E497C3;
}
</style>
background-color css
<style>
a { background-color: #E497C3; }
a { background-color: rgb(228,151,195); }
div.DivClassName
{
background-color: #E497C3;
}
.BgClassName
{
background-color: #E497C3;
}
</style>
border-color css
<style>
span { border-color: #E497C3; }
span { border-color: rgb(228,151,195); }
td.TdClassName
{
border-color: #E497C3;
}
.TagClassName
{
border-color: #E497C3;
}
</style>