#ED88B3

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

Shades of Illusion #ED88B3

Tints of Illusion #ED88B3

Color information

#ED88B3 (or 0xED88B3) is unknown color: approx Illusion. HEX triplet: ED, 88 and B3. RGB value is (237,136,179). Sum of RGB (Red+Green+Blue) = 237+136+179=552 (73% of max value = 765). Red value is 237 (92.97% from 255 or 42.93% from 552); Green value is 136 (53.52% from 255 or 24.64% from 552); Blue value is 179 (70.31% from 255 or 32.43% from 552); Max value from RGB is 237 - color contains mainly: red. Hex color #ED88B3 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #ED88B3 is #12774C. Grayscale: #ABABAB. Windows color (decimal): -1210189 or 11765997. OLE color: 11765997.

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

Color convert

RGB237136179-
CMYK00.430.240.07
HSL334.46º73.72%73.14%-
HSV(B)334.46º42.62%92.94%-
XYZ51.8738.8747.42-
YUV171.1132.46175-

RGB Variations

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

RGB

RED value IS 237 (92.97% from 255) = 42.93%
GREEN value IS 136 (53.52% from 255) = 24.64%
BLUE value IS 179 (70.31% from 255) = 32.43%
R=42.93%
G=24.64%
B=32.43%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.43
Y (Yellow) values IS 0.24
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal23713617900.430.240.07334.4673.7273.14
HexED88B302B18714e4a49
Octal355210263053307516112111
Binary11101101100010001011001101010111100011110100111010010101001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ED88B3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ED88B3; }

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

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

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

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

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

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

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

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