#EB94AF

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

Shades of Illusion #EB94AF

Tints of Illusion #EB94AF

Color information

#EB94AF (or 0xEB94AF) is unknown color: approx Illusion. HEX triplet: EB, 94 and AF. RGB value is (235,148,175). Sum of RGB (Red+Green+Blue) = 235+148+175=558 (73% of max value = 765). Red value is 235 (92.19% from 255 or 42.11% from 558); Green value is 148 (58.20% from 255 or 26.52% from 558); Blue value is 175 (68.75% from 255 or 31.36% from 558); Max value from RGB is 235 - color contains mainly: red. Hex color #EB94AF is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #EB94AF is #146B50. Grayscale: #B1B1B1. Windows color (decimal): -1338193 or 11506923. OLE color: 11506923.

HSL color Cylindrical-coordinate representation of color #EB94AF: hue angle of 341.38º degrees, saturation: 0.69, 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 #EB94AF is Cyan = 0, Magento = 0.37, Yellow = 0.26 and Black (K on CMYK) = 0.08.

Color convert

RGB235148175-
CMYK00.370.260.08
HSL341.38º68.5%75.1%-
HSV(B)341.38º37.02%92.16%-
XYZ52.5941.9445.88-
YUV177.09126.82169.3-

RGB Variations

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

RGB

RED value IS 235 (92.19% from 255) = 42.11%
GREEN value IS 148 (58.20% from 255) = 26.52%
BLUE value IS 175 (68.75% from 255) = 31.36%
R=42.11%
G=26.52%
B=31.36%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.37
Y (Yellow) values IS 0.26
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal23514817500.370.260.08341.3868.575.1
HexEB94AF0251A8155454b
Octal3532242570453210525105113
Binary111010111001010010101111010010111010100010101010110001011001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EB94AF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EB94AF; }

 p { color: rgb(235,148,175); }

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

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

 a { background-color: rgb(235,148,175); }

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

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

 span { border-color: rgb(235,148,175); }

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