#ED9AAB

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

Shades of Illusion #ED9AAB

Tints of Illusion #ED9AAB

Color information

#ED9AAB (or 0xED9AAB) is unknown color: approx Illusion. HEX triplet: ED, 9A and AB. RGB value is (237,154,171). Sum of RGB (Red+Green+Blue) = 237+154+171=562 (74% of max value = 765). Red value is 237 (92.97% from 255 or 42.17% from 562); Green value is 154 (60.55% from 255 or 27.40% from 562); Blue value is 171 (67.19% from 255 or 30.43% from 562); Max value from RGB is 237 - color contains mainly: red. Hex color #ED9AAB is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #ED9AAB is #126554. Grayscale: #B4B4B4. Windows color (decimal): -1205589 or 11246317. OLE color: 11246317.

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

Color convert

RGB237154171-
CMYK00.350.280.07
HSL347.71º69.75%76.67%-
HSV(B)347.71º35.02%92.94%-
XYZ53.8344.0644.19-
YUV180.76122.5168.12-

RGB Variations

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

RGB

RED value IS 237 (92.97% from 255) = 42.17%
GREEN value IS 154 (60.55% from 255) = 27.40%
BLUE value IS 171 (67.19% from 255) = 30.43%
R=42.17%
G=27.40%
B=30.43%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.35
Y (Yellow) values IS 0.28
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal23715417100.350.280.07347.7169.7576.67
HexED9AAB0231C715c464d
Octal355232253043347534106115
Binary11101101100110101010101101000111110011110101110010001101001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ED9AAB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ED9AAB; }

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

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

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

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

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

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

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

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