#ED9BA9

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

Shades of Illusion #ED9BA9

Tints of Illusion #ED9BA9

Color information

#ED9BA9 (or 0xED9BA9) is unknown color: approx Illusion. HEX triplet: ED, 9B and A9. RGB value is (237,155,169). Sum of RGB (Red+Green+Blue) = 237+155+169=561 (74% of max value = 765). Red value is 237 (92.97% from 255 or 42.25% from 561); Green value is 155 (60.94% from 255 or 27.63% from 561); Blue value is 169 (66.41% from 255 or 30.12% from 561); Max value from RGB is 237 - color contains mainly: red. Hex color #ED9BA9 is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #ED9BA9 is #126456. Grayscale: #B5B5B5. Windows color (decimal): -1205335 or 11115501. OLE color: 11115501.

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

Color convert

RGB237155169-
CMYK00.350.290.07
HSL349.76º69.49%76.86%-
HSV(B)349.76º34.6%92.94%-
XYZ53.8144.3143.25-
YUV181.11121.17167.86-

RGB Variations

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

RGB

RED value IS 237 (92.97% from 255) = 42.25%
GREEN value IS 155 (60.94% from 255) = 27.63%
BLUE value IS 169 (66.41% from 255) = 30.12%
R=42.25%
G=27.63%
B=30.12%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.35
Y (Yellow) values IS 0.29
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal23715516900.350.290.07349.7669.4976.86
HexED9BA90231D715e454d
Octal355233251043357536105115
Binary11101101100110111010100101000111110111110101111010001011001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ED9BA9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ED9BA9; }

 p { color: rgb(237,155,169); }

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

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

 a { background-color: rgb(237,155,169); }

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

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

 span { border-color: rgb(237,155,169); }

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