#EC85A3

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

Shades of Mauvelous #EC85A3

Tints of Mauvelous #EC85A3

Color information

#EC85A3 (or 0xEC85A3) is unknown color: approx Mauvelous. HEX triplet: EC, 85 and A3. RGB value is (236,133,163). Sum of RGB (Red+Green+Blue) = 236+133+163=532 (70% of max value = 765). Red value is 236 (92.58% from 255 or 44.36% from 532); Green value is 133 (52.34% from 255 or 25% from 532); Blue value is 163 (64.06% from 255 or 30.64% from 532); Max value from RGB is 236 - color contains mainly: red. Hex color #EC85A3 is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #EC85A3 is #137A5C. Grayscale: #A7A7A7. Windows color (decimal): -1276509 or 10716652. OLE color: 10716652.

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

Color convert

RGB236133163-
CMYK00.440.310.07
HSL342.52º73.05%72.35%-
HSV(B)342.52º43.64%92.55%-
XYZ49.5937.2539.23-
YUV167.22125.62177.06-

RGB Variations

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

RGB

RED value IS 236 (92.58% from 255) = 44.36%
GREEN value IS 133 (52.34% from 255) = 25%
BLUE value IS 163 (64.06% from 255) = 30.64%
R=44.36%
G=25%
B=30.64%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.44
Y (Yellow) values IS 0.31
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal23613316300.440.310.07342.5273.0572.35
HexEC85A302C1F71574948
Octal354205243054377527111110
Binary11101100100001011010001101011001111111110101011110010011001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EC85A3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EC85A3; }

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

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

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

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

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

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

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

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