#EB95AD

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

Shades of Illusion #EB95AD

Tints of Illusion #EB95AD

Color information

#EB95AD (or 0xEB95AD) is unknown color: approx Illusion. HEX triplet: EB, 95 and AD. RGB value is (235,149,173). Sum of RGB (Red+Green+Blue) = 235+149+173=557 (73% of max value = 765). Red value is 235 (92.19% from 255 or 42.19% from 557); Green value is 149 (58.59% from 255 or 26.75% from 557); Blue value is 173 (67.97% from 255 or 31.06% from 557); Max value from RGB is 235 - color contains mainly: red. Hex color #EB95AD is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #EB95AD is #146A52. Grayscale: #B1B1B1. Windows color (decimal): -1337939 or 11376107. OLE color: 11376107.

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

Color convert

RGB235149173-
CMYK00.370.260.08
HSL343.26º68.25%75.29%-
HSV(B)343.26º36.6%92.16%-
XYZ52.5542.1744.91-
YUV177.45125.49169.05-

RGB Variations

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

RGB

RED value IS 235 (92.19% from 255) = 42.19%
GREEN value IS 149 (58.59% from 255) = 26.75%
BLUE value IS 173 (67.97% from 255) = 31.06%
R=42.19%
G=26.75%
B=31.06%

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
Decimal23514917300.370.260.08343.2668.2575.29
HexEB95AD0251A8157444b
Octal3532252550453210527104113
Binary111010111001010110101101010010111010100010101011110001001001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EB95AD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EB95AD; }

 p { color: rgb(235,149,173); }

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

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

 a { background-color: rgb(235,149,173); }

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

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

 span { border-color: rgb(235,149,173); }

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