#ED9AAF

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

Shades of Illusion #ED9AAF

Tints of Illusion #ED9AAF

Color information

#ED9AAF (or 0xED9AAF) is unknown color: approx Illusion. HEX triplet: ED, 9A and AF. RGB value is (237,154,175). Sum of RGB (Red+Green+Blue) = 237+154+175=566 (74% of max value = 765). Red value is 237 (92.97% from 255 or 41.87% from 566); Green value is 154 (60.55% from 255 or 27.21% from 566); Blue value is 175 (68.75% from 255 or 30.92% from 566); Max value from RGB is 237 - color contains mainly: red. Hex color #ED9AAF is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #ED9AAF is #126550. Grayscale: #B5B5B5. Windows color (decimal): -1205585 or 11508461. OLE color: 11508461.

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

Color convert

RGB237154175-
CMYK00.350.260.07
HSL344.82º69.75%76.67%-
HSV(B)344.82º35.02%92.94%-
XYZ54.2244.2146.23-
YUV181.21124.5167.79-

RGB Variations

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

RGB

RED value IS 237 (92.97% from 255) = 41.87%
GREEN value IS 154 (60.55% from 255) = 27.21%
BLUE value IS 175 (68.75% from 255) = 30.92%
R=41.87%
G=27.21%
B=30.92%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.35
Y (Yellow) values IS 0.26
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal23715417500.350.260.07344.8269.7576.67
HexED9AAF0231A7159464d
Octal355232257043327531106115
Binary11101101100110101010111101000111101011110101100110001101001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ED9AAF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ED9AAF; }

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

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

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

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

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

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

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

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