#ED9EB1

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

Shades of Illusion #ED9EB1

Tints of Illusion #ED9EB1

Color information

#ED9EB1 (or 0xED9EB1) is unknown color: approx Illusion. HEX triplet: ED, 9E and B1. RGB value is (237,158,177). Sum of RGB (Red+Green+Blue) = 237+158+177=572 (75% of max value = 765). Red value is 237 (92.97% from 255 or 41.43% from 572); Green value is 158 (62.11% from 255 or 27.62% from 572); Blue value is 177 (69.53% from 255 or 30.94% from 572); Max value from RGB is 237 - color contains mainly: red. Hex color #ED9EB1 is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #ED9EB1 is #12614E. Grayscale: #B7B7B7. Windows color (decimal): -1204559 or 11640557. OLE color: 11640557.

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

Color convert

RGB237158177-
CMYK00.330.250.07
HSL345.57º68.7%77.45%-
HSV(B)345.57º33.33%92.94%-
XYZ55.0945.6347.5-
YUV183.79124.17165.96-

RGB Variations

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

RGB

RED value IS 237 (92.97% from 255) = 41.43%
GREEN value IS 158 (62.11% from 255) = 27.62%
BLUE value IS 177 (69.53% from 255) = 30.94%
R=41.43%
G=27.62%
B=30.94%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.33
Y (Yellow) values IS 0.25
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal23715817700.330.250.07345.5768.777.45
HexED9EB102119715a454d
Octal355236261041317532105115
Binary11101101100111101011000101000011100111110101101010001011001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ED9EB1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ED9EB1; }

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

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

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

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

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

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

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

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