#ED9EAC

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

Shades of Illusion #ED9EAC

Tints of Illusion #ED9EAC

Color information

#ED9EAC (or 0xED9EAC) is unknown color: approx Illusion. HEX triplet: ED, 9E and AC. RGB value is (237,158,172). Sum of RGB (Red+Green+Blue) = 237+158+172=567 (75% of max value = 765). Red value is 237 (92.97% from 255 or 41.80% from 567); Green value is 158 (62.11% from 255 or 27.87% from 567); Blue value is 172 (67.58% from 255 or 30.34% from 567); Max value from RGB is 237 - color contains mainly: red. Hex color #ED9EAC is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #ED9EAC is #126153. Grayscale: #B7B7B7. Windows color (decimal): -1204564 or 11312877. OLE color: 11312877.

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

Color convert

RGB237158172-
CMYK00.330.270.07
HSL349.37º68.7%77.45%-
HSV(B)349.37º33.33%92.94%-
XYZ54.645.4444.92-
YUV183.22121.67166.36-

RGB Variations

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

RGB

RED value IS 237 (92.97% from 255) = 41.80%
GREEN value IS 158 (62.11% from 255) = 27.87%
BLUE value IS 172 (67.58% from 255) = 30.34%
R=41.80%
G=27.87%
B=30.34%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.33
Y (Yellow) values IS 0.27
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal23715817200.330.270.07349.3768.777.45
HexED9EAC0211B715d454d
Octal355236254041337535105115
Binary11101101100111101010110001000011101111110101110110001011001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ED9EAC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ED9EAC; }

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

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

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

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

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

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

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

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