#ECB5FA

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

Shades of Mauve #ECB5FA

Tints of Mauve #ECB5FA

Color information

#ECB5FA (or 0xECB5FA) is unknown color: approx Mauve. HEX triplet: EC, B5 and FA. RGB value is (236,181,250). Sum of RGB (Red+Green+Blue) = 236+181+250=667 (88% of max value = 765). Red value is 236 (92.58% from 255 or 35.38% from 667); Green value is 181 (71.09% from 255 or 27.14% from 667); Blue value is 250 (98.05% from 255 or 37.48% from 667); Max value from RGB is 250 - color contains mainly: blue. Hex color #ECB5FA is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #ECB5FA is #134A05. Grayscale: #CDCDCD. Windows color (decimal): -1264134 or 16430572. OLE color: 16430572.

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

Color convert

RGB236181250-
CMYK0.060.2800.02
HSL287.83º87.34%84.51%-
HSV(B)287.83º27.6%98.04%-
XYZ68.3757.7897.99-
YUV205.31153.22149.89-

RGB Variations

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

RGB

RED value IS 236 (92.58% from 255) = 35.38%
GREEN value IS 181 (71.09% from 255) = 27.14%
BLUE value IS 250 (98.05% from 255) = 37.48%
R=35.38%
G=27.14%
B=37.48%

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
Decimal2361812500.060.2800.02287.8387.3484.51
HexECB5FA61C021205755
Octal35426537263402440127125
Binary1110110010110101111110101101110001010010000010101111010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ECB5FA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ECB5FA; }

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

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

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

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

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

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

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

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