#ED9AB5

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

Shades of Illusion #ED9AB5

Tints of Illusion #ED9AB5

Color information

#ED9AB5 (or 0xED9AB5) is unknown color: approx Illusion. HEX triplet: ED, 9A and B5. RGB value is (237,154,181). Sum of RGB (Red+Green+Blue) = 237+154+181=572 (75% of max value = 765). Red value is 237 (92.97% from 255 or 41.43% from 572); Green value is 154 (60.55% from 255 or 26.92% from 572); Blue value is 181 (71.09% from 255 or 31.64% from 572); Max value from RGB is 237 - color contains mainly: red. Hex color #ED9AB5 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #ED9AB5 is #12654A. Grayscale: #B5B5B5. Windows color (decimal): -1205579 or 11901677. OLE color: 11901677.

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

Color convert

RGB237154181-
CMYK00.350.240.07
HSL340.48º69.75%76.67%-
HSV(B)340.48º35.02%92.94%-
XYZ54.8244.4549.41-
YUV181.9127.5167.3-

RGB Variations

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

RGB

RED value IS 237 (92.97% from 255) = 41.43%
GREEN value IS 154 (60.55% from 255) = 26.92%
BLUE value IS 181 (71.09% from 255) = 31.64%
R=41.43%
G=26.92%
B=31.64%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.35
Y (Yellow) values IS 0.24
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal23715418100.350.240.07340.4869.7576.67
HexED9AB5023187154464d
Octal355232265043307524106115
Binary11101101100110101011010101000111100011110101010010001101001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ED9AB5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ED9AB5; }

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

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

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

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

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

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

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

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