#EDA1AB

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

Shades of Illusion #EDA1AB

Tints of Illusion #EDA1AB

Color information

#EDA1AB (or 0xEDA1AB) is unknown color: approx Illusion. HEX triplet: ED, A1 and AB. RGB value is (237,161,171). Sum of RGB (Red+Green+Blue) = 237+161+171=569 (75% of max value = 765). Red value is 237 (92.97% from 255 or 41.65% from 569); Green value is 161 (63.28% from 255 or 28.30% from 569); Blue value is 171 (67.19% from 255 or 30.05% from 569); Max value from RGB is 237 - color contains mainly: red. Hex color #EDA1AB is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #EDA1AB is #125E54. Grayscale: #B8B8B8. Windows color (decimal): -1203797 or 11248109. OLE color: 11248109.

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

Color convert

RGB237161171-
CMYK00.320.280.07
HSL352.11º67.86%78.04%-
HSV(B)352.11º32.07%92.94%-
XYZ55.0246.4344.59-
YUV184.86120.18165.19-

RGB Variations

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

RGB

RED value IS 237 (92.97% from 255) = 41.65%
GREEN value IS 161 (63.28% from 255) = 28.30%
BLUE value IS 171 (67.19% from 255) = 30.05%
R=41.65%
G=28.30%
B=30.05%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.32
Y (Yellow) values IS 0.28
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal23716117100.320.280.07352.1167.8678.04
HexEDA1AB0201C7160444e
Octal355241253040347540104116
Binary11101101101000011010101101000001110011110110000010001001001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EDA1AB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EDA1AB; }

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

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

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

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

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

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

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

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