#EA8FB2

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

Shades of Illusion #EA8FB2

Tints of Illusion #EA8FB2

Color information

#EA8FB2 (or 0xEA8FB2) is unknown color: approx Illusion. HEX triplet: EA, 8F and B2. RGB value is (234,143,178). Sum of RGB (Red+Green+Blue) = 234+143+178=555 (73% of max value = 765). Red value is 234 (91.80% from 255 or 42.16% from 555); Green value is 143 (56.25% from 255 or 25.77% from 555); Blue value is 178 (69.92% from 255 or 32.07% from 555); Max value from RGB is 234 - color contains mainly: red. Hex color #EA8FB2 is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #EA8FB2 is #15704D. Grayscale: #AEAEAE. Windows color (decimal): -1405006 or 11702250. OLE color: 11702250.

HSL color Cylindrical-coordinate representation of color #EA8FB2: hue angle of 336.92º degrees, saturation: 0.68, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #EA8FB2 is Cyan = 0, Magento = 0.39, Yellow = 0.24 and Black (K on CMYK) = 0.08.

Color convert

RGB234143178-
CMYK00.390.240.08
HSL336.92º68.42%73.92%-
HSV(B)336.92º38.89%91.76%-
XYZ51.7940.3547.18-
YUV174.2130.15170.65-

RGB Variations

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

RGB

RED value IS 234 (91.80% from 255) = 42.16%
GREEN value IS 143 (56.25% from 255) = 25.77%
BLUE value IS 178 (69.92% from 255) = 32.07%
R=42.16%
G=25.77%
B=32.07%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.39
Y (Yellow) values IS 0.24
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal23414317800.390.240.08336.9268.4273.92
HexEA8FB2027188151444a
Octal3522172620473010521104112
Binary111010101000111110110010010011111000100010101000110001001001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EA8FB2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EA8FB2; }

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

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

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

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

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

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

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

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