#EE85AC

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

Shades of Mauvelous #EE85AC

Tints of Mauvelous #EE85AC

Color information

#EE85AC (or 0xEE85AC) is unknown color: approx Mauvelous. HEX triplet: EE, 85 and AC. RGB value is (238,133,172). Sum of RGB (Red+Green+Blue) = 238+133+172=543 (71% of max value = 765). Red value is 238 (93.36% from 255 or 43.83% from 543); Green value is 133 (52.34% from 255 or 24.49% from 543); Blue value is 172 (67.58% from 255 or 31.68% from 543); Max value from RGB is 238 - color contains mainly: red. Hex color #EE85AC is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #EE85AC is #117A53. Grayscale: #A8A8A8. Windows color (decimal): -1145428 or 11306478. OLE color: 11306478.

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

Color convert

RGB238133172-
CMYK00.440.280.07
HSL337.71º75.54%72.75%-
HSV(B)337.71º44.12%93.33%-
XYZ51.0937.9343.66-
YUV168.84129.79177.33-

RGB Variations

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

RGB

RED value IS 238 (93.36% from 255) = 43.83%
GREEN value IS 133 (52.34% from 255) = 24.49%
BLUE value IS 172 (67.58% from 255) = 31.68%
R=43.83%
G=24.49%
B=31.68%

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
Decimal23813317200.440.280.07337.7175.5472.75
HexEE85AC02C1C71524c49
Octal356205254054347522114111
Binary11101110100001011010110001011001110011110101001010011001001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EE85AC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EE85AC; }

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

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

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

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

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

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

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

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