#EDA1B4

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

Shades of Illusion #EDA1B4

Tints of Illusion #EDA1B4

Color information

#EDA1B4 (or 0xEDA1B4) is unknown color: approx Illusion. HEX triplet: ED, A1 and B4. RGB value is (237,161,180). Sum of RGB (Red+Green+Blue) = 237+161+180=578 (76% of max value = 765). Red value is 237 (92.97% from 255 or 41.00% from 578); Green value is 161 (63.28% from 255 or 27.85% from 578); Blue value is 180 (70.70% from 255 or 31.14% from 578); Max value from RGB is 237 - color contains mainly: red. Hex color #EDA1B4 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #EDA1B4 is #125E4B. Grayscale: #B9B9B9. Windows color (decimal): -1203788 or 11837933. OLE color: 11837933.

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

Color convert

RGB237161180-
CMYK00.320.240.07
HSL345º67.86%78.04%-
HSV(B)345º32.07%92.94%-
XYZ55.9146.7949.26-
YUV185.89124.68164.46-

RGB Variations

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

RGB

RED value IS 237 (92.97% from 255) = 41.00%
GREEN value IS 161 (63.28% from 255) = 27.85%
BLUE value IS 180 (70.70% from 255) = 31.14%
R=41.00%
G=27.85%
B=31.14%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.32
Y (Yellow) values IS 0.24
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal23716118000.320.240.0734567.8678.04
HexEDA1B4020187159444e
Octal355241264040307531104116
Binary11101101101000011011010001000001100011110101100110001001001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EDA1B4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EDA1B4; }

 p { color: rgb(237,161,180); }

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

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

 a { background-color: rgb(237,161,180); }

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

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

 span { border-color: rgb(237,161,180); }

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