#ED9CAE

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

Shades of Illusion #ED9CAE

Tints of Illusion #ED9CAE

Color information

#ED9CAE (or 0xED9CAE) is unknown color: approx Illusion. HEX triplet: ED, 9C and AE. RGB value is (237,156,174). Sum of RGB (Red+Green+Blue) = 237+156+174=567 (75% of max value = 765). Red value is 237 (92.97% from 255 or 41.80% from 567); Green value is 156 (61.33% from 255 or 27.51% from 567); Blue value is 174 (68.36% from 255 or 30.69% from 567); Max value from RGB is 237 - color contains mainly: red. Hex color #ED9CAE is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #ED9CAE is #126351. Grayscale: #B6B6B6. Windows color (decimal): -1205074 or 11443437. OLE color: 11443437.

HSL color Cylindrical-coordinate representation of color #ED9CAE: hue angle of 346.67º degrees, saturation: 0.69, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #ED9CAE is Cyan = 0, Magento = 0.34, Yellow = 0.27 and Black (K on CMYK) = 0.07.

Color convert

RGB237156174-
CMYK00.340.270.07
HSL346.67º69.23%77.06%-
HSV(B)346.67º34.18%92.94%-
XYZ54.4544.8445.83-
YUV182.27123.34167.04-

RGB Variations

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

RGB

RED value IS 237 (92.97% from 255) = 41.80%
GREEN value IS 156 (61.33% from 255) = 27.51%
BLUE value IS 174 (68.36% from 255) = 30.69%
R=41.80%
G=27.51%
B=30.69%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.34
Y (Yellow) values IS 0.27
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal23715617400.340.270.07346.6769.2377.06
HexED9CAE0221B715b454d
Octal355234256042337533105115
Binary11101101100111001010111001000101101111110101101110001011001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ED9CAE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ED9CAE; }

 p { color: rgb(237,156,174); }

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

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

 a { background-color: rgb(237,156,174); }

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

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

 span { border-color: rgb(237,156,174); }

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