#EB98B6

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

Shades of Illusion #EB98B6

Tints of Illusion #EB98B6

Color information

#EB98B6 (or 0xEB98B6) is unknown color: approx Illusion. HEX triplet: EB, 98 and B6. RGB value is (235,152,182). Sum of RGB (Red+Green+Blue) = 235+152+182=569 (75% of max value = 765). Red value is 235 (92.19% from 255 or 41.30% from 569); Green value is 152 (59.77% from 255 or 26.71% from 569); Blue value is 182 (71.48% from 255 or 31.99% from 569); Max value from RGB is 235 - color contains mainly: red. Hex color #EB98B6 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #EB98B6 is #146749. Grayscale: #B4B4B4. Windows color (decimal): -1337162 or 11966699. OLE color: 11966699.

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

Color convert

RGB235152182-
CMYK00.350.230.08
HSL338.31º67.48%75.88%-
HSV(B)338.31º35.32%92.16%-
XYZ53.9343.549.81-
YUV180.24129167.06-

RGB Variations

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

RGB

RED value IS 235 (92.19% from 255) = 41.30%
GREEN value IS 152 (59.77% from 255) = 26.71%
BLUE value IS 182 (71.48% from 255) = 31.99%
R=41.30%
G=26.71%
B=31.99%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.35
Y (Yellow) values IS 0.23
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal23515218200.350.230.08338.3167.4875.88
HexEB98B6023178152434c
Octal3532302660432710522103114
Binary111010111001100010110110010001110111100010101001010000111001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EB98B6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EB98B6; }

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

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

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

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

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

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

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

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