#ECACF1

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

Shades of Plum #ECACF1

Tints of Plum #ECACF1

Color information

#ECACF1 (or 0xECACF1) is unknown color: approx Plum. HEX triplet: EC, AC and F1. RGB value is (236,172,241). Sum of RGB (Red+Green+Blue) = 236+172+241=649 (85% of max value = 765). Red value is 236 (92.58% from 255 or 36.36% from 649); Green value is 172 (67.58% from 255 or 26.50% from 649); Blue value is 241 (94.53% from 255 or 37.13% from 649); Max value from RGB is 241 - color contains mainly: blue. Hex color #ECACF1 is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #ECACF1 is #13530E. Grayscale: #C6C6C6. Windows color (decimal): -1266447 or 15838444. OLE color: 15838444.

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

Color convert

RGB236172241-
CMYK0.020.2900.05
HSL295.65º71.13%80.98%-
HSV(B)295.65º28.63%94.51%-
XYZ65.2253.6990.14-
YUV199151.7154.39-

RGB Variations

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

RGB

RED value IS 236 (92.58% from 255) = 36.36%
GREEN value IS 172 (67.58% from 255) = 26.50%
BLUE value IS 241 (94.53% from 255) = 37.13%
R=36.36%
G=26.50%
B=37.13%

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
Decimal2361722410.020.2900.05295.6571.1380.98
HexECACF121D051284751
Octal35425436123505450107121
Binary1110110010101100111100011011101010110010100010001111010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ECACF1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ECACF1; }

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

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

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

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

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

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

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

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