#EC86AB

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

Shades of Mauvelous #EC86AB

Tints of Mauvelous #EC86AB

Color information

#EC86AB (or 0xEC86AB) is unknown color: approx Mauvelous. HEX triplet: EC, 86 and AB. RGB value is (236,134,171). Sum of RGB (Red+Green+Blue) = 236+134+171=541 (71% of max value = 765). Red value is 236 (92.58% from 255 or 43.62% from 541); Green value is 134 (52.73% from 255 or 24.77% from 541); Blue value is 171 (67.19% from 255 or 31.61% from 541); Max value from RGB is 236 - color contains mainly: red. Hex color #EC86AB is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #EC86AB is #137954. Grayscale: #A8A8A8. Windows color (decimal): -1276245 or 11241196. OLE color: 11241196.

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

Color convert

RGB236134171-
CMYK00.430.280.07
HSL338.24º72.86%72.55%-
HSV(B)338.24º43.22%92.55%-
XYZ50.4737.8243.17-
YUV168.72129.29175.99-

RGB Variations

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

RGB

RED value IS 236 (92.58% from 255) = 43.62%
GREEN value IS 134 (52.73% from 255) = 24.77%
BLUE value IS 171 (67.19% from 255) = 31.61%
R=43.62%
G=24.77%
B=31.61%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.43
Y (Yellow) values IS 0.28
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal23613417100.430.280.07338.2472.8672.55
HexEC86AB02B1C71524949
Octal354206253053347522111111
Binary11101100100001101010101101010111110011110101001010010011001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EC86AB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EC86AB; }

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

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

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

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

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

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

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

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