#EB98AB

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

Shades of Illusion #EB98AB

Tints of Illusion #EB98AB

Color information

#EB98AB (or 0xEB98AB) is unknown color: approx Illusion. HEX triplet: EB, 98 and AB. RGB value is (235,152,171). Sum of RGB (Red+Green+Blue) = 235+152+171=558 (73% of max value = 765). Red value is 235 (92.19% from 255 or 42.11% from 558); Green value is 152 (59.77% from 255 or 27.24% from 558); Blue value is 171 (67.19% from 255 or 30.65% from 558); Max value from RGB is 235 - color contains mainly: red. Hex color #EB98AB is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #EB98AB is #146754. Grayscale: #B2B2B2. Windows color (decimal): -1337173 or 11245803. OLE color: 11245803.

HSL color Cylindrical-coordinate representation of color #EB98AB: hue angle of 346.27º degrees, saturation: 0.67, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #EB98AB is Cyan = 0, Magento = 0.35, Yellow = 0.27 and Black (K on CMYK) = 0.08.

Color convert

RGB235152171-
CMYK00.350.270.08
HSL346.27º67.48%75.88%-
HSV(B)346.27º35.32%92.16%-
XYZ52.8443.0644.05-
YUV178.98123.5167.96-

RGB Variations

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

RGB

RED value IS 235 (92.19% from 255) = 42.11%
GREEN value IS 152 (59.77% from 255) = 27.24%
BLUE value IS 171 (67.19% from 255) = 30.65%
R=42.11%
G=27.24%
B=30.65%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.35
Y (Yellow) values IS 0.27
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal23515217100.350.270.08346.2767.4875.88
HexEB98AB0231B815a434c
Octal3532302530433310532103114
Binary111010111001100010101011010001111011100010101101010000111001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EB98AB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EB98AB; }

 p { color: rgb(235,152,171); }

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

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

 a { background-color: rgb(235,152,171); }

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

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

 span { border-color: rgb(235,152,171); }

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