#ECA0EC

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

Shades of Plum #ECA0EC

Tints of Plum #ECA0EC

Color information

#ECA0EC (or 0xECA0EC) is unknown color: approx Plum. HEX triplet: EC, A0 and EC. RGB value is (236,160,236). Sum of RGB (Red+Green+Blue) = 236+160+236=632 (83% of max value = 765). Red value is 236 (92.58% from 255 or 37.34% from 632); Green value is 160 (62.89% from 255 or 25.32% from 632); Blue value is 236 (92.58% from 255 or 37.34% from 632); Max value from RGB is 236 - color contains mainly: red, blue. Hex color #ECA0EC is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #ECA0EC is #135F13. Grayscale: #BFBFBF. Windows color (decimal): -1269524 or 15507692. OLE color: 15507692.

HSL color Cylindrical-coordinate representation of color #ECA0EC: hue angle of 300º degrees, saturation: 0.67, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #ECA0EC is Cyan = 0, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB236160236-
CMYK00.3200.07
HSL300º66.67%77.65%-
HSV(B)300º32.2%92.55%-
XYZ62.349.0385.54-
YUV191.39153.18159.82-

RGB Variations

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

RGB

RED value IS 236 (92.58% from 255) = 37.34%
GREEN value IS 160 (62.89% from 255) = 25.32%
BLUE value IS 236 (92.58% from 255) = 37.34%
R=37.34%
G=25.32%
B=37.34%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.32
Y (Yellow) values IS 0
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal23616023600.3200.0730066.6777.65
HexECA0EC0200712c434e
Octal35424035404007454103116
Binary1110110010100000111011000100000011110010110010000111001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ECA0EC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ECA0EC; }

 p { color: rgb(236,160,236); }

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

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

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

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

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

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

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