#ECB0F5

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

Shades of Mauve #ECB0F5

Tints of Mauve #ECB0F5

Color information

#ECB0F5 (or 0xECB0F5) is unknown color: approx Mauve. HEX triplet: EC, B0 and F5. RGB value is (236,176,245). Sum of RGB (Red+Green+Blue) = 236+176+245=657 (87% of max value = 765). Red value is 236 (92.58% from 255 or 35.92% from 657); Green value is 176 (69.14% from 255 or 26.79% from 657); Blue value is 245 (96.09% from 255 or 37.29% from 657); Max value from RGB is 245 - color contains mainly: blue. Hex color #ECB0F5 is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #ECB0F5 is #134F0A. Grayscale: #C9C9C9. Windows color (decimal): -1265419 or 16101612. OLE color: 16101612.

HSL color Cylindrical-coordinate representation of color #ECB0F5: hue angle of 292.17º degrees, saturation: 0.78, lightness: 0.83%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #ECB0F5 is Cyan = 0.04, Magento = 0.28, Yellow = 0 and Black (K on CMYK) = 0.04.

Color convert

RGB236176245-
CMYK0.040.2800.04
HSL292.17º77.53%82.55%-
HSV(B)292.17º28.16%96.08%-
XYZ66.655.4893.58-
YUV201.81152.38152.39-

RGB Variations

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

RGB

RED value IS 236 (92.58% from 255) = 35.92%
GREEN value IS 176 (69.14% from 255) = 26.79%
BLUE value IS 245 (96.09% from 255) = 37.29%
R=35.92%
G=26.79%
B=37.29%

CMYK

C (Cyan) values IS 0.04
M (Magenta) values IS 0.28
Y (Yellow) values IS 0
K (Black) values IS 0.04
SystemRedGreenBlueCMYKHSL
Decimal2361762450.040.2800.04292.1777.5382.55
HexECB0F541C041244e53
Octal35426036543404444116123
Binary11101100101100001111010110011100010010010010010011101010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ECB0F5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ECB0F5; }

 p { color: rgb(236,176,245); }

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

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

 a { background-color: rgb(236,176,245); }

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

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

 span { border-color: rgb(236,176,245); }

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