#E894B4

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

Shades of Illusion #E894B4

Tints of Illusion #E894B4

Color information

#E894B4 (or 0xE894B4) is unknown color: approx Illusion. HEX triplet: E8, 94 and B4. RGB value is (232,148,180). Sum of RGB (Red+Green+Blue) = 232+148+180=560 (74% of max value = 765). Red value is 232 (91.02% from 255 or 41.43% from 560); Green value is 148 (58.20% from 255 or 26.43% from 560); Blue value is 180 (70.70% from 255 or 32.14% from 560); Max value from RGB is 232 - color contains mainly: red. Hex color #E894B4 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #E894B4 is #176B4B. Grayscale: #B0B0B0. Windows color (decimal): -1534796 or 11834600. OLE color: 11834600.

HSL color Cylindrical-coordinate representation of color #E894B4: hue angle of 337.14º degrees, saturation: 0.65, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #E894B4 is Cyan = 0, Magento = 0.36, Yellow = 0.22 and Black (K on CMYK) = 0.09.

Color convert

RGB232148180-
CMYK00.360.220.09
HSL337.14º64.62%74.51%-
HSV(B)337.14º36.21%90.98%-
XYZ52.1141.6348.47-
YUV176.76129.83167.4-

RGB Variations

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

RGB

RED value IS 232 (91.02% from 255) = 41.43%
GREEN value IS 148 (58.20% from 255) = 26.43%
BLUE value IS 180 (70.70% from 255) = 32.14%
R=41.43%
G=26.43%
B=32.14%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.36
Y (Yellow) values IS 0.22
K (Black) values IS 0.09
SystemRedGreenBlueCMYKHSL
Decimal23214818000.360.220.09337.1464.6274.51
HexE894B4024169151414b
Octal3502242640442611521101113
Binary111010001001010010110100010010010110100110101000110000011001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E894B4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E894B4; }

 p { color: rgb(232,148,180); }

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

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

 a { background-color: rgb(232,148,180); }

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

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

 span { border-color: rgb(232,148,180); }

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