#EA94B4

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

Shades of Illusion #EA94B4

Tints of Illusion #EA94B4

Color information

#EA94B4 (or 0xEA94B4) is unknown color: approx Illusion. HEX triplet: EA, 94 and B4. RGB value is (234,148,180). Sum of RGB (Red+Green+Blue) = 234+148+180=562 (74% of max value = 765). Red value is 234 (91.80% from 255 or 41.64% from 562); Green value is 148 (58.20% from 255 or 26.33% from 562); Blue value is 180 (70.70% from 255 or 32.03% from 562); Max value from RGB is 234 - color contains mainly: red. Hex color #EA94B4 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #EA94B4 is #156B4B. Grayscale: #B1B1B1. Windows color (decimal): -1403724 or 11834602. OLE color: 11834602.

HSL color Cylindrical-coordinate representation of color #EA94B4: hue angle of 337.67º degrees, saturation: 0.67, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #EA94B4 is Cyan = 0, Magento = 0.37, Yellow = 0.23 and Black (K on CMYK) = 0.08.

Color convert

RGB234148180-
CMYK00.370.230.08
HSL337.67º67.19%74.9%-
HSV(B)337.67º36.75%91.76%-
XYZ52.7641.9748.5-
YUV177.36129.49168.4-

RGB Variations

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

RGB

RED value IS 234 (91.80% from 255) = 41.64%
GREEN value IS 148 (58.20% from 255) = 26.33%
BLUE value IS 180 (70.70% from 255) = 32.03%
R=41.64%
G=26.33%
B=32.03%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.37
Y (Yellow) values IS 0.23
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal23414818000.370.230.08337.6767.1974.9
HexEA94B4025178152434b
Octal3522242640452710522103113
Binary111010101001010010110100010010110111100010101001010000111001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EA94B4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EA94B4; }

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

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

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

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

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

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

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

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