#EB8AB2

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

Shades of Illusion #EB8AB2

Tints of Illusion #EB8AB2

Color information

#EB8AB2 (or 0xEB8AB2) is unknown color: approx Illusion. HEX triplet: EB, 8A and B2. RGB value is (235,138,178). Sum of RGB (Red+Green+Blue) = 235+138+178=551 (72% of max value = 765). Red value is 235 (92.19% from 255 or 42.65% from 551); Green value is 138 (54.30% from 255 or 25.05% from 551); Blue value is 178 (69.92% from 255 or 32.30% from 551); Max value from RGB is 235 - color contains mainly: red. Hex color #EB8AB2 is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #EB8AB2 is #14754D. Grayscale: #ABABAB. Windows color (decimal): -1340750 or 11700971. OLE color: 11700971.

HSL color Cylindrical-coordinate representation of color #EB8AB2: hue angle of 335.26º degrees, saturation: 0.71, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #EB8AB2 is Cyan = 0, Magento = 0.41, Yellow = 0.24 and Black (K on CMYK) = 0.08.

Color convert

RGB235138178-
CMYK00.410.240.08
HSL335.26º70.8%73.14%-
HSV(B)335.26º41.28%92.16%-
XYZ51.3939.0546.95-
YUV171.56131.64173.25-

RGB Variations

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

RGB

RED value IS 235 (92.19% from 255) = 42.65%
GREEN value IS 138 (54.30% from 255) = 25.05%
BLUE value IS 178 (69.92% from 255) = 32.30%
R=42.65%
G=25.05%
B=32.30%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.41
Y (Yellow) values IS 0.24
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal23513817800.410.240.08335.2670.873.14
HexEB8AB202918814f4749
Octal3532122620513010517107111
Binary111010111000101010110010010100111000100010100111110001111001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EB8AB2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EB8AB2; }

 p { color: rgb(235,138,178); }

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

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

 a { background-color: rgb(235,138,178); }

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

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

 span { border-color: rgb(235,138,178); }

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