#ECB0FC

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

Shades of Mauve #ECB0FC

Tints of Mauve #ECB0FC

Color information

#ECB0FC (or 0xECB0FC) is unknown color: approx Mauve. HEX triplet: EC, B0 and FC. RGB value is (236,176,252). Sum of RGB (Red+Green+Blue) = 236+176+252=664 (87% of max value = 765). Red value is 236 (92.58% from 255 or 35.54% from 664); Green value is 176 (69.14% from 255 or 26.51% from 664); Blue value is 252 (98.83% from 255 or 37.95% from 664); Max value from RGB is 252 - color contains mainly: blue. Hex color #ECB0FC is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #ECB0FC is #134F03. Grayscale: #CACACA. Windows color (decimal): -1265412 or 16560364. OLE color: 16560364.

HSL color Cylindrical-coordinate representation of color #ECB0FC: hue angle of 287.37º degrees, saturation: 0.93, lightness: 0.84%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #ECB0FC is Cyan = 0.06, Magento = 0.30, Yellow = 0 and Black (K on CMYK) = 0.01.

Color convert

RGB236176252-
CMYK0.060.3000.01
HSL287.37º92.68%83.92%-
HSV(B)287.37º30.16%98.82%-
XYZ67.6955.9199.32-
YUV202.6155.88151.82-

RGB Variations

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

RGB

RED value IS 236 (92.58% from 255) = 35.54%
GREEN value IS 176 (69.14% from 255) = 26.51%
BLUE value IS 252 (98.83% from 255) = 37.95%
R=35.54%
G=26.51%
B=37.95%

CMYK

C (Cyan) values IS 0.06
M (Magenta) values IS 0.30
Y (Yellow) values IS 0
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal2361762520.060.3000.01287.3792.6883.92
HexECB0FC61E0111f5d54
Octal35426037463601437135124
Binary111011001011000011111100110111100110001111110111011010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ECB0FC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ECB0FC; }

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

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

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

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

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

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

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

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