#ECB2FA

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

Shades of Mauve #ECB2FA

Tints of Mauve #ECB2FA

Color information

#ECB2FA (or 0xECB2FA) is unknown color: approx Mauve. HEX triplet: EC, B2 and FA. RGB value is (236,178,250). Sum of RGB (Red+Green+Blue) = 236+178+250=664 (87% of max value = 765). Red value is 236 (92.58% from 255 or 35.54% from 664); Green value is 178 (69.92% from 255 or 26.81% from 664); Blue value is 250 (98.05% from 255 or 37.65% from 664); Max value from RGB is 250 - color contains mainly: blue. Hex color #ECB2FA is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #ECB2FA is #134D05. Grayscale: #CBCBCB. Windows color (decimal): -1264902 or 16429804. OLE color: 16429804.

HSL color Cylindrical-coordinate representation of color #ECB2FA: hue angle of 288.33º 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 #ECB2FA is Cyan = 0.06, Magento = 0.29, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB236178250-
CMYK0.060.2900.02
HSL288.33º87.8%83.92%-
HSV(B)288.33º28.8%98.04%-
XYZ67.7756.5897.79-
YUV203.55154.22151.15-

RGB Variations

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

RGB

RED value IS 236 (92.58% from 255) = 35.54%
GREEN value IS 178 (69.92% from 255) = 26.81%
BLUE value IS 250 (98.05% from 255) = 37.65%
R=35.54%
G=26.81%
B=37.65%

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
Decimal2361782500.060.2900.02288.3387.883.92
HexECB2FA61D021205854
Octal35426237263502440130124
Binary1110110010110010111110101101110101010010000010110001010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ECB2FA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ECB2FA; }

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

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

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

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

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

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

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

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