#EA96AC

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

Shades of Illusion #EA96AC

Tints of Illusion #EA96AC

Color information

#EA96AC (or 0xEA96AC) is unknown color: approx Illusion. HEX triplet: EA, 96 and AC. RGB value is (234,150,172). Sum of RGB (Red+Green+Blue) = 234+150+172=556 (73% of max value = 765). Red value is 234 (91.80% from 255 or 42.09% from 556); Green value is 150 (58.98% from 255 or 26.98% from 556); Blue value is 172 (67.58% from 255 or 30.94% from 556); Max value from RGB is 234 - color contains mainly: red. Hex color #EA96AC is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #EA96AC is #156953. Grayscale: #B1B1B1. Windows color (decimal): -1403220 or 11310826. OLE color: 11310826.

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

Color convert

RGB234150172-
CMYK00.360.260.08
HSL344.29º66.67%75.29%-
HSV(B)344.29º35.9%91.76%-
XYZ52.2842.2844.44-
YUV177.62124.83168.21-

RGB Variations

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

RGB

RED value IS 234 (91.80% from 255) = 42.09%
GREEN value IS 150 (58.98% from 255) = 26.98%
BLUE value IS 172 (67.58% from 255) = 30.94%
R=42.09%
G=26.98%
B=30.94%

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
Decimal23415017200.360.260.08344.2966.6775.29
HexEA96AC0241A8158434b
Octal3522262540443210530103113
Binary111010101001011010101100010010011010100010101100010000111001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EA96AC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EA96AC; }

 p { color: rgb(234,150,172); }

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

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

 a { background-color: rgb(234,150,172); }

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

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

 span { border-color: rgb(234,150,172); }

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