#EB95B5

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

Shades of Illusion #EB95B5

Tints of Illusion #EB95B5

Color information

#EB95B5 (or 0xEB95B5) is unknown color: approx Illusion. HEX triplet: EB, 95 and B5. RGB value is (235,149,181). Sum of RGB (Red+Green+Blue) = 235+149+181=565 (74% of max value = 765). Red value is 235 (92.19% from 255 or 41.59% from 565); Green value is 149 (58.59% from 255 or 26.37% from 565); Blue value is 181 (71.09% from 255 or 32.04% from 565); Max value from RGB is 235 - color contains mainly: red. Hex color #EB95B5 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #EB95B5 is #146A4A. Grayscale: #B2B2B2. Windows color (decimal): -1337931 or 11900395. OLE color: 11900395.

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

Color convert

RGB235149181-
CMYK00.370.230.08
HSL337.67º68.25%75.29%-
HSV(B)337.67º36.6%92.16%-
XYZ53.3542.4949.11-
YUV178.36129.49168.4-

RGB Variations

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

RGB

RED value IS 235 (92.19% from 255) = 41.59%
GREEN value IS 149 (58.59% from 255) = 26.37%
BLUE value IS 181 (71.09% from 255) = 32.04%
R=41.59%
G=26.37%
B=32.04%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.37
Y (Yellow) values IS 0.23
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal23514918100.370.230.08337.6768.2575.29
HexEB95B5025178152444b
Octal3532252650452710522104113
Binary111010111001010110110101010010110111100010101001010001001001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EB95B5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EB95B5; }

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

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

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

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

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

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

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

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