#EB95AC

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

Shades of Illusion #EB95AC

Tints of Illusion #EB95AC

Color information

#EB95AC (or 0xEB95AC) is unknown color: approx Illusion. HEX triplet: EB, 95 and AC. RGB value is (235,149,172). Sum of RGB (Red+Green+Blue) = 235+149+172=556 (73% of max value = 765). Red value is 235 (92.19% from 255 or 42.27% from 556); Green value is 149 (58.59% from 255 or 26.80% from 556); Blue value is 172 (67.58% from 255 or 30.94% from 556); Max value from RGB is 235 - color contains mainly: red. Hex color #EB95AC is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #EB95AC is #146A53. Grayscale: #B1B1B1. Windows color (decimal): -1337940 or 11310571. OLE color: 11310571.

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

Color convert

RGB235149172-
CMYK00.370.270.08
HSL343.95º68.25%75.29%-
HSV(B)343.95º36.6%92.16%-
XYZ52.4542.1444.4-
YUV177.34124.99169.13-

RGB Variations

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

RGB

RED value IS 235 (92.19% from 255) = 42.27%
GREEN value IS 149 (58.59% from 255) = 26.80%
BLUE value IS 172 (67.58% from 255) = 30.94%
R=42.27%
G=26.80%
B=30.94%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.37
Y (Yellow) values IS 0.27
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal23514917200.370.270.08343.9568.2575.29
HexEB95AC0251B8158444b
Octal3532252540453310530104113
Binary111010111001010110101100010010111011100010101100010001001001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EB95AC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EB95AC; }

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

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

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

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

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

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

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

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