#ED88B1

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

Shades of Illusion #ED88B1

Tints of Illusion #ED88B1

Color information

#ED88B1 (or 0xED88B1) is unknown color: approx Illusion. HEX triplet: ED, 88 and B1. RGB value is (237,136,177). Sum of RGB (Red+Green+Blue) = 237+136+177=550 (72% of max value = 765). Red value is 237 (92.97% from 255 or 43.09% from 550); Green value is 136 (53.52% from 255 or 24.73% from 550); Blue value is 177 (69.53% from 255 or 32.18% from 550); Max value from RGB is 237 - color contains mainly: red. Hex color #ED88B1 is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #ED88B1 is #12774E. Grayscale: #AAAAAA. Windows color (decimal): -1210191 or 11634925. OLE color: 11634925.

HSL color Cylindrical-coordinate representation of color #ED88B1: hue angle of 335.64º degrees, saturation: 0.74, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #ED88B1 is Cyan = 0, Magento = 0.43, Yellow = 0.25 and Black (K on CMYK) = 0.07.

Color convert

RGB237136177-
CMYK00.430.250.07
HSL335.64º73.72%73.14%-
HSV(B)335.64º42.62%92.94%-
XYZ51.6738.7946.36-
YUV170.87131.46175.17-

RGB Variations

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

RGB

RED value IS 237 (92.97% from 255) = 43.09%
GREEN value IS 136 (53.52% from 255) = 24.73%
BLUE value IS 177 (69.53% from 255) = 32.18%
R=43.09%
G=24.73%
B=32.18%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.43
Y (Yellow) values IS 0.25
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal23713617700.430.250.07335.6473.7273.14
HexED88B102B1971504a49
Octal355210261053317520112111
Binary11101101100010001011000101010111100111110101000010010101001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ED88B1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ED88B1; }

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

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

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

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

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

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

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

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