#EDA3B7

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

Shades of Illusion #EDA3B7

Tints of Illusion #EDA3B7

Color information

#EDA3B7 (or 0xEDA3B7) is unknown color: approx Illusion. HEX triplet: ED, A3 and B7. RGB value is (237,163,183). Sum of RGB (Red+Green+Blue) = 237+163+183=583 (77% of max value = 765). Red value is 237 (92.97% from 255 or 40.65% from 583); Green value is 163 (64.06% from 255 or 27.96% from 583); Blue value is 183 (71.88% from 255 or 31.39% from 583); Max value from RGB is 237 - color contains mainly: red. Hex color #EDA3B7 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #EDA3B7 is #125C48. Grayscale: #BBBBBB. Windows color (decimal): -1203273 or 12035053. OLE color: 12035053.

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

Color convert

RGB237163183-
CMYK00.310.230.07
HSL343.78º67.27%78.43%-
HSV(B)343.78º31.22%92.94%-
XYZ56.5747.6251.01-
YUV187.41125.52163.37-

RGB Variations

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

RGB

RED value IS 237 (92.97% from 255) = 40.65%
GREEN value IS 163 (64.06% from 255) = 27.96%
BLUE value IS 183 (71.88% from 255) = 31.39%
R=40.65%
G=27.96%
B=31.39%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.31
Y (Yellow) values IS 0.23
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal23716318300.310.230.07343.7867.2778.43
HexEDA3B701F177158434e
Octal355243267037277530103116
Binary1110110110100011101101110111111011111110101100010000111001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EDA3B7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EDA3B7; }

 p { color: rgb(237,163,183); }

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

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

 a { background-color: rgb(237,163,183); }

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

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

 span { border-color: rgb(237,163,183); }

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