#ED93B3

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

Shades of Illusion #ED93B3

Tints of Illusion #ED93B3

Color information

#ED93B3 (or 0xED93B3) is unknown color: approx Illusion. HEX triplet: ED, 93 and B3. RGB value is (237,147,179). Sum of RGB (Red+Green+Blue) = 237+147+179=563 (74% of max value = 765). Red value is 237 (92.97% from 255 or 42.10% from 563); Green value is 147 (57.81% from 255 or 26.11% from 563); Blue value is 179 (70.31% from 255 or 31.79% from 563); Max value from RGB is 237 - color contains mainly: red. Hex color #ED93B3 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #ED93B3 is #126C4C. Grayscale: #B1B1B1. Windows color (decimal): -1207373 or 11768813. OLE color: 11768813.

HSL color Cylindrical-coordinate representation of color #ED93B3: hue angle of 338.67º degrees, saturation: 0.71, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #ED93B3 is Cyan = 0, Magento = 0.38, Yellow = 0.24 and Black (K on CMYK) = 0.07.

Color convert

RGB237147179-
CMYK00.380.240.07
HSL338.67º71.43%75.29%-
HSV(B)338.67º37.97%92.94%-
XYZ53.542.1347.96-
YUV177.56128.82170.4-

RGB Variations

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

RGB

RED value IS 237 (92.97% from 255) = 42.10%
GREEN value IS 147 (57.81% from 255) = 26.11%
BLUE value IS 179 (70.31% from 255) = 31.79%
R=42.10%
G=26.11%
B=31.79%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.38
Y (Yellow) values IS 0.24
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal23714717900.380.240.07338.6771.4375.29
HexED93B3026187153474b
Octal355223263046307523107113
Binary11101101100100111011001101001101100011110101001110001111001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ED93B3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ED93B3; }

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

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

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

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

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

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

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

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