#EA90AD

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

Shades of Illusion #EA90AD

Tints of Illusion #EA90AD

Color information

#EA90AD (or 0xEA90AD) is unknown color: approx Illusion. HEX triplet: EA, 90 and AD. RGB value is (234,144,173). Sum of RGB (Red+Green+Blue) = 234+144+173=551 (72% of max value = 765). Red value is 234 (91.80% from 255 or 42.47% from 551); Green value is 144 (56.64% from 255 or 26.13% from 551); Blue value is 173 (67.97% from 255 or 31.40% from 551); Max value from RGB is 234 - color contains mainly: red. Hex color #EA90AD is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #EA90AD is #156F52. Grayscale: #AEAEAE. Windows color (decimal): -1404755 or 11374826. OLE color: 11374826.

HSL color Cylindrical-coordinate representation of color #EA90AD: hue angle of 340.67º degrees, saturation: 0.68, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #EA90AD is Cyan = 0, Magento = 0.38, Yellow = 0.26 and Black (K on CMYK) = 0.08.

Color convert

RGB234144173-
CMYK00.380.260.08
HSL340.67º68.18%74.12%-
HSV(B)340.67º38.46%91.76%-
XYZ51.4540.4644.63-
YUV174.22127.32170.64-

RGB Variations

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

RGB

RED value IS 234 (91.80% from 255) = 42.47%
GREEN value IS 144 (56.64% from 255) = 26.13%
BLUE value IS 173 (67.97% from 255) = 31.40%
R=42.47%
G=26.13%
B=31.40%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.38
Y (Yellow) values IS 0.26
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal23414417300.380.260.08340.6768.1874.12
HexEA90AD0261A8155444a
Octal3522202550463210525104112
Binary111010101001000010101101010011011010100010101010110001001001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EA90AD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EA90AD; }

 p { color: rgb(234,144,173); }

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

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

 a { background-color: rgb(234,144,173); }

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

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

 span { border-color: rgb(234,144,173); }

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