#ED91B0

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

Shades of Illusion #ED91B0

Tints of Illusion #ED91B0

Color information

#ED91B0 (or 0xED91B0) is unknown color: approx Illusion. HEX triplet: ED, 91 and B0. RGB value is (237,145,176). Sum of RGB (Red+Green+Blue) = 237+145+176=558 (73% of max value = 765). Red value is 237 (92.97% from 255 or 42.47% from 558); Green value is 145 (57.03% from 255 or 25.99% from 558); Blue value is 176 (69.14% from 255 or 31.54% from 558); Max value from RGB is 237 - color contains mainly: red. Hex color #ED91B0 is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #ED91B0 is #126E4F. Grayscale: #B0B0B0. Windows color (decimal): -1207888 or 11571693. OLE color: 11571693.

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

Color convert

RGB237145176-
CMYK00.390.260.07
HSL339.78º71.88%74.9%-
HSV(B)339.78º38.82%92.94%-
XYZ52.8941.3946.28-
YUV176.04127.98171.48-

RGB Variations

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

RGB

RED value IS 237 (92.97% from 255) = 42.47%
GREEN value IS 145 (57.03% from 255) = 25.99%
BLUE value IS 176 (69.14% from 255) = 31.54%
R=42.47%
G=25.99%
B=31.54%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.39
Y (Yellow) values IS 0.26
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal23714517600.390.260.07339.7871.8874.9
HexED91B00271A7154484b
Octal355221260047327524110113
Binary11101101100100011011000001001111101011110101010010010001001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ED91B0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ED91B0; }

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

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

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

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

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

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

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

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