#ECACF3

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

Shades of Plum #ECACF3

Tints of Plum #ECACF3

Color information

#ECACF3 (or 0xECACF3) is unknown color: approx Plum. HEX triplet: EC, AC and F3. RGB value is (236,172,243). Sum of RGB (Red+Green+Blue) = 236+172+243=651 (86% of max value = 765). Red value is 236 (92.58% from 255 or 36.25% from 651); Green value is 172 (67.58% from 255 or 26.42% from 651); Blue value is 243 (95.31% from 255 or 37.33% from 651); Max value from RGB is 243 - color contains mainly: blue. Hex color #ECACF3 is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #ECACF3 is #13530C. Grayscale: #C7C7C7. Windows color (decimal): -1266445 or 15969516. OLE color: 15969516.

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

Color convert

RGB236172243-
CMYK0.030.2900.05
HSL294.08º74.74%81.37%-
HSV(B)294.08º29.22%95.29%-
XYZ65.5253.8191.73-
YUV199.23152.7154.23-

RGB Variations

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

RGB

RED value IS 236 (92.58% from 255) = 36.25%
GREEN value IS 172 (67.58% from 255) = 26.42%
BLUE value IS 243 (95.31% from 255) = 37.33%
R=36.25%
G=26.42%
B=37.33%

CMYK

C (Cyan) values IS 0.03
M (Magenta) values IS 0.29
Y (Yellow) values IS 0
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal2361722430.030.2900.05294.0874.7481.37
HexECACF331D051264b51
Octal35425436333505446113121
Binary1110110010101100111100111111101010110010011010010111010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ECACF3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ECACF3; }

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

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

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

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

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

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

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

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