#EC85A7

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

Shades of Mauvelous #EC85A7

Tints of Mauvelous #EC85A7

Color information

#EC85A7 (or 0xEC85A7) is unknown color: approx Mauvelous. HEX triplet: EC, 85 and A7. RGB value is (236,133,167). Sum of RGB (Red+Green+Blue) = 236+133+167=536 (70% of max value = 765). Red value is 236 (92.58% from 255 or 44.03% from 536); Green value is 133 (52.34% from 255 or 24.81% from 536); Blue value is 167 (65.62% from 255 or 31.16% from 536); Max value from RGB is 236 - color contains mainly: red. Hex color #EC85A7 is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #EC85A7 is #137A58. Grayscale: #A7A7A7. Windows color (decimal): -1276505 or 10978796. OLE color: 10978796.

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

Color convert

RGB236133167-
CMYK00.440.290.07
HSL340.19º73.05%72.35%-
HSV(B)340.19º43.64%92.55%-
XYZ49.9537.441.14-
YUV167.67127.62176.74-

RGB Variations

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

RGB

RED value IS 236 (92.58% from 255) = 44.03%
GREEN value IS 133 (52.34% from 255) = 24.81%
BLUE value IS 167 (65.62% from 255) = 31.16%
R=44.03%
G=24.81%
B=31.16%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.44
Y (Yellow) values IS 0.29
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal23613316700.440.290.07340.1973.0572.35
HexEC85A702C1D71544948
Octal354205247054357524111110
Binary11101100100001011010011101011001110111110101010010010011001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EC85A7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EC85A7; }

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

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

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

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

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

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

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

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