#E69AB1

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

Shades of Illusion #E69AB1

Tints of Illusion #E69AB1

Color information

#E69AB1 (or 0xE69AB1) is unknown color: approx Illusion. HEX triplet: E6, 9A and B1. RGB value is (230,154,177). Sum of RGB (Red+Green+Blue) = 230+154+177=561 (74% of max value = 765). Red value is 230 (90.23% from 255 or 41.00% from 561); Green value is 154 (60.55% from 255 or 27.45% from 561); Blue value is 177 (69.53% from 255 or 31.55% from 561); Max value from RGB is 230 - color contains mainly: red. Hex color #E69AB1 is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #E69AB1 is #19654E. Grayscale: #B3B3B3. Windows color (decimal): -1664335 or 11639526. OLE color: 11639526.

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

Color convert

RGB230154177-
CMYK00.330.230.10
HSL341.84º60.32%75.29%-
HSV(B)341.84º33.04%90.2%-
XYZ52.1243.1147.17-
YUV179.35126.68164.13-

RGB Variations

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

RGB

RED value IS 230 (90.23% from 255) = 41.00%
GREEN value IS 154 (60.55% from 255) = 27.45%
BLUE value IS 177 (69.53% from 255) = 31.55%
R=41.00%
G=27.45%
B=31.55%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.33
Y (Yellow) values IS 0.23
K (Black) values IS 0.10
SystemRedGreenBlueCMYKHSL
Decimal23015417700.330.230.10341.8460.3275.29
HexE69AB102117A1563c4b
Octal346232261041271252674113
Binary11100110100110101011000101000011011110101010101101111001001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E69AB1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E69AB1; }

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

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

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

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

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

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

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

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