#ED9BAA

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

Shades of Illusion #ED9BAA

Tints of Illusion #ED9BAA

Color information

#ED9BAA (or 0xED9BAA) is unknown color: approx Illusion. HEX triplet: ED, 9B and AA. RGB value is (237,155,170). Sum of RGB (Red+Green+Blue) = 237+155+170=562 (74% of max value = 765). Red value is 237 (92.97% from 255 or 42.17% from 562); Green value is 155 (60.94% from 255 or 27.58% from 562); Blue value is 170 (66.80% from 255 or 30.25% from 562); Max value from RGB is 237 - color contains mainly: red. Hex color #ED9BAA is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #ED9BAA is #126455. Grayscale: #B5B5B5. Windows color (decimal): -1205334 or 11181037. OLE color: 11181037.

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

Color convert

RGB237155170-
CMYK00.350.280.07
HSL349.02º69.49%76.86%-
HSV(B)349.02º34.6%92.94%-
XYZ53.944.3543.75-
YUV181.23121.67167.78-

RGB Variations

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

RGB

RED value IS 237 (92.97% from 255) = 42.17%
GREEN value IS 155 (60.94% from 255) = 27.58%
BLUE value IS 170 (66.80% from 255) = 30.25%
R=42.17%
G=27.58%
B=30.25%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.35
Y (Yellow) values IS 0.28
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal23715517000.350.280.07349.0269.4976.86
HexED9BAA0231C715d454d
Octal355233252043347535105115
Binary11101101100110111010101001000111110011110101110110001011001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ED9BAA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ED9BAA; }

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

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

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

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

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

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

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

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