#ED9AAC

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

Shades of Illusion #ED9AAC

Tints of Illusion #ED9AAC

Color information

#ED9AAC (or 0xED9AAC) is unknown color: approx Illusion. HEX triplet: ED, 9A and AC. RGB value is (237,154,172). Sum of RGB (Red+Green+Blue) = 237+154+172=563 (74% of max value = 765). Red value is 237 (92.97% from 255 or 42.10% from 563); Green value is 154 (60.55% from 255 or 27.35% from 563); Blue value is 172 (67.58% from 255 or 30.55% from 563); Max value from RGB is 237 - color contains mainly: red. Hex color #ED9AAC is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #ED9AAC is #126553. Grayscale: #B4B4B4. Windows color (decimal): -1205588 or 11311853. OLE color: 11311853.

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

Color convert

RGB237154172-
CMYK00.350.270.07
HSL346.99º69.75%76.67%-
HSV(B)346.99º35.02%92.94%-
XYZ53.9344.0944.7-
YUV180.87123168.04-

RGB Variations

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

RGB

RED value IS 237 (92.97% from 255) = 42.10%
GREEN value IS 154 (60.55% from 255) = 27.35%
BLUE value IS 172 (67.58% from 255) = 30.55%
R=42.10%
G=27.35%
B=30.55%

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
Decimal23715417200.350.270.07346.9969.7576.67
HexED9AAC0231B715b464d
Octal355232254043337533106115
Binary11101101100110101010110001000111101111110101101110001101001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ED9AAC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ED9AAC; }

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

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

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

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

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

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

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

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