#E7A4C6

Color #E7A4C6 Shocking (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Shocking #E7A4C6

Tints of Shocking #E7A4C6

Color information

#E7A4C6 (or 0xE7A4C6) is unknown color: approx Shocking. HEX triplet: E7, A4 and C6. RGB value is (231,164,198). Sum of RGB (Red+Green+Blue) = 231+164+198=593 (78% of max value = 765). Red value is 231 (90.62% from 255 or 38.95% from 593); Green value is 164 (64.45% from 255 or 27.66% from 593); Blue value is 198 (77.73% from 255 or 33.39% from 593); Max value from RGB is 231 - color contains mainly: red. Hex color #E7A4C6 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #E7A4C6 is #185B39. Grayscale: #BBBBBB. Windows color (decimal): -1596218 or 13018343. OLE color: 13018343.

HSL color Cylindrical-coordinate representation of color #E7A4C6: hue angle of 329.55º degrees, saturation: 0.58, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #E7A4C6 is Cyan = 0, Magento = 0.29, Yellow = 0.14 and Black (K on CMYK) = 0.09.

Color convert

RGB231164198-
CMYK00.290.140.09
HSL329.55º58.26%77.45%-
HSV(B)329.55º29%90.59%-
XYZ56.4247.6259.64-
YUV187.91133.7158.74-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 231 (90.62% from 255) = 38.95%
GREEN value IS 164 (64.45% from 255) = 27.66%
BLUE value IS 198 (77.73% from 255) = 33.39%
R=38.95%
G=27.66%
B=33.39%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.29
Y (Yellow) values IS 0.14
K (Black) values IS 0.09
SystemRedGreenBlueCMYKHSL
Decimal23116419800.290.140.09329.5558.2677.45
HexE7A4C601DE914a3a4d
Octal347244306035161151272115
Binary111001111010010011000110011101111010011010010101110101001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E7A4C6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E7A4C6; }

 p { color: rgb(231,164,198); }

 H1.HeaderClassName
 {
   color: #E7A4C6;
 }
 .AnyTagClassName
 {
   color: #E7A4C6;
 }
</style>
background-color css

<style>
 a { background-color: #E7A4C6; }

 a { background-color: rgb(231,164,198); }

 div.DivClassName
 {
   background-color: #E7A4C6;
 }
 .BgClassName
 {
   background-color: #E7A4C6;
 }
</style>
border-color css

<style>
 span { border-color: #E7A4C6; }

 span { border-color: rgb(231,164,198); }

 td.TdClassName
 {
   border-color: #E7A4C6;
 }
 .TagClassName
 {
   border-color: #E7A4C6;
 }
</style>