#EC85AC

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

Shades of Mauvelous #EC85AC

Tints of Mauvelous #EC85AC

Color information

#EC85AC (or 0xEC85AC) is unknown color: approx Mauvelous. HEX triplet: EC, 85 and AC. RGB value is (236,133,172). Sum of RGB (Red+Green+Blue) = 236+133+172=541 (71% of max value = 765). Red value is 236 (92.58% from 255 or 43.62% from 541); Green value is 133 (52.34% from 255 or 24.58% from 541); Blue value is 172 (67.58% from 255 or 31.79% from 541); Max value from RGB is 236 - color contains mainly: red. Hex color #EC85AC is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #EC85AC is #137A53. Grayscale: #A8A8A8. Windows color (decimal): -1276500 or 11306476. OLE color: 11306476.

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

Color convert

RGB236133172-
CMYK00.440.270.07
HSL337.28º73.05%72.35%-
HSV(B)337.28º43.64%92.55%-
XYZ50.4337.5943.63-
YUV168.24130.12176.33-

RGB Variations

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

RGB

RED value IS 236 (92.58% from 255) = 43.62%
GREEN value IS 133 (52.34% from 255) = 24.58%
BLUE value IS 172 (67.58% from 255) = 31.79%
R=43.62%
G=24.58%
B=31.79%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.44
Y (Yellow) values IS 0.27
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal23613317200.440.270.07337.2873.0572.35
HexEC85AC02C1B71514948
Octal354205254054337521111110
Binary11101100100001011010110001011001101111110101000110010011001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EC85AC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EC85AC; }

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

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

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

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

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

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

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

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