#EDA1AE

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

Shades of Illusion #EDA1AE

Tints of Illusion #EDA1AE

Color information

#EDA1AE (or 0xEDA1AE) is unknown color: approx Illusion. HEX triplet: ED, A1 and AE. RGB value is (237,161,174). Sum of RGB (Red+Green+Blue) = 237+161+174=572 (75% of max value = 765). Red value is 237 (92.97% from 255 or 41.43% from 572); Green value is 161 (63.28% from 255 or 28.15% from 572); Blue value is 174 (68.36% from 255 or 30.42% from 572); Max value from RGB is 237 - color contains mainly: red. Hex color #EDA1AE is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #EDA1AE is #125E51. Grayscale: #B9B9B9. Windows color (decimal): -1203794 or 11444717. OLE color: 11444717.

HSL color Cylindrical-coordinate representation of color #EDA1AE: hue angle of 349.74º degrees, saturation: 0.68, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #EDA1AE is Cyan = 0, Magento = 0.32, Yellow = 0.27 and Black (K on CMYK) = 0.07.

Color convert

RGB237161174-
CMYK00.320.270.07
HSL349.74º67.86%78.04%-
HSV(B)349.74º32.07%92.94%-
XYZ55.3146.5546.11-
YUV185.21121.68164.94-

RGB Variations

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

RGB

RED value IS 237 (92.97% from 255) = 41.43%
GREEN value IS 161 (63.28% from 255) = 28.15%
BLUE value IS 174 (68.36% from 255) = 30.42%
R=41.43%
G=28.15%
B=30.42%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.32
Y (Yellow) values IS 0.27
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal23716117400.320.270.07349.7467.8678.04
HexEDA1AE0201B715e444e
Octal355241256040337536104116
Binary11101101101000011010111001000001101111110101111010001001001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EDA1AE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EDA1AE; }

 p { color: rgb(237,161,174); }

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

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

 a { background-color: rgb(237,161,174); }

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

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

 span { border-color: rgb(237,161,174); }

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