#ECB4FE

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

Shades of Mauve #ECB4FE

Tints of Mauve #ECB4FE

Color information

#ECB4FE (or 0xECB4FE) is unknown color: approx Mauve. HEX triplet: EC, B4 and FE. RGB value is (236,180,254). Sum of RGB (Red+Green+Blue) = 236+180+254=670 (88% of max value = 765). Red value is 236 (92.58% from 255 or 35.22% from 670); Green value is 180 (70.70% from 255 or 26.87% from 670); Blue value is 254 (99.61% from 255 or 37.91% from 670); Max value from RGB is 254 - color contains mainly: blue. Hex color #ECB4FE is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #ECB4FE is #134B01. Grayscale: #CCCCCC. Windows color (decimal): -1264386 or 16692460. OLE color: 16692460.

HSL color Cylindrical-coordinate representation of color #ECB4FE: hue angle of 285.41º degrees, saturation: 0.97, lightness: 0.85%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #ECB4FE is Cyan = 0.07, Magento = 0.29, Yellow = 0 and Black (K on CMYK) = 0.00.

Color convert

RGB236180254-
CMYK0.070.2900.00
HSL285.41º97.37%85.1%-
HSV(B)285.41º29.13%99.61%-
XYZ68.857.63101.26-
YUV205.18155.55149.98-

RGB Variations

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

RGB

RED value IS 236 (92.58% from 255) = 35.22%
GREEN value IS 180 (70.70% from 255) = 26.87%
BLUE value IS 254 (99.61% from 255) = 37.91%
R=35.22%
G=26.87%
B=37.91%

CMYK

C (Cyan) values IS 0.07
M (Magenta) values IS 0.29
Y (Yellow) values IS 0
K (Black) values IS 0.00
SystemRedGreenBlueCMYKHSL
Decimal2361802540.070.2900.00285.4197.3785.1
HexECB4FE71D0011d6155
Octal35426437673500435141125
Binary111011001011010011111110111111010010001110111000011010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ECB4FE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ECB4FE; }

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

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

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

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

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

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

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

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