#EDA3B5

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

Shades of Illusion #EDA3B5

Tints of Illusion #EDA3B5

Color information

#EDA3B5 (or 0xEDA3B5) is unknown color: approx Illusion. HEX triplet: ED, A3 and B5. RGB value is (237,163,181). Sum of RGB (Red+Green+Blue) = 237+163+181=581 (76% of max value = 765). Red value is 237 (92.97% from 255 or 40.79% from 581); Green value is 163 (64.06% from 255 or 28.06% from 581); Blue value is 181 (71.09% from 255 or 31.15% from 581); Max value from RGB is 237 - color contains mainly: red. Hex color #EDA3B5 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #EDA3B5 is #125C4A. Grayscale: #BBBBBB. Windows color (decimal): -1203275 or 11903981. OLE color: 11903981.

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

Color convert

RGB237163181-
CMYK00.310.240.07
HSL345.41º67.27%78.43%-
HSV(B)345.41º31.22%92.94%-
XYZ56.3647.5449.92-
YUV187.18124.52163.54-

RGB Variations

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

RGB

RED value IS 237 (92.97% from 255) = 40.79%
GREEN value IS 163 (64.06% from 255) = 28.06%
BLUE value IS 181 (71.09% from 255) = 31.15%
R=40.79%
G=28.06%
B=31.15%

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
Decimal23716318100.310.240.07345.4167.2778.43
HexEDA3B501F187159434e
Octal355243265037307531103116
Binary1110110110100011101101010111111100011110101100110000111001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EDA3B5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EDA3B5; }

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

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

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

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

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

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

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

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