#ED9AAE

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

Shades of Illusion #ED9AAE

Tints of Illusion #ED9AAE

Color information

#ED9AAE (or 0xED9AAE) is unknown color: approx Illusion. HEX triplet: ED, 9A and AE. RGB value is (237,154,174). Sum of RGB (Red+Green+Blue) = 237+154+174=565 (74% of max value = 765). Red value is 237 (92.97% from 255 or 41.95% from 565); Green value is 154 (60.55% from 255 or 27.26% from 565); Blue value is 174 (68.36% from 255 or 30.80% from 565); Max value from RGB is 237 - color contains mainly: red. Hex color #ED9AAE is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #ED9AAE is #126551. Grayscale: #B5B5B5. Windows color (decimal): -1205586 or 11442925. OLE color: 11442925.

HSL color Cylindrical-coordinate representation of color #ED9AAE: hue angle of 345.54º degrees, saturation: 0.7, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #ED9AAE is Cyan = 0, Magento = 0.35, Yellow = 0.27 and Black (K on CMYK) = 0.07.

Color convert

RGB237154174-
CMYK00.350.270.07
HSL345.54º69.75%76.67%-
HSV(B)345.54º35.02%92.94%-
XYZ54.1244.1745.72-
YUV181.1124167.87-

RGB Variations

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

RGB

RED value IS 237 (92.97% from 255) = 41.95%
GREEN value IS 154 (60.55% from 255) = 27.26%
BLUE value IS 174 (68.36% from 255) = 30.80%
R=41.95%
G=27.26%
B=30.80%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.35
Y (Yellow) values IS 0.27
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal23715417400.350.270.07345.5469.7576.67
HexED9AAE0231B715a464d
Octal355232256043337532106115
Binary11101101100110101010111001000111101111110101101010001101001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ED9AAE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ED9AAE; }

 p { color: rgb(237,154,174); }

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

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

 a { background-color: rgb(237,154,174); }

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

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

 span { border-color: rgb(237,154,174); }

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