#EA9AAD

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

Shades of Illusion #EA9AAD

Tints of Illusion #EA9AAD

Color information

#EA9AAD (or 0xEA9AAD) is unknown color: approx Illusion. HEX triplet: EA, 9A and AD. RGB value is (234,154,173). Sum of RGB (Red+Green+Blue) = 234+154+173=561 (74% of max value = 765). Red value is 234 (91.80% from 255 or 41.71% from 561); Green value is 154 (60.55% from 255 or 27.45% from 561); Blue value is 173 (67.97% from 255 or 30.84% from 561); Max value from RGB is 234 - color contains mainly: red. Hex color #EA9AAD is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #EA9AAD is #156552. Grayscale: #B4B4B4. Windows color (decimal): -1402195 or 11377386. OLE color: 11377386.

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

Color convert

RGB234154173-
CMYK00.340.260.08
HSL345.75º65.57%76.08%-
HSV(B)345.75º34.19%91.76%-
XYZ53.0343.6245.16-
YUV180.09124166.46-

RGB Variations

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

RGB

RED value IS 234 (91.80% from 255) = 41.71%
GREEN value IS 154 (60.55% from 255) = 27.45%
BLUE value IS 173 (67.97% from 255) = 30.84%
R=41.71%
G=27.45%
B=30.84%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.34
Y (Yellow) values IS 0.26
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal23415417300.340.260.08345.7565.5776.08
HexEA9AAD0221A815a424c
Octal3522322550423210532102114
Binary111010101001101010101101010001011010100010101101010000101001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EA9AAD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EA9AAD; }

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

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

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

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

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

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

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

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