#EA9EB1

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

Shades of Illusion #EA9EB1

Tints of Illusion #EA9EB1

Color information

#EA9EB1 (or 0xEA9EB1) is unknown color: approx Illusion. HEX triplet: EA, 9E and B1. RGB value is (234,158,177). Sum of RGB (Red+Green+Blue) = 234+158+177=569 (75% of max value = 765). Red value is 234 (91.80% from 255 or 41.12% from 569); Green value is 158 (62.11% from 255 or 27.77% from 569); Blue value is 177 (69.53% from 255 or 31.11% from 569); Max value from RGB is 234 - color contains mainly: red. Hex color #EA9EB1 is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #EA9EB1 is #15614E. Grayscale: #B6B6B6. Windows color (decimal): -1401167 or 11640554. OLE color: 11640554.

HSL color Cylindrical-coordinate representation of color #EA9EB1: hue angle of 345º 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 #EA9EB1 is Cyan = 0, Magento = 0.32, Yellow = 0.24 and Black (K on CMYK) = 0.08.

Color convert

RGB234158177-
CMYK00.320.240.08
HSL345º64.41%76.86%-
HSV(B)345º32.48%91.76%-
XYZ54.0945.1247.45-
YUV182.89124.68164.46-

RGB Variations

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

RGB

RED value IS 234 (91.80% from 255) = 41.12%
GREEN value IS 158 (62.11% from 255) = 27.77%
BLUE value IS 177 (69.53% from 255) = 31.11%
R=41.12%
G=27.77%
B=31.11%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.32
Y (Yellow) values IS 0.24
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal23415817700.320.240.0834564.4176.86
HexEA9EB1020188159404d
Octal3522362610403010531100115
Binary111010101001111010110001010000011000100010101100110000001001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EA9EB1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EA9EB1; }

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

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

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

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

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

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

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

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