#EDA1A8

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

Shades of Illusion #EDA1A8

Tints of Illusion #EDA1A8

Color information

#EDA1A8 (or 0xEDA1A8) is unknown color: approx Illusion. HEX triplet: ED, A1 and A8. RGB value is (237,161,168). Sum of RGB (Red+Green+Blue) = 237+161+168=566 (74% of max value = 765). Red value is 237 (92.97% from 255 or 41.87% from 566); Green value is 161 (63.28% from 255 or 28.45% from 566); Blue value is 168 (66.02% from 255 or 29.68% from 566); Max value from RGB is 237 - color contains mainly: red. Hex color #EDA1A8 is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #EDA1A8 is #125E57. Grayscale: #B8B8B8. Windows color (decimal): -1203800 or 11051501. OLE color: 11051501.

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

Color convert

RGB237161168-
CMYK00.320.290.07
HSL354.47º67.86%78.04%-
HSV(B)354.47º32.07%92.94%-
XYZ54.7446.3243.1-
YUV184.52118.68165.43-

RGB Variations

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

RGB

RED value IS 237 (92.97% from 255) = 41.87%
GREEN value IS 161 (63.28% from 255) = 28.45%
BLUE value IS 168 (66.02% from 255) = 29.68%
R=41.87%
G=28.45%
B=29.68%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.32
Y (Yellow) values IS 0.29
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal23716116800.320.290.07354.4767.8678.04
HexEDA1A80201D7162444e
Octal355241250040357542104116
Binary11101101101000011010100001000001110111110110001010001001001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EDA1A8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EDA1A8; }

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

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

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

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

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

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

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

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