#ECB2F2

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

Shades of Mauve #ECB2F2

Tints of Mauve #ECB2F2

Color information

#ECB2F2 (or 0xECB2F2) is unknown color: approx Mauve. HEX triplet: EC, B2 and F2. RGB value is (236,178,242). Sum of RGB (Red+Green+Blue) = 236+178+242=656 (86% of max value = 765). Red value is 236 (92.58% from 255 or 35.98% from 656); Green value is 178 (69.92% from 255 or 27.13% from 656); Blue value is 242 (94.92% from 255 or 36.89% from 656); Max value from RGB is 242 - color contains mainly: blue. Hex color #ECB2F2 is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #ECB2F2 is #134D0D. Grayscale: #CACACA. Windows color (decimal): -1264910 or 15905516. OLE color: 15905516.

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

Color convert

RGB236178242-
CMYK0.020.2600.05
HSL294.38º71.11%82.35%-
HSV(B)294.38º26.45%94.9%-
XYZ66.5456.0891.32-
YUV202.64150.22151.8-

RGB Variations

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

RGB

RED value IS 236 (92.58% from 255) = 35.98%
GREEN value IS 178 (69.92% from 255) = 27.13%
BLUE value IS 242 (94.92% from 255) = 36.89%
R=35.98%
G=27.13%
B=36.89%

CMYK

C (Cyan) values IS 0.02
M (Magenta) values IS 0.26
Y (Yellow) values IS 0
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal2361782420.020.2600.05294.3871.1182.35
HexECB2F221A051264752
Octal35426236223205446107122
Binary1110110010110010111100101011010010110010011010001111010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ECB2F2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ECB2F2; }

 p { color: rgb(236,178,242); }

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

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

 a { background-color: rgb(236,178,242); }

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

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

 span { border-color: rgb(236,178,242); }

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