#ED8EAD

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

Shades of Illusion #ED8EAD

Tints of Illusion #ED8EAD

Color information

#ED8EAD (or 0xED8EAD) is unknown color: approx Illusion. HEX triplet: ED, 8E and AD. RGB value is (237,142,173). Sum of RGB (Red+Green+Blue) = 237+142+173=552 (73% of max value = 765). Red value is 237 (92.97% from 255 or 42.93% from 552); Green value is 142 (55.86% from 255 or 25.72% from 552); Blue value is 173 (67.97% from 255 or 31.34% from 552); Max value from RGB is 237 - color contains mainly: red. Hex color #ED8EAD is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #ED8EAD is #127152. Grayscale: #ADADAD. Windows color (decimal): -1208659 or 11374317. OLE color: 11374317.

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

Color convert

RGB237142173-
CMYK00.400.270.07
HSL340.42º72.52%74.31%-
HSV(B)340.42º40.08%92.94%-
XYZ52.1440.3744.58-
YUV173.94127.47172.98-

RGB Variations

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

RGB

RED value IS 237 (92.97% from 255) = 42.93%
GREEN value IS 142 (55.86% from 255) = 25.72%
BLUE value IS 173 (67.97% from 255) = 31.34%
R=42.93%
G=25.72%
B=31.34%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.40
Y (Yellow) values IS 0.27
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal23714217300.400.270.07340.4272.5274.31
HexED8EAD0281B7154494a
Octal355216255050337524111112
Binary11101101100011101010110101010001101111110101010010010011001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ED8EAD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ED8EAD; }

 p { color: rgb(237,142,173); }

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

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

 a { background-color: rgb(237,142,173); }

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

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

 span { border-color: rgb(237,142,173); }

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