#ECA0FF

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

Shades of Mauve #ECA0FF

Tints of Mauve #ECA0FF

Color information

#ECA0FF (or 0xECA0FF) is unknown color: approx Mauve. HEX triplet: EC, A0 and FF. RGB value is (236,160,255). Sum of RGB (Red+Green+Blue) = 236+160+255=651 (86% of max value = 765). Red value is 236 (92.58% from 255 or 36.25% from 651); Green value is 160 (62.89% from 255 or 24.58% from 651); Blue value is 255 (100% from 255 or 39.17% from 651); Max value from RGB is 255 - color contains mainly: blue. Hex color #ECA0FF is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #ECA0FF is #135F00. Grayscale: #C1C1C1. Windows color (decimal): -1269505 or 16752876. OLE color: 16752876.

HSL color Cylindrical-coordinate representation of color #ECA0FF: hue angle of 288º degrees, saturation: 1, lightness: 0.81%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #ECA0FF is Cyan = 0.07, Magento = 0.37, Yellow = 0 and Black (K on CMYK) = 0.

Color convert

RGB236160255-
CMYK0.070.3700
HSL288º100%81.37%-
HSV(B)288º37.25%100%-
XYZ65.2150.19100.86-
YUV193.55162.68158.28-

RGB Variations

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

RGB

RED value IS 236 (92.58% from 255) = 36.25%
GREEN value IS 160 (62.89% from 255) = 24.58%
BLUE value IS 255 (100% from 255) = 39.17%
R=36.25%
G=24.58%
B=39.17%

CMYK

C (Cyan) values IS 0.07
M (Magenta) values IS 0.37
Y (Yellow) values IS 0
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal2361602550.070.370028810081.37
HexECA0FF725001206451
Octal35424037774500440144121
Binary1110110010100000111111111111001010010010000011001001010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ECA0FF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ECA0FF; }

 p { color: rgb(236,160,255); }

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

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

 a { background-color: rgb(236,160,255); }

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

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

 span { border-color: rgb(236,160,255); }

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