#EDA4B0

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

Shades of Illusion #EDA4B0

Tints of Illusion #EDA4B0

Color information

#EDA4B0 (or 0xEDA4B0) is unknown color: approx Illusion. HEX triplet: ED, A4 and B0. RGB value is (237,164,176). Sum of RGB (Red+Green+Blue) = 237+164+176=577 (76% of max value = 765). Red value is 237 (92.97% from 255 or 41.07% from 577); Green value is 164 (64.45% from 255 or 28.42% from 577); Blue value is 176 (69.14% from 255 or 30.50% from 577); Max value from RGB is 237 - color contains mainly: red. Hex color #EDA4B0 is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #EDA4B0 is #125B4F. Grayscale: #BBBBBB. Windows color (decimal): -1203024 or 11576557. OLE color: 11576557.

HSL color Cylindrical-coordinate representation of color #EDA4B0: hue angle of 350.14º degrees, saturation: 0.67, lightness: 0.79%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #EDA4B0 is Cyan = 0, Magento = 0.31, Yellow = 0.26 and Black (K on CMYK) = 0.07.

Color convert

RGB237164176-
CMYK00.310.260.07
HSL350.14º66.97%78.63%-
HSV(B)350.14º30.8%92.94%-
XYZ56.0447.6947.33-
YUV187.2121.68163.52-

RGB Variations

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

RGB

RED value IS 237 (92.97% from 255) = 41.07%
GREEN value IS 164 (64.45% from 255) = 28.42%
BLUE value IS 176 (69.14% from 255) = 30.50%
R=41.07%
G=28.42%
B=30.50%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.31
Y (Yellow) values IS 0.26
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal23716417600.310.260.07350.1466.9778.63
HexEDA4B001F1A715e434f
Octal355244260037327536103117
Binary1110110110100100101100000111111101011110101111010000111001111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EDA4B0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EDA4B0; }

 p { color: rgb(237,164,176); }

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

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

 a { background-color: rgb(237,164,176); }

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

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

 span { border-color: rgb(237,164,176); }

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