#EC85A4

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

Shades of Mauvelous #EC85A4

Tints of Mauvelous #EC85A4

Color information

#EC85A4 (or 0xEC85A4) is unknown color: approx Mauvelous. HEX triplet: EC, 85 and A4. RGB value is (236,133,164). Sum of RGB (Red+Green+Blue) = 236+133+164=533 (70% of max value = 765). Red value is 236 (92.58% from 255 or 44.28% from 533); Green value is 133 (52.34% from 255 or 24.95% from 533); Blue value is 164 (64.45% from 255 or 30.77% from 533); Max value from RGB is 236 - color contains mainly: red. Hex color #EC85A4 is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #EC85A4 is #137A5B. Grayscale: #A7A7A7. Windows color (decimal): -1276508 or 10782188. OLE color: 10782188.

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

Color convert

RGB236133164-
CMYK00.440.310.07
HSL341.94º73.05%72.35%-
HSV(B)341.94º43.64%92.55%-
XYZ49.6837.2939.7-
YUV167.33126.12176.98-

RGB Variations

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

RGB

RED value IS 236 (92.58% from 255) = 44.28%
GREEN value IS 133 (52.34% from 255) = 24.95%
BLUE value IS 164 (64.45% from 255) = 30.77%
R=44.28%
G=24.95%
B=30.77%

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
Decimal23613316400.440.310.07341.9473.0572.35
HexEC85A402C1F71564948
Octal354205244054377526111110
Binary11101100100001011010010001011001111111110101011010010011001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EC85A4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EC85A4; }

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

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

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

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

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

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

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

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