#E69BAA

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

Shades of Illusion #E69BAA

Tints of Illusion #E69BAA

Color information

#E69BAA (or 0xE69BAA) is unknown color: approx Illusion. HEX triplet: E6, 9B and AA. RGB value is (230,155,170). Sum of RGB (Red+Green+Blue) = 230+155+170=555 (73% of max value = 765). Red value is 230 (90.23% from 255 or 41.44% from 555); Green value is 155 (60.94% from 255 or 27.93% from 555); Blue value is 170 (66.80% from 255 or 30.63% from 555); Max value from RGB is 230 - color contains mainly: red. Hex color #E69BAA is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #E69BAA is #196455. Grayscale: #B3B3B3. Windows color (decimal): -1664086 or 11181030. OLE color: 11181030.

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

Color convert

RGB230155170-
CMYK00.330.260.10
HSL348º60%75.49%-
HSV(B)348º32.61%90.2%-
XYZ51.6143.1743.64-
YUV179.14122.85164.28-

RGB Variations

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

RGB

RED value IS 230 (90.23% from 255) = 41.44%
GREEN value IS 155 (60.94% from 255) = 27.93%
BLUE value IS 170 (66.80% from 255) = 30.63%
R=41.44%
G=27.93%
B=30.63%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.33
Y (Yellow) values IS 0.26
K (Black) values IS 0.10
SystemRedGreenBlueCMYKHSL
Decimal23015517000.330.260.103486075.49
HexE69BAA0211AA15c3c4b
Octal346233252041321253474113
Binary11100110100110111010101001000011101010101010111001111001001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E69BAA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E69BAA; }

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

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

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

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

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

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

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

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