#ECB1FA

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

Shades of Mauve #ECB1FA

Tints of Mauve #ECB1FA

Color information

#ECB1FA (or 0xECB1FA) is unknown color: approx Mauve. HEX triplet: EC, B1 and FA. RGB value is (236,177,250). Sum of RGB (Red+Green+Blue) = 236+177+250=663 (87% of max value = 765). Red value is 236 (92.58% from 255 or 35.60% from 663); Green value is 177 (69.53% from 255 or 26.70% from 663); Blue value is 250 (98.05% from 255 or 37.71% from 663); Max value from RGB is 250 - color contains mainly: blue. Hex color #ECB1FA is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #ECB1FA is #134E05. Grayscale: #CACACA. Windows color (decimal): -1265158 or 16429548. OLE color: 16429548.

HSL color Cylindrical-coordinate representation of color #ECB1FA: hue angle of 288.49º degrees, saturation: 0.88, lightness: 0.84%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #ECB1FA is Cyan = 0.06, Magento = 0.29, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB236177250-
CMYK0.060.2900.02
HSL288.49º87.95%83.73%-
HSV(B)288.49º29.2%98.04%-
XYZ67.5756.1897.72-
YUV202.96154.55151.56-

RGB Variations

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

RGB

RED value IS 236 (92.58% from 255) = 35.60%
GREEN value IS 177 (69.53% from 255) = 26.70%
BLUE value IS 250 (98.05% from 255) = 37.71%
R=35.60%
G=26.70%
B=37.71%

CMYK

C (Cyan) values IS 0.06
M (Magenta) values IS 0.29
Y (Yellow) values IS 0
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal2361772500.060.2900.02288.4987.9583.73
HexECB1FA61D021205854
Octal35426137263502440130124
Binary1110110010110001111110101101110101010010000010110001010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ECB1FA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ECB1FA; }

 p { color: rgb(236,177,250); }

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

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

 a { background-color: rgb(236,177,250); }

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

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

 span { border-color: rgb(236,177,250); }

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