#E69AAC

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

Shades of Illusion #E69AAC

Tints of Illusion #E69AAC

Color information

#E69AAC (or 0xE69AAC) is unknown color: approx Illusion. HEX triplet: E6, 9A and AC. RGB value is (230,154,172). Sum of RGB (Red+Green+Blue) = 230+154+172=556 (73% of max value = 765). Red value is 230 (90.23% from 255 or 41.37% from 556); Green value is 154 (60.55% from 255 or 27.70% from 556); Blue value is 172 (67.58% from 255 or 30.94% from 556); Max value from RGB is 230 - color contains mainly: red. Hex color #E69AAC is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #E69AAC is #196553. Grayscale: #B2B2B2. Windows color (decimal): -1664340 or 11311846. OLE color: 11311846.

HSL color Cylindrical-coordinate representation of color #E69AAC: hue angle of 345.79º degrees, saturation: 0.6, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #E69AAC is Cyan = 0, Magento = 0.33, Yellow = 0.25 and Black (K on CMYK) = 0.10.

Color convert

RGB230154172-
CMYK00.330.250.10
HSL345.79º60.32%75.29%-
HSV(B)345.79º33.04%90.2%-
XYZ51.6442.9144.59-
YUV178.78124.18164.54-

RGB Variations

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

RGB

RED value IS 230 (90.23% from 255) = 41.37%
GREEN value IS 154 (60.55% from 255) = 27.70%
BLUE value IS 172 (67.58% from 255) = 30.94%
R=41.37%
G=27.70%
B=30.94%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.33
Y (Yellow) values IS 0.25
K (Black) values IS 0.10
SystemRedGreenBlueCMYKHSL
Decimal23015417200.330.250.10345.7960.3275.29
HexE69AAC02119A15a3c4b
Octal346232254041311253274113
Binary11100110100110101010110001000011100110101010110101111001001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E69AAC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E69AAC; }

 p { color: rgb(230,154,172); }

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

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

 a { background-color: rgb(230,154,172); }

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

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

 span { border-color: rgb(230,154,172); }

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