#E69DAF

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

Shades of Illusion #E69DAF

Tints of Illusion #E69DAF

Color information

#E69DAF (or 0xE69DAF) is unknown color: approx Illusion. HEX triplet: E6, 9D and AF. RGB value is (230,157,175). Sum of RGB (Red+Green+Blue) = 230+157+175=562 (74% of max value = 765). Red value is 230 (90.23% from 255 or 40.93% from 562); Green value is 157 (61.72% from 255 or 27.94% from 562); Blue value is 175 (68.75% from 255 or 31.14% from 562); Max value from RGB is 230 - color contains mainly: red. Hex color #E69DAF is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #E69DAF is #196250. Grayscale: #B4B4B4. Windows color (decimal): -1663569 or 11509222. OLE color: 11509222.

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

Color convert

RGB230157175-
CMYK00.320.240.10
HSL345.21º59.35%75.88%-
HSV(B)345.21º31.74%90.2%-
XYZ52.4344.0346.29-
YUV180.88124.68163.04-

RGB Variations

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

RGB

RED value IS 230 (90.23% from 255) = 40.93%
GREEN value IS 157 (61.72% from 255) = 27.94%
BLUE value IS 175 (68.75% from 255) = 31.14%
R=40.93%
G=27.94%
B=31.14%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.32
Y (Yellow) values IS 0.24
K (Black) values IS 0.10
SystemRedGreenBlueCMYKHSL
Decimal23015717500.320.240.10345.2159.3575.88
HexE69DAF02018A1593b4c
Octal346235257040301253173114
Binary11100110100111011010111101000001100010101010110011110111001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E69DAF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E69DAF; }

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

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

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

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

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

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

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

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