#EE95AF

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

Shades of Illusion #EE95AF

Tints of Illusion #EE95AF

Color information

#EE95AF (or 0xEE95AF) is unknown color: approx Illusion. HEX triplet: EE, 95 and AF. RGB value is (238,149,175). Sum of RGB (Red+Green+Blue) = 238+149+175=562 (74% of max value = 765). Red value is 238 (93.36% from 255 or 42.35% from 562); Green value is 149 (58.59% from 255 or 26.51% from 562); Blue value is 175 (68.75% from 255 or 31.14% from 562); Max value from RGB is 238 - color contains mainly: red. Hex color #EE95AF is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #EE95AF is #116A50. Grayscale: #B2B2B2. Windows color (decimal): -1141329 or 11507182. OLE color: 11507182.

HSL color Cylindrical-coordinate representation of color #EE95AF: hue angle of 342.47º degrees, saturation: 0.72, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #EE95AF is Cyan = 0, Magento = 0.37, Yellow = 0.26 and Black (K on CMYK) = 0.07.

Color convert

RGB238149175-
CMYK00.370.260.07
HSL342.47º72.36%75.88%-
HSV(B)342.47º37.39%93.33%-
XYZ53.7542.7745.98-
YUV178.58125.99170.39-

RGB Variations

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

RGB

RED value IS 238 (93.36% from 255) = 42.35%
GREEN value IS 149 (58.59% from 255) = 26.51%
BLUE value IS 175 (68.75% from 255) = 31.14%
R=42.35%
G=26.51%
B=31.14%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.37
Y (Yellow) values IS 0.26
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal23814917500.370.260.07342.4772.3675.88
HexEE95AF0251A7156484c
Octal356225257045327526110114
Binary11101110100101011010111101001011101011110101011010010001001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EE95AF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EE95AF; }

 p { color: rgb(238,149,175); }

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

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

 a { background-color: rgb(238,149,175); }

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

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

 span { border-color: rgb(238,149,175); }

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