#EC85A6

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

Shades of Mauvelous #EC85A6

Tints of Mauvelous #EC85A6

Color information

#EC85A6 (or 0xEC85A6) is unknown color: approx Mauvelous. HEX triplet: EC, 85 and A6. RGB value is (236,133,166). Sum of RGB (Red+Green+Blue) = 236+133+166=535 (70% of max value = 765). Red value is 236 (92.58% from 255 or 44.11% from 535); Green value is 133 (52.34% from 255 or 24.86% from 535); Blue value is 166 (65.23% from 255 or 31.03% from 535); Max value from RGB is 236 - color contains mainly: red. Hex color #EC85A6 is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #EC85A6 is #137A59. Grayscale: #A7A7A7. Windows color (decimal): -1276506 or 10913260. OLE color: 10913260.

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

Color convert

RGB236133166-
CMYK00.440.300.07
HSL340.78º73.05%72.35%-
HSV(B)340.78º43.64%92.55%-
XYZ49.8637.3640.66-
YUV167.56127.12176.82-

RGB Variations

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

RGB

RED value IS 236 (92.58% from 255) = 44.11%
GREEN value IS 133 (52.34% from 255) = 24.86%
BLUE value IS 166 (65.23% from 255) = 31.03%
R=44.11%
G=24.86%
B=31.03%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.44
Y (Yellow) values IS 0.30
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal23613316600.440.300.07340.7873.0572.35
HexEC85A602C1E71554948
Octal354205246054367525111110
Binary11101100100001011010011001011001111011110101010110010011001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EC85A6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EC85A6; }

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

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

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

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

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

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

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

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