#EC85AE

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

Shades of Mauvelous #EC85AE

Tints of Mauvelous #EC85AE

Color information

#EC85AE (or 0xEC85AE) is unknown color: approx Mauvelous. HEX triplet: EC, 85 and AE. RGB value is (236,133,174). Sum of RGB (Red+Green+Blue) = 236+133+174=543 (71% of max value = 765). Red value is 236 (92.58% from 255 or 43.46% from 543); Green value is 133 (52.34% from 255 or 24.49% from 543); Blue value is 174 (68.36% from 255 or 32.04% from 543); Max value from RGB is 236 - color contains mainly: red. Hex color #EC85AE is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #EC85AE is #137A51. Grayscale: #A8A8A8. Windows color (decimal): -1276498 or 11437548. OLE color: 11437548.

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

Color convert

RGB236133174-
CMYK00.440.260.07
HSL336.12º73.05%72.35%-
HSV(B)336.12º43.64%92.55%-
XYZ50.6237.6644.65-
YUV168.47131.12176.17-

RGB Variations

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

RGB

RED value IS 236 (92.58% from 255) = 43.46%
GREEN value IS 133 (52.34% from 255) = 24.49%
BLUE value IS 174 (68.36% from 255) = 32.04%
R=43.46%
G=24.49%
B=32.04%

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
Decimal23613317400.440.260.07336.1273.0572.35
HexEC85AE02C1A71504948
Octal354205256054327520111110
Binary11101100100001011010111001011001101011110101000010010011001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EC85AE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EC85AE; }

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

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

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

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

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

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

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

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