#EA95B5

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

Shades of Illusion #EA95B5

Tints of Illusion #EA95B5

Color information

#EA95B5 (or 0xEA95B5) is unknown color: approx Illusion. HEX triplet: EA, 95 and B5. RGB value is (234,149,181). Sum of RGB (Red+Green+Blue) = 234+149+181=564 (74% of max value = 765). Red value is 234 (91.80% from 255 or 41.49% from 564); Green value is 149 (58.59% from 255 or 26.42% from 564); Blue value is 181 (71.09% from 255 or 32.09% from 564); Max value from RGB is 234 - color contains mainly: red. Hex color #EA95B5 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #EA95B5 is #156A4A. Grayscale: #B2B2B2. Windows color (decimal): -1403467 or 11900394. OLE color: 11900394.

HSL color Cylindrical-coordinate representation of color #EA95B5: hue angle of 337.41º degrees, saturation: 0.67, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #EA95B5 is Cyan = 0, Magento = 0.36, Yellow = 0.23 and Black (K on CMYK) = 0.08.

Color convert

RGB234149181-
CMYK00.360.230.08
HSL337.41º66.93%75.1%-
HSV(B)337.41º36.32%91.76%-
XYZ53.0242.3249.09-
YUV178.06129.66167.9-

RGB Variations

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

RGB

RED value IS 234 (91.80% from 255) = 41.49%
GREEN value IS 149 (58.59% from 255) = 26.42%
BLUE value IS 181 (71.09% from 255) = 32.09%
R=41.49%
G=26.42%
B=32.09%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.36
Y (Yellow) values IS 0.23
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal23414918100.360.230.08337.4166.9375.1
HexEA95B5024178151434b
Octal3522252650442710521103113
Binary111010101001010110110101010010010111100010101000110000111001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EA95B5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EA95B5; }

 p { color: rgb(234,149,181); }

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

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

 a { background-color: rgb(234,149,181); }

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

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

 span { border-color: rgb(234,149,181); }

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