#E69BA9

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

Shades of Illusion #E69BA9

Tints of Illusion #E69BA9

Color information

#E69BA9 (or 0xE69BA9) is unknown color: approx Illusion. HEX triplet: E6, 9B and A9. RGB value is (230,155,169). Sum of RGB (Red+Green+Blue) = 230+155+169=554 (73% of max value = 765). Red value is 230 (90.23% from 255 or 41.52% from 554); Green value is 155 (60.94% from 255 or 27.98% from 554); Blue value is 169 (66.41% from 255 or 30.51% from 554); Max value from RGB is 230 - color contains mainly: red. Hex color #E69BA9 is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #E69BA9 is #196456. Grayscale: #B3B3B3. Windows color (decimal): -1664087 or 11115494. OLE color: 11115494.

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

Color convert

RGB230155169-
CMYK00.330.270.10
HSL348.8º60%75.49%-
HSV(B)348.8º32.61%90.2%-
XYZ51.5243.1343.15-
YUV179.02122.35164.36-

RGB Variations

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

RGB

RED value IS 230 (90.23% from 255) = 41.52%
GREEN value IS 155 (60.94% from 255) = 27.98%
BLUE value IS 169 (66.41% from 255) = 30.51%
R=41.52%
G=27.98%
B=30.51%

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
Decimal23015516900.330.270.10348.86075.49
HexE69BA90211BA15d3c4b
Octal346233251041331253574113
Binary11100110100110111010100101000011101110101010111011111001001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E69BA9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E69BA9; }

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

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

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

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

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

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

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

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