#EB86B1

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

Shades of Illusion #EB86B1

Tints of Illusion #EB86B1

Color information

#EB86B1 (or 0xEB86B1) is unknown color: approx Illusion. HEX triplet: EB, 86 and B1. RGB value is (235,134,177). Sum of RGB (Red+Green+Blue) = 235+134+177=546 (72% of max value = 765). Red value is 235 (92.19% from 255 or 43.04% from 546); Green value is 134 (52.73% from 255 or 24.54% from 546); Blue value is 177 (69.53% from 255 or 32.42% from 546); Max value from RGB is 235 - color contains mainly: red. Hex color #EB86B1 is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #EB86B1 is #14794E. Grayscale: #A9A9A9. Windows color (decimal): -1341775 or 11634411. OLE color: 11634411.

HSL color Cylindrical-coordinate representation of color #EB86B1: hue angle of 334.46º degrees, saturation: 0.72, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #EB86B1 is Cyan = 0, Magento = 0.43, Yellow = 0.25 and Black (K on CMYK) = 0.08.

Color convert

RGB235134177-
CMYK00.430.250.08
HSL334.46º71.63%72.35%-
HSV(B)334.46º42.98%92.16%-
XYZ50.7237.8946.23-
YUV169.1132.46175-

RGB Variations

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

RGB

RED value IS 235 (92.19% from 255) = 43.04%
GREEN value IS 134 (52.73% from 255) = 24.54%
BLUE value IS 177 (69.53% from 255) = 32.42%
R=43.04%
G=24.54%
B=32.42%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.43
Y (Yellow) values IS 0.25
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal23513417700.430.250.08334.4671.6372.35
HexEB86B102B19814e4848
Octal3532062610533110516110110
Binary111010111000011010110001010101111001100010100111010010001001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EB86B1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EB86B1; }

 p { color: rgb(235,134,177); }

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

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

 a { background-color: rgb(235,134,177); }

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

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

 span { border-color: rgb(235,134,177); }

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