#E990AF

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

Shades of Illusion #E990AF

Tints of Illusion #E990AF

Color information

#E990AF (or 0xE990AF) is unknown color: approx Illusion. HEX triplet: E9, 90 and AF. RGB value is (233,144,175). Sum of RGB (Red+Green+Blue) = 233+144+175=552 (73% of max value = 765). Red value is 233 (91.41% from 255 or 42.21% from 552); Green value is 144 (56.64% from 255 or 26.09% from 552); Blue value is 175 (68.75% from 255 or 31.70% from 552); Max value from RGB is 233 - color contains mainly: red. Hex color #E990AF is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #E990AF is #166F50. Grayscale: #AEAEAE. Windows color (decimal): -1470289 or 11505897. OLE color: 11505897.

HSL color Cylindrical-coordinate representation of color #E990AF: hue angle of 339.1º degrees, saturation: 0.67, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #E990AF is Cyan = 0, Magento = 0.38, Yellow = 0.25 and Black (K on CMYK) = 0.09.

Color convert

RGB233144175-
CMYK00.380.250.09
HSL339.1º66.92%73.92%-
HSV(B)339.1º38.2%91.37%-
XYZ51.3240.3745.64-
YUV174.14128.49169.98-

RGB Variations

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

RGB

RED value IS 233 (91.41% from 255) = 42.21%
GREEN value IS 144 (56.64% from 255) = 26.09%
BLUE value IS 175 (68.75% from 255) = 31.70%
R=42.21%
G=26.09%
B=31.70%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.38
Y (Yellow) values IS 0.25
K (Black) values IS 0.09
SystemRedGreenBlueCMYKHSL
Decimal23314417500.380.250.09339.166.9273.92
HexE990AF026199153434a
Octal3512202570463111523103112
Binary111010011001000010101111010011011001100110101001110000111001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E990AF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E990AF; }

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

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

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

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

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

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

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

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