#EDA4B2

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

Shades of Illusion #EDA4B2

Tints of Illusion #EDA4B2

Color information

#EDA4B2 (or 0xEDA4B2) is unknown color: approx Illusion. HEX triplet: ED, A4 and B2. RGB value is (237,164,178). Sum of RGB (Red+Green+Blue) = 237+164+178=579 (76% of max value = 765). Red value is 237 (92.97% from 255 or 40.93% from 579); Green value is 164 (64.45% from 255 or 28.32% from 579); Blue value is 178 (69.92% from 255 or 30.74% from 579); Max value from RGB is 237 - color contains mainly: red. Hex color #EDA4B2 is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #EDA4B2 is #125B4D. Grayscale: #BBBBBB. Windows color (decimal): -1203022 or 11707629. OLE color: 11707629.

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

Color convert

RGB237164178-
CMYK00.310.250.07
HSL348.49º66.97%78.63%-
HSV(B)348.49º30.8%92.94%-
XYZ56.2447.7748.38-
YUV187.42122.68163.36-

RGB Variations

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

RGB

RED value IS 237 (92.97% from 255) = 40.93%
GREEN value IS 164 (64.45% from 255) = 28.32%
BLUE value IS 178 (69.92% from 255) = 30.74%
R=40.93%
G=28.32%
B=30.74%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.31
Y (Yellow) values IS 0.25
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal23716417800.310.250.07348.4966.9778.63
HexEDA4B201F19715c434f
Octal355244262037317534103117
Binary1110110110100100101100100111111100111110101110010000111001111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EDA4B2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EDA4B2; }

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

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

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

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

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

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

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

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