#EA95AD

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

Shades of Illusion #EA95AD

Tints of Illusion #EA95AD

Color information

#EA95AD (or 0xEA95AD) is unknown color: approx Illusion. HEX triplet: EA, 95 and AD. RGB value is (234,149,173). Sum of RGB (Red+Green+Blue) = 234+149+173=556 (73% of max value = 765). Red value is 234 (91.80% from 255 or 42.09% from 556); Green value is 149 (58.59% from 255 or 26.80% from 556); Blue value is 173 (67.97% from 255 or 31.12% from 556); Max value from RGB is 234 - color contains mainly: red. Hex color #EA95AD is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #EA95AD is #156A52. Grayscale: #B1B1B1. Windows color (decimal): -1403475 or 11376106. OLE color: 11376106.

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

Color convert

RGB234149173-
CMYK00.360.260.08
HSL343.06º66.93%75.1%-
HSV(B)343.06º36.32%91.76%-
XYZ52.224244.89-
YUV177.15125.66168.55-

RGB Variations

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

RGB

RED value IS 234 (91.80% from 255) = 42.09%
GREEN value IS 149 (58.59% from 255) = 26.80%
BLUE value IS 173 (67.97% from 255) = 31.12%
R=42.09%
G=26.80%
B=31.12%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.36
Y (Yellow) values IS 0.26
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal23414917300.360.260.08343.0666.9375.1
HexEA95AD0241A8157434b
Octal3522252550443210527103113
Binary111010101001010110101101010010011010100010101011110000111001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EA95AD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EA95AD; }

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

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

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

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

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

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

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

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