#EDA4B3

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

Shades of Illusion #EDA4B3

Tints of Illusion #EDA4B3

Color information

#EDA4B3 (or 0xEDA4B3) is unknown color: approx Illusion. HEX triplet: ED, A4 and B3. RGB value is (237,164,179). Sum of RGB (Red+Green+Blue) = 237+164+179=580 (76% of max value = 765). Red value is 237 (92.97% from 255 or 40.86% from 580); Green value is 164 (64.45% from 255 or 28.28% from 580); Blue value is 179 (70.31% from 255 or 30.86% from 580); Max value from RGB is 237 - color contains mainly: red. Hex color #EDA4B3 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #EDA4B3 is #125B4C. Grayscale: #BBBBBB. Windows color (decimal): -1203021 or 11773165. OLE color: 11773165.

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

Color convert

RGB237164179-
CMYK00.310.240.07
HSL347.67º66.97%78.63%-
HSV(B)347.67º30.8%92.94%-
XYZ56.3447.8148.91-
YUV187.54123.18163.28-

RGB Variations

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

RGB

RED value IS 237 (92.97% from 255) = 40.86%
GREEN value IS 164 (64.45% from 255) = 28.28%
BLUE value IS 179 (70.31% from 255) = 30.86%
R=40.86%
G=28.28%
B=30.86%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.31
Y (Yellow) values IS 0.24
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal23716417900.310.240.07347.6766.9778.63
HexEDA4B301F18715c434f
Octal355244263037307534103117
Binary1110110110100100101100110111111100011110101110010000111001111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EDA4B3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EDA4B3; }

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

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

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

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

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

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

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

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