#ECB4FA

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

Shades of Mauve #ECB4FA

Tints of Mauve #ECB4FA

Color information

#ECB4FA (or 0xECB4FA) is unknown color: approx Mauve. HEX triplet: EC, B4 and FA. RGB value is (236,180,250). Sum of RGB (Red+Green+Blue) = 236+180+250=666 (88% of max value = 765). Red value is 236 (92.58% from 255 or 35.44% from 666); Green value is 180 (70.70% from 255 or 27.03% from 666); Blue value is 250 (98.05% from 255 or 37.54% from 666); Max value from RGB is 250 - color contains mainly: blue. Hex color #ECB4FA is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #ECB4FA is #134B05. Grayscale: #CCCCCC. Windows color (decimal): -1264390 or 16430316. OLE color: 16430316.

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

Color convert

RGB236180250-
CMYK0.060.2800.02
HSL288º87.5%84.31%-
HSV(B)288º28%98.04%-
XYZ68.1757.3897.92-
YUV204.72153.55150.31-

RGB Variations

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

RGB

RED value IS 236 (92.58% from 255) = 35.44%
GREEN value IS 180 (70.70% from 255) = 27.03%
BLUE value IS 250 (98.05% from 255) = 37.54%
R=35.44%
G=27.03%
B=37.54%

CMYK

C (Cyan) values IS 0.06
M (Magenta) values IS 0.28
Y (Yellow) values IS 0
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal2361802500.060.2800.0228887.584.31
HexECB4FA61C021205854
Octal35426437263402440130124
Binary1110110010110100111110101101110001010010000010110001010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ECB4FA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ECB4FA; }

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

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

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

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

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

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

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

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