#EB98AA

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

Shades of Illusion #EB98AA

Tints of Illusion #EB98AA

Color information

#EB98AA (or 0xEB98AA) is unknown color: approx Illusion. HEX triplet: EB, 98 and AA. RGB value is (235,152,170). Sum of RGB (Red+Green+Blue) = 235+152+170=557 (73% of max value = 765). Red value is 235 (92.19% from 255 or 42.19% from 557); Green value is 152 (59.77% from 255 or 27.29% from 557); Blue value is 170 (66.80% from 255 or 30.52% from 557); Max value from RGB is 235 - color contains mainly: red. Hex color #EB98AA is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #EB98AA is #146755. Grayscale: #B2B2B2. Windows color (decimal): -1337174 or 11180267. OLE color: 11180267.

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

Color convert

RGB235152170-
CMYK00.350.280.08
HSL346.99º67.48%75.88%-
HSV(B)346.99º35.32%92.16%-
XYZ52.7443.0243.55-
YUV178.87123168.04-

RGB Variations

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

RGB

RED value IS 235 (92.19% from 255) = 42.19%
GREEN value IS 152 (59.77% from 255) = 27.29%
BLUE value IS 170 (66.80% from 255) = 30.52%
R=42.19%
G=27.29%
B=30.52%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.35
Y (Yellow) values IS 0.28
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal23515217000.350.280.08346.9967.4875.88
HexEB98AA0231C815b434c
Octal3532302520433410533103114
Binary111010111001100010101010010001111100100010101101110000111001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EB98AA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EB98AA; }

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

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

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

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

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

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

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

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