#EC86A3

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

Shades of Mauvelous #EC86A3

Tints of Mauvelous #EC86A3

Color information

#EC86A3 (or 0xEC86A3) is unknown color: approx Mauvelous. HEX triplet: EC, 86 and A3. RGB value is (236,134,163). Sum of RGB (Red+Green+Blue) = 236+134+163=533 (70% of max value = 765). Red value is 236 (92.58% from 255 or 44.28% from 533); Green value is 134 (52.73% from 255 or 25.14% from 533); Blue value is 163 (64.06% from 255 or 30.58% from 533); Max value from RGB is 236 - color contains mainly: red. Hex color #EC86A3 is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #EC86A3 is #13795C. Grayscale: #A7A7A7. Windows color (decimal): -1276253 or 10716908. OLE color: 10716908.

HSL color Cylindrical-coordinate representation of color #EC86A3: hue angle of 342.94º degrees, saturation: 0.73, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #EC86A3 is Cyan = 0, Magento = 0.43, Yellow = 0.31 and Black (K on CMYK) = 0.07.

Color convert

RGB236134163-
CMYK00.430.310.07
HSL342.94º72.86%72.55%-
HSV(B)342.94º43.22%92.55%-
XYZ49.7337.5339.27-
YUV167.8125.29176.64-

RGB Variations

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

RGB

RED value IS 236 (92.58% from 255) = 44.28%
GREEN value IS 134 (52.73% from 255) = 25.14%
BLUE value IS 163 (64.06% from 255) = 30.58%
R=44.28%
G=25.14%
B=30.58%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.43
Y (Yellow) values IS 0.31
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal23613416300.430.310.07342.9472.8672.55
HexEC86A302B1F71574949
Octal354206243053377527111111
Binary11101100100001101010001101010111111111110101011110010011001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EC86A3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EC86A3; }

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

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

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

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

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

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

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

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