#ED91AC

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

Shades of Illusion #ED91AC

Tints of Illusion #ED91AC

Color information

#ED91AC (or 0xED91AC) is unknown color: approx Illusion. HEX triplet: ED, 91 and AC. RGB value is (237,145,172). Sum of RGB (Red+Green+Blue) = 237+145+172=554 (73% of max value = 765). Red value is 237 (92.97% from 255 or 42.78% from 554); Green value is 145 (57.03% from 255 or 26.17% from 554); Blue value is 172 (67.58% from 255 or 31.05% from 554); Max value from RGB is 237 - color contains mainly: red. Hex color #ED91AC is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #ED91AC is #126E53. Grayscale: #AFAFAF. Windows color (decimal): -1207892 or 11309549. OLE color: 11309549.

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

Color convert

RGB237145172-
CMYK00.390.270.07
HSL342.39º71.88%74.9%-
HSV(B)342.39º38.82%92.94%-
XYZ52.541.2344.22-
YUV175.59125.98171.8-

RGB Variations

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

RGB

RED value IS 237 (92.97% from 255) = 42.78%
GREEN value IS 145 (57.03% from 255) = 26.17%
BLUE value IS 172 (67.58% from 255) = 31.05%
R=42.78%
G=26.17%
B=31.05%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.39
Y (Yellow) values IS 0.27
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal23714517200.390.270.07342.3971.8874.9
HexED91AC0271B7156484b
Octal355221254047337526110113
Binary11101101100100011010110001001111101111110101011010010001001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ED91AC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ED91AC; }

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

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

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

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

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

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

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

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