#E69DAD

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

Shades of Illusion #E69DAD

Tints of Illusion #E69DAD

Color information

#E69DAD (or 0xE69DAD) is unknown color: approx Illusion. HEX triplet: E6, 9D and AD. RGB value is (230,157,173). Sum of RGB (Red+Green+Blue) = 230+157+173=560 (74% of max value = 765). Red value is 230 (90.23% from 255 or 41.07% from 560); Green value is 157 (61.72% from 255 or 28.04% from 560); Blue value is 173 (67.97% from 255 or 30.89% from 560); Max value from RGB is 230 - color contains mainly: red. Hex color #E69DAD is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #E69DAD is #196252. Grayscale: #B4B4B4. Windows color (decimal): -1663571 or 11378150. OLE color: 11378150.

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

Color convert

RGB230157173-
CMYK00.320.250.10
HSL346.85º59.35%75.88%-
HSV(B)346.85º31.74%90.2%-
XYZ52.2343.9545.27-
YUV180.65123.68163.2-

RGB Variations

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

RGB

RED value IS 230 (90.23% from 255) = 41.07%
GREEN value IS 157 (61.72% from 255) = 28.04%
BLUE value IS 173 (67.97% from 255) = 30.89%
R=41.07%
G=28.04%
B=30.89%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.32
Y (Yellow) values IS 0.25
K (Black) values IS 0.10
SystemRedGreenBlueCMYKHSL
Decimal23015717300.320.250.10346.8559.3575.88
HexE69DAD02019A15b3b4c
Octal346235255040311253373114
Binary11100110100111011010110101000001100110101010110111110111001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E69DAD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E69DAD; }

 p { color: rgb(230,157,173); }

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

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

 a { background-color: rgb(230,157,173); }

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

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

 span { border-color: rgb(230,157,173); }

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