#EDA4B9

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

Shades of Illusion #EDA4B9

Tints of Illusion #EDA4B9

Color information

#EDA4B9 (or 0xEDA4B9) is unknown color: approx Illusion. HEX triplet: ED, A4 and B9. RGB value is (237,164,185). Sum of RGB (Red+Green+Blue) = 237+164+185=586 (77% of max value = 765). Red value is 237 (92.97% from 255 or 40.44% from 586); Green value is 164 (64.45% from 255 or 27.99% from 586); Blue value is 185 (72.66% from 255 or 31.57% from 586); Max value from RGB is 237 - color contains mainly: red. Hex color #EDA4B9 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #EDA4B9 is #125B46. Grayscale: #BCBCBC. Windows color (decimal): -1203015 or 12166381. OLE color: 12166381.

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

Color convert

RGB237164185-
CMYK00.310.220.07
HSL342.74º66.97%78.63%-
HSV(B)342.74º30.8%92.94%-
XYZ56.9648.0652.17-
YUV188.22126.18162.79-

RGB Variations

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

RGB

RED value IS 237 (92.97% from 255) = 40.44%
GREEN value IS 164 (64.45% from 255) = 27.99%
BLUE value IS 185 (72.66% from 255) = 31.57%
R=40.44%
G=27.99%
B=31.57%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.31
Y (Yellow) values IS 0.22
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal23716418500.310.220.07342.7466.9778.63
HexEDA4B901F167157434f
Octal355244271037267527103117
Binary1110110110100100101110010111111011011110101011110000111001111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EDA4B9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EDA4B9; }

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

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

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

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

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

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

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

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