#EB99AF

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

Shades of Illusion #EB99AF

Tints of Illusion #EB99AF

Color information

#EB99AF (or 0xEB99AF) is unknown color: approx Illusion. HEX triplet: EB, 99 and AF. RGB value is (235,153,175). Sum of RGB (Red+Green+Blue) = 235+153+175=563 (74% of max value = 765). Red value is 235 (92.19% from 255 or 41.74% from 563); Green value is 153 (60.16% from 255 or 27.18% from 563); Blue value is 175 (68.75% from 255 or 31.08% from 563); Max value from RGB is 235 - color contains mainly: red. Hex color #EB99AF is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #EB99AF is #146650. Grayscale: #B4B4B4. Windows color (decimal): -1336913 or 11508203. OLE color: 11508203.

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

Color convert

RGB235153175-
CMYK00.350.260.08
HSL343.9º67.21%76.08%-
HSV(B)343.9º34.89%92.16%-
XYZ53.3943.5446.15-
YUV180.03125.17167.21-

RGB Variations

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

RGB

RED value IS 235 (92.19% from 255) = 41.74%
GREEN value IS 153 (60.16% from 255) = 27.18%
BLUE value IS 175 (68.75% from 255) = 31.08%
R=41.74%
G=27.18%
B=31.08%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.35
Y (Yellow) values IS 0.26
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal23515317500.350.260.08343.967.2176.08
HexEB99AF0231A8158434c
Octal3532312570433210530103114
Binary111010111001100110101111010001111010100010101100010000111001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EB99AF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EB99AF; }

 p { color: rgb(235,153,175); }

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

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

 a { background-color: rgb(235,153,175); }

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

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

 span { border-color: rgb(235,153,175); }

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