#EA96B2

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

Shades of Illusion #EA96B2

Tints of Illusion #EA96B2

Color information

#EA96B2 (or 0xEA96B2) is unknown color: approx Illusion. HEX triplet: EA, 96 and B2. RGB value is (234,150,178). Sum of RGB (Red+Green+Blue) = 234+150+178=562 (74% of max value = 765). Red value is 234 (91.80% from 255 or 41.64% from 562); Green value is 150 (58.98% from 255 or 26.69% from 562); Blue value is 178 (69.92% from 255 or 31.67% from 562); Max value from RGB is 234 - color contains mainly: red. Hex color #EA96B2 is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #EA96B2 is #15694D. Grayscale: #B2B2B2. Windows color (decimal): -1403214 or 11704042. OLE color: 11704042.

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

Color convert

RGB234150178-
CMYK00.360.240.08
HSL340º66.67%75.29%-
HSV(B)340º35.9%91.76%-
XYZ52.8742.5247.54-
YUV178.31127.83167.72-

RGB Variations

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

RGB

RED value IS 234 (91.80% from 255) = 41.64%
GREEN value IS 150 (58.98% from 255) = 26.69%
BLUE value IS 178 (69.92% from 255) = 31.67%
R=41.64%
G=26.69%
B=31.67%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.36
Y (Yellow) values IS 0.24
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal23415017800.360.240.0834066.6775.29
HexEA96B2024188154434b
Octal3522262620443010524103113
Binary111010101001011010110010010010011000100010101010010000111001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EA96B2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EA96B2; }

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

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

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

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

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

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

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

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