#EE86AB

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

Shades of Mauvelous #EE86AB

Tints of Mauvelous #EE86AB

Color information

#EE86AB (or 0xEE86AB) is unknown color: approx Mauvelous. HEX triplet: EE, 86 and AB. RGB value is (238,134,171). Sum of RGB (Red+Green+Blue) = 238+134+171=543 (71% of max value = 765). Red value is 238 (93.36% from 255 or 43.83% from 543); Green value is 134 (52.73% from 255 or 24.68% from 543); Blue value is 171 (67.19% from 255 or 31.49% from 543); Max value from RGB is 238 - color contains mainly: red. Hex color #EE86AB is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #EE86AB is #117954. Grayscale: #A9A9A9. Windows color (decimal): -1145173 or 11241198. OLE color: 11241198.

HSL color Cylindrical-coordinate representation of color #EE86AB: hue angle of 338.65º degrees, saturation: 0.75, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #EE86AB is Cyan = 0, Magento = 0.44, Yellow = 0.28 and Black (K on CMYK) = 0.07.

Color convert

RGB238134171-
CMYK00.440.280.07
HSL338.65º75.36%72.94%-
HSV(B)338.65º43.7%93.33%-
XYZ51.1438.1743.2-
YUV169.31128.96176.99-

RGB Variations

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

RGB

RED value IS 238 (93.36% from 255) = 43.83%
GREEN value IS 134 (52.73% from 255) = 24.68%
BLUE value IS 171 (67.19% from 255) = 31.49%
R=43.83%
G=24.68%
B=31.49%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.44
Y (Yellow) values IS 0.28
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal23813417100.440.280.07338.6575.3672.94
HexEE86AB02C1C71534b49
Octal356206253054347523113111
Binary11101110100001101010101101011001110011110101001110010111001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EE86AB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EE86AB; }

 p { color: rgb(238,134,171); }

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

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

 a { background-color: rgb(238,134,171); }

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

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

 span { border-color: rgb(238,134,171); }

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