#ECB1F2

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

Shades of Mauve #ECB1F2

Tints of Mauve #ECB1F2

Color information

#ECB1F2 (or 0xECB1F2) is unknown color: approx Mauve. HEX triplet: EC, B1 and F2. RGB value is (236,177,242). Sum of RGB (Red+Green+Blue) = 236+177+242=655 (86% of max value = 765). Red value is 236 (92.58% from 255 or 36.03% from 655); Green value is 177 (69.53% from 255 or 27.02% from 655); Blue value is 242 (94.92% from 255 or 36.95% from 655); Max value from RGB is 242 - color contains mainly: blue. Hex color #ECB1F2 is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #ECB1F2 is #134E0D. Grayscale: #C9C9C9. Windows color (decimal): -1265166 or 15905260. OLE color: 15905260.

HSL color Cylindrical-coordinate representation of color #ECB1F2: hue angle of 294.46º degrees, saturation: 0.71, lightness: 0.82%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #ECB1F2 is Cyan = 0.02, Magento = 0.27, Yellow = 0 and Black (K on CMYK) = 0.05.

Color convert

RGB236177242-
CMYK0.020.2700.05
HSL294.46º71.43%82.16%-
HSV(B)294.46º26.86%94.9%-
XYZ66.3455.6991.26-
YUV202.05150.55152.21-

RGB Variations

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

RGB

RED value IS 236 (92.58% from 255) = 36.03%
GREEN value IS 177 (69.53% from 255) = 27.02%
BLUE value IS 242 (94.92% from 255) = 36.95%
R=36.03%
G=27.02%
B=36.95%

CMYK

C (Cyan) values IS 0.02
M (Magenta) values IS 0.27
Y (Yellow) values IS 0
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal2361772420.020.2700.05294.4671.4382.16
HexECB1F221B051264752
Octal35426136223305446107122
Binary1110110010110001111100101011011010110010011010001111010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ECB1F2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ECB1F2; }

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

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

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

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

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

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

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

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