#ED92AE

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

Shades of Illusion #ED92AE

Tints of Illusion #ED92AE

Color information

#ED92AE (or 0xED92AE) is unknown color: approx Illusion. HEX triplet: ED, 92 and AE. RGB value is (237,146,174). Sum of RGB (Red+Green+Blue) = 237+146+174=557 (73% of max value = 765). Red value is 237 (92.97% from 255 or 42.55% from 557); Green value is 146 (57.42% from 255 or 26.21% from 557); Blue value is 174 (68.36% from 255 or 31.24% from 557); Max value from RGB is 237 - color contains mainly: red. Hex color #ED92AE is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #ED92AE is #126D51. Grayscale: #B0B0B0. Windows color (decimal): -1207634 or 11440877. OLE color: 11440877.

HSL color Cylindrical-coordinate representation of color #ED92AE: hue angle of 341.54º degrees, saturation: 0.72, 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 #ED92AE is Cyan = 0, Magento = 0.38, Yellow = 0.27 and Black (K on CMYK) = 0.07.

Color convert

RGB237146174-
CMYK00.380.270.07
HSL341.54º71.65%75.1%-
HSV(B)341.54º38.4%92.94%-
XYZ52.8441.6245.29-
YUV176.4126.65171.22-

RGB Variations

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

RGB

RED value IS 237 (92.97% from 255) = 42.55%
GREEN value IS 146 (57.42% from 255) = 26.21%
BLUE value IS 174 (68.36% from 255) = 31.24%
R=42.55%
G=26.21%
B=31.24%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.38
Y (Yellow) values IS 0.27
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal23714617400.380.270.07341.5471.6575.1
HexED92AE0261B7156484b
Octal355222256046337526110113
Binary11101101100100101010111001001101101111110101011010010001001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ED92AE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ED92AE; }

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

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

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

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

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

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

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

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