#EE85AB

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

Shades of Mauvelous #EE85AB

Tints of Mauvelous #EE85AB

Color information

#EE85AB (or 0xEE85AB) is unknown color: approx Mauvelous. HEX triplet: EE, 85 and AB. RGB value is (238,133,171). Sum of RGB (Red+Green+Blue) = 238+133+171=542 (71% of max value = 765). Red value is 238 (93.36% from 255 or 43.91% from 542); Green value is 133 (52.34% from 255 or 24.54% from 542); Blue value is 171 (67.19% from 255 or 31.55% from 542); Max value from RGB is 238 - color contains mainly: red. Hex color #EE85AB is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #EE85AB is #117A54. Grayscale: #A8A8A8. Windows color (decimal): -1145429 or 11240942. OLE color: 11240942.

HSL color Cylindrical-coordinate representation of color #EE85AB: hue angle of 338.29º degrees, saturation: 0.76, 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 #EE85AB is Cyan = 0, Magento = 0.44, Yellow = 0.28 and Black (K on CMYK) = 0.07.

Color convert

RGB238133171-
CMYK00.440.280.07
HSL338.29º75.54%72.75%-
HSV(B)338.29º44.12%93.33%-
XYZ5137.8943.15-
YUV168.73129.29177.41-

RGB Variations

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

RGB

RED value IS 238 (93.36% from 255) = 43.91%
GREEN value IS 133 (52.34% from 255) = 24.54%
BLUE value IS 171 (67.19% from 255) = 31.55%
R=43.91%
G=24.54%
B=31.55%

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
Decimal23813317100.440.280.07338.2975.5472.75
HexEE85AB02C1C71524c49
Octal356205253054347522114111
Binary11101110100001011010101101011001110011110101001010011001001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EE85AB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EE85AB; }

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

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

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

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

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

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

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

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