#ECB4F9

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

Shades of Mauve #ECB4F9

Tints of Mauve #ECB4F9

Color information

#ECB4F9 (or 0xECB4F9) is unknown color: approx Mauve. HEX triplet: EC, B4 and F9. RGB value is (236,180,249). Sum of RGB (Red+Green+Blue) = 236+180+249=665 (88% of max value = 765). Red value is 236 (92.58% from 255 or 35.49% from 665); Green value is 180 (70.70% from 255 or 27.07% from 665); Blue value is 249 (97.66% from 255 or 37.44% from 665); Max value from RGB is 249 - color contains mainly: blue. Hex color #ECB4F9 is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #ECB4F9 is #134B06. Grayscale: #CCCCCC. Windows color (decimal): -1264391 or 16364780. OLE color: 16364780.

HSL color Cylindrical-coordinate representation of color #ECB4F9: hue angle of 288.7º degrees, saturation: 0.85, lightness: 0.84%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #ECB4F9 is Cyan = 0.05, Magento = 0.28, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB236180249-
CMYK0.050.2800.02
HSL288.7º85.19%84.12%-
HSV(B)288.7º27.71%97.65%-
XYZ68.0157.3197.1-
YUV204.61153.05150.39-

RGB Variations

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

RGB

RED value IS 236 (92.58% from 255) = 35.49%
GREEN value IS 180 (70.70% from 255) = 27.07%
BLUE value IS 249 (97.66% from 255) = 37.44%
R=35.49%
G=27.07%
B=37.44%

CMYK

C (Cyan) values IS 0.05
M (Magenta) values IS 0.28
Y (Yellow) values IS 0
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal2361802490.050.2800.02288.785.1984.12
HexECB4F951C021215554
Octal35426437153402441125124
Binary1110110010110100111110011011110001010010000110101011010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ECB4F9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ECB4F9; }

 p { color: rgb(236,180,249); }

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

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

 a { background-color: rgb(236,180,249); }

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

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

 span { border-color: rgb(236,180,249); }

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