#ECA0EE

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

Shades of Plum #ECA0EE

Tints of Plum #ECA0EE

Color information

#ECA0EE (or 0xECA0EE) is unknown color: approx Plum. HEX triplet: EC, A0 and EE. RGB value is (236,160,238). Sum of RGB (Red+Green+Blue) = 236+160+238=634 (83% of max value = 765). Red value is 236 (92.58% from 255 or 37.22% from 634); Green value is 160 (62.89% from 255 or 25.24% from 634); Blue value is 238 (93.36% from 255 or 37.54% from 634); Max value from RGB is 238 - color contains mainly: blue. Hex color #ECA0EE is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #ECA0EE is #135F11. Grayscale: #BFBFBF. Windows color (decimal): -1269522 or 15638764. OLE color: 15638764.

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

Color convert

RGB236160238-
CMYK0.010.3300.07
HSL298.46º69.64%78.04%-
HSV(B)298.46º32.77%93.33%-
XYZ62.649.1587.08-
YUV191.62154.18159.66-

RGB Variations

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

RGB

RED value IS 236 (92.58% from 255) = 37.22%
GREEN value IS 160 (62.89% from 255) = 25.24%
BLUE value IS 238 (93.36% from 255) = 37.54%
R=37.22%
G=25.24%
B=37.54%

CMYK

C (Cyan) values IS 0.01
M (Magenta) values IS 0.33
Y (Yellow) values IS 0
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal2361602380.010.3300.07298.4669.6478.04
HexECA0EE1210712a464e
Octal35424035614107452106116
Binary1110110010100000111011101100001011110010101010001101001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ECA0EE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ECA0EE; }

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

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

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

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

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

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

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

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