#EE85AF

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

Shades of Mauvelous #EE85AF

Tints of Mauvelous #EE85AF

Color information

#EE85AF (or 0xEE85AF) is unknown color: approx Mauvelous. HEX triplet: EE, 85 and AF. RGB value is (238,133,175). Sum of RGB (Red+Green+Blue) = 238+133+175=546 (72% of max value = 765). Red value is 238 (93.36% from 255 or 43.59% from 546); Green value is 133 (52.34% from 255 or 24.36% from 546); Blue value is 175 (68.75% from 255 or 32.05% from 546); Max value from RGB is 238 - color contains mainly: red. Hex color #EE85AF is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #EE85AF is #117A50. Grayscale: #A9A9A9. Windows color (decimal): -1145425 or 11503086. OLE color: 11503086.

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

Color convert

RGB238133175-
CMYK00.440.260.07
HSL336º75.54%72.75%-
HSV(B)336º44.12%93.33%-
XYZ51.3938.0545.19-
YUV169.18131.29177.08-

RGB Variations

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

RGB

RED value IS 238 (93.36% from 255) = 43.59%
GREEN value IS 133 (52.34% from 255) = 24.36%
BLUE value IS 175 (68.75% from 255) = 32.05%
R=43.59%
G=24.36%
B=32.05%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.44
Y (Yellow) values IS 0.26
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal23813317500.440.260.0733675.5472.75
HexEE85AF02C1A71504c49
Octal356205257054327520114111
Binary11101110100001011010111101011001101011110101000010011001001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EE85AF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EE85AF; }

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

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

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

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

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

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

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

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