#EA9EA7

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

Shades of Illusion #EA9EA7

Tints of Illusion #EA9EA7

Color information

#EA9EA7 (or 0xEA9EA7) is unknown color: approx Illusion. HEX triplet: EA, 9E and A7. RGB value is (234,158,167). Sum of RGB (Red+Green+Blue) = 234+158+167=559 (74% of max value = 765). Red value is 234 (91.80% from 255 or 41.86% from 559); Green value is 158 (62.11% from 255 or 28.26% from 559); Blue value is 167 (65.62% from 255 or 29.87% from 559); Max value from RGB is 234 - color contains mainly: red. Hex color #EA9EA7 is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #EA9EA7 is #156158. Grayscale: #B5B5B5. Windows color (decimal): -1401177 or 10985194. OLE color: 10985194.

HSL color Cylindrical-coordinate representation of color #EA9EA7: hue angle of 352.89º degrees, saturation: 0.64, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #EA9EA7 is Cyan = 0, Magento = 0.32, Yellow = 0.29 and Black (K on CMYK) = 0.08.

Color convert

RGB234158167-
CMYK00.320.290.08
HSL352.89º64.41%76.86%-
HSV(B)352.89º32.48%91.76%-
XYZ53.1344.7442.39-
YUV181.75119.68165.27-

RGB Variations

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

RGB

RED value IS 234 (91.80% from 255) = 41.86%
GREEN value IS 158 (62.11% from 255) = 28.26%
BLUE value IS 167 (65.62% from 255) = 29.87%
R=41.86%
G=28.26%
B=29.87%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.32
Y (Yellow) values IS 0.29
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal23415816700.320.290.08352.8964.4176.86
HexEA9EA70201D8161404d
Octal3522362470403510541100115
Binary111010101001111010100111010000011101100010110000110000001001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EA9EA7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EA9EA7; }

 p { color: rgb(234,158,167); }

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

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

 a { background-color: rgb(234,158,167); }

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

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

 span { border-color: rgb(234,158,167); }

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