#ECB1FE

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

Shades of Mauve #ECB1FE

Tints of Mauve #ECB1FE

Color information

#ECB1FE (or 0xECB1FE) is unknown color: approx Mauve. HEX triplet: EC, B1 and FE. RGB value is (236,177,254). Sum of RGB (Red+Green+Blue) = 236+177+254=667 (88% of max value = 765). Red value is 236 (92.58% from 255 or 35.38% from 667); Green value is 177 (69.53% from 255 or 26.54% from 667); Blue value is 254 (99.61% from 255 or 38.08% from 667); Max value from RGB is 254 - color contains mainly: blue. Hex color #ECB1FE is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #ECB1FE is #134E01. Grayscale: #CBCBCB. Windows color (decimal): -1265154 or 16691692. OLE color: 16691692.

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

Color convert

RGB236177254-
CMYK0.070.3000.00
HSL285.97º97.47%84.51%-
HSV(B)285.97º30.31%99.61%-
XYZ68.256.43101.06-
YUV203.42156.55151.24-

RGB Variations

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

RGB

RED value IS 236 (92.58% from 255) = 35.38%
GREEN value IS 177 (69.53% from 255) = 26.54%
BLUE value IS 254 (99.61% from 255) = 38.08%
R=35.38%
G=26.54%
B=38.08%

CMYK

C (Cyan) values IS 0.07
M (Magenta) values IS 0.30
Y (Yellow) values IS 0
K (Black) values IS 0.00
SystemRedGreenBlueCMYKHSL
Decimal2361772540.070.3000.00285.9797.4784.51
HexECB1FE71E0011e6155
Octal35426137673600436141125
Binary111011001011000111111110111111100010001111011000011010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ECB1FE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ECB1FE; }

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

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

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

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

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

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

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

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