#ED90AF

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

Shades of Illusion #ED90AF

Tints of Illusion #ED90AF

Color information

#ED90AF (or 0xED90AF) is unknown color: approx Illusion. HEX triplet: ED, 90 and AF. RGB value is (237,144,175). Sum of RGB (Red+Green+Blue) = 237+144+175=556 (73% of max value = 765). Red value is 237 (92.97% from 255 or 42.63% from 556); Green value is 144 (56.64% from 255 or 25.90% from 556); Blue value is 175 (68.75% from 255 or 31.47% from 556); Max value from RGB is 237 - color contains mainly: red. Hex color #ED90AF is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #ED90AF is #126F50. Grayscale: #AFAFAF. Windows color (decimal): -1208145 or 11505901. OLE color: 11505901.

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

Color convert

RGB237144175-
CMYK00.390.260.07
HSL340º72.09%74.71%-
HSV(B)340º39.24%92.94%-
XYZ52.6441.0545.71-
YUV175.34127.81171.98-

RGB Variations

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

RGB

RED value IS 237 (92.97% from 255) = 42.63%
GREEN value IS 144 (56.64% from 255) = 25.90%
BLUE value IS 175 (68.75% from 255) = 31.47%
R=42.63%
G=25.90%
B=31.47%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.39
Y (Yellow) values IS 0.26
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal23714417500.390.260.0734072.0974.71
HexED90AF0271A7154484b
Octal355220257047327524110113
Binary11101101100100001010111101001111101011110101010010010001001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ED90AF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ED90AF; }

 p { color: rgb(237,144,175); }

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

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

 a { background-color: rgb(237,144,175); }

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

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

 span { border-color: rgb(237,144,175); }

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