#EA95B4

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

Shades of Illusion #EA95B4

Tints of Illusion #EA95B4

Color information

#EA95B4 (or 0xEA95B4) is unknown color: approx Illusion. HEX triplet: EA, 95 and B4. RGB value is (234,149,180). Sum of RGB (Red+Green+Blue) = 234+149+180=563 (74% of max value = 765). Red value is 234 (91.80% from 255 or 41.56% from 563); Green value is 149 (58.59% from 255 or 26.47% from 563); Blue value is 180 (70.70% from 255 or 31.97% from 563); Max value from RGB is 234 - color contains mainly: red. Hex color #EA95B4 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #EA95B4 is #156A4B. Grayscale: #B1B1B1. Windows color (decimal): -1403468 or 11834858. OLE color: 11834858.

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

Color convert

RGB234149180-
CMYK00.360.230.08
HSL338.12º66.93%75.1%-
HSV(B)338.12º36.32%91.76%-
XYZ52.9242.2848.55-
YUV177.95129.16167.98-

RGB Variations

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

RGB

RED value IS 234 (91.80% from 255) = 41.56%
GREEN value IS 149 (58.59% from 255) = 26.47%
BLUE value IS 180 (70.70% from 255) = 31.97%
R=41.56%
G=26.47%
B=31.97%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.36
Y (Yellow) values IS 0.23
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal23414918000.360.230.08338.1266.9375.1
HexEA95B4024178152434b
Octal3522252640442710522103113
Binary111010101001010110110100010010010111100010101001010000111001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EA95B4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EA95B4; }

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

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

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

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

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

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

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

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