#EB98B0

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

Shades of Illusion #EB98B0

Tints of Illusion #EB98B0

Color information

#EB98B0 (or 0xEB98B0) is unknown color: approx Illusion. HEX triplet: EB, 98 and B0. RGB value is (235,152,176). Sum of RGB (Red+Green+Blue) = 235+152+176=563 (74% of max value = 765). Red value is 235 (92.19% from 255 or 41.74% from 563); Green value is 152 (59.77% from 255 or 27.00% from 563); Blue value is 176 (69.14% from 255 or 31.26% from 563); Max value from RGB is 235 - color contains mainly: red. Hex color #EB98B0 is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #EB98B0 is #14674F. Grayscale: #B3B3B3. Windows color (decimal): -1337168 or 11573483. OLE color: 11573483.

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

Color convert

RGB235152176-
CMYK00.350.250.08
HSL342.65º67.48%75.88%-
HSV(B)342.65º35.32%92.16%-
XYZ53.3343.2546.61-
YUV179.55126167.55-

RGB Variations

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

RGB

RED value IS 235 (92.19% from 255) = 41.74%
GREEN value IS 152 (59.77% from 255) = 27.00%
BLUE value IS 176 (69.14% from 255) = 31.26%
R=41.74%
G=27.00%
B=31.26%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.35
Y (Yellow) values IS 0.25
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal23515217600.350.250.08342.6567.4875.88
HexEB98B0023198157434c
Octal3532302600433110527103114
Binary111010111001100010110000010001111001100010101011110000111001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EB98B0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EB98B0; }

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

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

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

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

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

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

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

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