#ECA5FE

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

Shades of Mauve #ECA5FE

Tints of Mauve #ECA5FE

Color information

#ECA5FE (or 0xECA5FE) is unknown color: approx Mauve. HEX triplet: EC, A5 and FE. RGB value is (236,165,254). Sum of RGB (Red+Green+Blue) = 236+165+254=655 (86% of max value = 765). Red value is 236 (92.58% from 255 or 36.03% from 655); Green value is 165 (64.84% from 255 or 25.19% from 655); Blue value is 254 (99.61% from 255 or 38.78% from 655); Max value from RGB is 254 - color contains mainly: blue. Hex color #ECA5FE is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #ECA5FE is #135A01. Grayscale: #C4C4C4. Windows color (decimal): -1268226 or 16688620. OLE color: 16688620.

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

Color convert

RGB236165254-
CMYK0.070.3500.00
HSL287.87º97.8%82.16%-
HSV(B)287.87º35.04%99.61%-
XYZ65.9451.9100.31-
YUV196.37160.52156.26-

RGB Variations

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

RGB

RED value IS 236 (92.58% from 255) = 36.03%
GREEN value IS 165 (64.84% from 255) = 25.19%
BLUE value IS 254 (99.61% from 255) = 38.78%
R=36.03%
G=25.19%
B=38.78%

CMYK

C (Cyan) values IS 0.07
M (Magenta) values IS 0.35
Y (Yellow) values IS 0
K (Black) values IS 0.00
SystemRedGreenBlueCMYKHSL
Decimal2361652540.070.3500.00287.8797.882.16
HexECA5FE723001206252
Octal35424537674300440142122
Binary1110110010100101111111101111000110010010000011000101010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ECA5FE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ECA5FE; }

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

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

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

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

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

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

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

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