#E6AAC6

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

Shades of Shocking #E6AAC6

Tints of Shocking #E6AAC6

Color information

#E6AAC6 (or 0xE6AAC6) is unknown color: approx Shocking. HEX triplet: E6, AA and C6. RGB value is (230,170,198). Sum of RGB (Red+Green+Blue) = 230+170+198=598 (79% of max value = 765). Red value is 230 (90.23% from 255 or 38.46% from 598); Green value is 170 (66.80% from 255 or 28.43% from 598); Blue value is 198 (77.73% from 255 or 33.11% from 598); Max value from RGB is 230 - color contains mainly: red. Hex color #E6AAC6 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #E6AAC6 is #195539. Grayscale: #BFBFBF. Windows color (decimal): -1660218 or 13019878. OLE color: 13019878.

HSL color Cylindrical-coordinate representation of color #E6AAC6: hue angle of 332º degrees, saturation: 0.55, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #E6AAC6 is Cyan = 0, Magento = 0.26, Yellow = 0.14 and Black (K on CMYK) = 0.10.

Color convert

RGB230170198-
CMYK00.260.140.10
HSL332º54.55%78.43%-
HSV(B)332º26.09%90.2%-
XYZ57.249.6559.99-
YUV191.13131.88155.72-

RGB Variations

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

RGB

RED value IS 230 (90.23% from 255) = 38.46%
GREEN value IS 170 (66.80% from 255) = 28.43%
BLUE value IS 198 (77.73% from 255) = 33.11%
R=38.46%
G=28.43%
B=33.11%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.26
Y (Yellow) values IS 0.14
K (Black) values IS 0.10
SystemRedGreenBlueCMYKHSL
Decimal23017019800.260.140.1033254.5578.43
HexE6AAC601AEA14c374e
Octal346252306032161251467116
Binary111001101010101011000110011010111010101010011001101111001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E6AAC6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E6AAC6; }

 p { color: rgb(230,170,198); }

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

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

 a { background-color: rgb(230,170,198); }

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

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

 span { border-color: rgb(230,170,198); }

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