#ECA6F3

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

Shades of Plum #ECA6F3

Tints of Plum #ECA6F3

Color information

#ECA6F3 (or 0xECA6F3) is unknown color: approx Plum. HEX triplet: EC, A6 and F3. RGB value is (236,166,243). Sum of RGB (Red+Green+Blue) = 236+166+243=645 (85% of max value = 765). Red value is 236 (92.58% from 255 or 36.59% from 645); Green value is 166 (65.23% from 255 or 25.74% from 645); Blue value is 243 (95.31% from 255 or 37.67% from 645); Max value from RGB is 243 - color contains mainly: blue. Hex color #ECA6F3 is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #ECA6F3 is #13590C. Grayscale: #C3C3C3. Windows color (decimal): -1267981 or 15967980. OLE color: 15967980.

HSL color Cylindrical-coordinate representation of color #ECA6F3: hue angle of 294.55º degrees, saturation: 0.76, lightness: 0.8%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #ECA6F3 is Cyan = 0.03, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.05.

Color convert

RGB236166243-
CMYK0.030.3200.05
HSL294.55º76.24%80.2%-
HSV(B)294.55º31.69%95.29%-
XYZ64.4151.5891.35-
YUV195.71154.69156.74-

RGB Variations

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

RGB

RED value IS 236 (92.58% from 255) = 36.59%
GREEN value IS 166 (65.23% from 255) = 25.74%
BLUE value IS 243 (95.31% from 255) = 37.67%
R=36.59%
G=25.74%
B=37.67%

CMYK

C (Cyan) values IS 0.03
M (Magenta) values IS 0.32
Y (Yellow) values IS 0
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal2361662430.030.3200.05294.5576.2480.2
HexECA6F3320051274c50
Octal35424636334005447114120
Binary11101100101001101111001111100000010110010011110011001010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ECA6F3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ECA6F3; }

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

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

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

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

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

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

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

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