#ECB0F3

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

Shades of Mauve #ECB0F3

Tints of Mauve #ECB0F3

Color information

#ECB0F3 (or 0xECB0F3) is unknown color: approx Mauve. HEX triplet: EC, B0 and F3. RGB value is (236,176,243). Sum of RGB (Red+Green+Blue) = 236+176+243=655 (86% of max value = 765). Red value is 236 (92.58% from 255 or 36.03% from 655); Green value is 176 (69.14% from 255 or 26.87% from 655); Blue value is 243 (95.31% from 255 or 37.10% from 655); Max value from RGB is 243 - color contains mainly: blue. Hex color #ECB0F3 is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #ECB0F3 is #134F0C. Grayscale: #C9C9C9. Windows color (decimal): -1265421 or 15970540. OLE color: 15970540.

HSL color Cylindrical-coordinate representation of color #ECB0F3: hue angle of 293.73º degrees, saturation: 0.74, lightness: 0.82%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #ECB0F3 is Cyan = 0.03, Magento = 0.28, Yellow = 0 and Black (K on CMYK) = 0.05.

Color convert

RGB236176243-
CMYK0.030.2800.05
HSL293.73º73.63%82.16%-
HSV(B)293.73º27.57%95.29%-
XYZ66.355.3591.98-
YUV201.58151.38152.55-

RGB Variations

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

RGB

RED value IS 236 (92.58% from 255) = 36.03%
GREEN value IS 176 (69.14% from 255) = 26.87%
BLUE value IS 243 (95.31% from 255) = 37.10%
R=36.03%
G=26.87%
B=37.10%

CMYK

C (Cyan) values IS 0.03
M (Magenta) values IS 0.28
Y (Yellow) values IS 0
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal2361762430.030.2800.05293.7373.6382.16
HexECB0F331C051264a52
Octal35426036333405446112122
Binary1110110010110000111100111111100010110010011010010101010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ECB0F3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ECB0F3; }

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

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

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

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

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

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

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

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