#ECABF1

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

Shades of Plum #ECABF1

Tints of Plum #ECABF1

Color information

#ECABF1 (or 0xECABF1) is unknown color: approx Plum. HEX triplet: EC, AB and F1. RGB value is (236,171,241). Sum of RGB (Red+Green+Blue) = 236+171+241=648 (85% of max value = 765). Red value is 236 (92.58% from 255 or 36.42% from 648); Green value is 171 (67.19% from 255 or 26.39% from 648); Blue value is 241 (94.53% from 255 or 37.19% from 648); Max value from RGB is 241 - color contains mainly: blue. Hex color #ECABF1 is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #ECABF1 is #13540E. Grayscale: #C6C6C6. Windows color (decimal): -1266703 or 15838188. OLE color: 15838188.

HSL color Cylindrical-coordinate representation of color #ECABF1: hue angle of 295.71º degrees, saturation: 0.71, 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 #ECABF1 is Cyan = 0.02, Magento = 0.29, Yellow = 0 and Black (K on CMYK) = 0.05.

Color convert

RGB236171241-
CMYK0.020.2900.05
HSL295.71º71.43%80.78%-
HSV(B)295.71º29.05%94.51%-
XYZ65.0353.3190.08-
YUV198.41152.03154.81-

RGB Variations

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

RGB

RED value IS 236 (92.58% from 255) = 36.42%
GREEN value IS 171 (67.19% from 255) = 26.39%
BLUE value IS 241 (94.53% from 255) = 37.19%
R=36.42%
G=26.39%
B=37.19%

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
Decimal2361712410.020.2900.05295.7171.4380.78
HexECABF121D051284751
Octal35425336123505450107121
Binary1110110010101011111100011011101010110010100010001111010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ECABF1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ECABF1; }

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

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

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

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

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

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

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

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