#EA95AF

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

Shades of Illusion #EA95AF

Tints of Illusion #EA95AF

Color information

#EA95AF (or 0xEA95AF) is unknown color: approx Illusion. HEX triplet: EA, 95 and AF. RGB value is (234,149,175). Sum of RGB (Red+Green+Blue) = 234+149+175=558 (73% of max value = 765). Red value is 234 (91.80% from 255 or 41.94% from 558); Green value is 149 (58.59% from 255 or 26.70% from 558); Blue value is 175 (68.75% from 255 or 31.36% from 558); Max value from RGB is 234 - color contains mainly: red. Hex color #EA95AF is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #EA95AF is #156A50. Grayscale: #B1B1B1. Windows color (decimal): -1403473 or 11507178. OLE color: 11507178.

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

Color convert

RGB234149175-
CMYK00.360.250.08
HSL341.65º66.93%75.1%-
HSV(B)341.65º36.32%91.76%-
XYZ52.4242.0845.92-
YUV177.38126.66168.39-

RGB Variations

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

RGB

RED value IS 234 (91.80% from 255) = 41.94%
GREEN value IS 149 (58.59% from 255) = 26.70%
BLUE value IS 175 (68.75% from 255) = 31.36%
R=41.94%
G=26.70%
B=31.36%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.36
Y (Yellow) values IS 0.25
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal23414917500.360.250.08341.6566.9375.1
HexEA95AF024198156434b
Octal3522252570443110526103113
Binary111010101001010110101111010010011001100010101011010000111001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EA95AF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EA95AF; }

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

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

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

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

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

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

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

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