#E7AAC7

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

Shades of Shocking #E7AAC7

Tints of Shocking #E7AAC7

Color information

#E7AAC7 (or 0xE7AAC7) is unknown color: approx Shocking. HEX triplet: E7, AA and C7. RGB value is (231,170,199). Sum of RGB (Red+Green+Blue) = 231+170+199=600 (79% of max value = 765). Red value is 231 (90.62% from 255 or 38.5% from 600); Green value is 170 (66.80% from 255 or 28.33% from 600); Blue value is 199 (78.12% from 255 or 33.17% from 600); Max value from RGB is 231 - color contains mainly: red. Hex color #E7AAC7 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #E7AAC7 is #185538. Grayscale: #BFBFBF. Windows color (decimal): -1594681 or 13085415. OLE color: 13085415.

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

Color convert

RGB231170199-
CMYK00.260.140.09
HSL331.48º55.96%78.63%-
HSV(B)331.48º26.41%90.59%-
XYZ57.6449.8660.62-
YUV191.54132.21156.14-

RGB Variations

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

RGB

RED value IS 231 (90.62% from 255) = 38.5%
GREEN value IS 170 (66.80% from 255) = 28.33%
BLUE value IS 199 (78.12% from 255) = 33.17%
R=38.5%
G=28.33%
B=33.17%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.26
Y (Yellow) values IS 0.14
K (Black) values IS 0.09
SystemRedGreenBlueCMYKHSL
Decimal23117019900.260.140.09331.4855.9678.63
HexE7AAC701AE914b384f
Octal347252307032161151370117
Binary111001111010101011000111011010111010011010010111110001001111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E7AAC7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E7AAC7; }

 p { color: rgb(231,170,199); }

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

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

 a { background-color: rgb(231,170,199); }

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

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

 span { border-color: rgb(231,170,199); }

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