#E69AA8

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

Shades of Illusion #E69AA8

Tints of Illusion #E69AA8

Color information

#E69AA8 (or 0xE69AA8) is unknown color: approx Illusion. HEX triplet: E6, 9A and A8. RGB value is (230,154,168). Sum of RGB (Red+Green+Blue) = 230+154+168=552 (73% of max value = 765). Red value is 230 (90.23% from 255 or 41.67% from 552); Green value is 154 (60.55% from 255 or 27.90% from 552); Blue value is 168 (66.02% from 255 or 30.43% from 552); Max value from RGB is 230 - color contains mainly: red. Hex color #E69AA8 is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #E69AA8 is #196557. Grayscale: #B2B2B2. Windows color (decimal): -1664344 or 11049702. OLE color: 11049702.

HSL color Cylindrical-coordinate representation of color #E69AA8: hue angle of 348.95º 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 #E69AA8 is Cyan = 0, Magento = 0.33, Yellow = 0.27 and Black (K on CMYK) = 0.10.

Color convert

RGB230154168-
CMYK00.330.270.10
HSL348.95º60.32%75.29%-
HSV(B)348.95º33.04%90.2%-
XYZ51.2642.7642.6-
YUV178.32122.18164.86-

RGB Variations

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

RGB

RED value IS 230 (90.23% from 255) = 41.67%
GREEN value IS 154 (60.55% from 255) = 27.90%
BLUE value IS 168 (66.02% from 255) = 30.43%
R=41.67%
G=27.90%
B=30.43%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.33
Y (Yellow) values IS 0.27
K (Black) values IS 0.10
SystemRedGreenBlueCMYKHSL
Decimal23015416800.330.270.10348.9560.3275.29
HexE69AA80211BA15d3c4b
Octal346232250041331253574113
Binary11100110100110101010100001000011101110101010111011111001001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E69AA8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E69AA8; }

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

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

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

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

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

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

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

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