#ECABF2

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

Shades of Plum #ECABF2

Tints of Plum #ECABF2

Color information

#ECABF2 (or 0xECABF2) is unknown color: approx Plum. HEX triplet: EC, AB and F2. RGB value is (236,171,242). Sum of RGB (Red+Green+Blue) = 236+171+242=649 (85% of max value = 765). Red value is 236 (92.58% from 255 or 36.36% from 649); Green value is 171 (67.19% from 255 or 26.35% from 649); Blue value is 242 (94.92% from 255 or 37.29% from 649); Max value from RGB is 242 - color contains mainly: blue. Hex color #ECABF2 is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #ECABF2 is #13540D. Grayscale: #C6C6C6. Windows color (decimal): -1266702 or 15903724. OLE color: 15903724.

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

Color convert

RGB236171242-
CMYK0.020.2900.05
HSL294.93º73.2%80.98%-
HSV(B)294.93º29.34%94.9%-
XYZ65.1853.3790.87-
YUV198.53152.53154.73-

RGB Variations

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

RGB

RED value IS 236 (92.58% from 255) = 36.36%
GREEN value IS 171 (67.19% from 255) = 26.35%
BLUE value IS 242 (94.92% from 255) = 37.29%
R=36.36%
G=26.35%
B=37.29%

CMYK

C (Cyan) values IS 0.02
M (Magenta) values IS 0.29
Y (Yellow) values IS 0
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal2361712420.020.2900.05294.9373.280.98
HexECABF221D051274951
Octal35425336223505447111121
Binary1110110010101011111100101011101010110010011110010011010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ECABF2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ECABF2; }

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

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

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

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

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

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

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

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