#ECA0F0

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

Shades of Plum #ECA0F0

Tints of Plum #ECA0F0

Color information

#ECA0F0 (or 0xECA0F0) is unknown color: approx Plum. HEX triplet: EC, A0 and F0. RGB value is (236,160,240). Sum of RGB (Red+Green+Blue) = 236+160+240=636 (84% of max value = 765). Red value is 236 (92.58% from 255 or 37.11% from 636); Green value is 160 (62.89% from 255 or 25.16% from 636); Blue value is 240 (94.14% from 255 or 37.74% from 636); Max value from RGB is 240 - color contains mainly: blue. Hex color #ECA0F0 is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #ECA0F0 is #135F0F. Grayscale: #BFBFBF. Windows color (decimal): -1269520 or 15769836. OLE color: 15769836.

HSL color Cylindrical-coordinate representation of color #ECA0F0: hue angle of 297º degrees, saturation: 0.73, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #ECA0F0 is Cyan = 0.02, Magento = 0.33, Yellow = 0 and Black (K on CMYK) = 0.06.

Color convert

RGB236160240-
CMYK0.020.3300.06
HSL297º72.73%78.43%-
HSV(B)297º33.33%94.12%-
XYZ62.8949.2788.63-
YUV191.84155.18159.5-

RGB Variations

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

RGB

RED value IS 236 (92.58% from 255) = 37.11%
GREEN value IS 160 (62.89% from 255) = 25.16%
BLUE value IS 240 (94.14% from 255) = 37.74%
R=37.11%
G=25.16%
B=37.74%

CMYK

C (Cyan) values IS 0.02
M (Magenta) values IS 0.33
Y (Yellow) values IS 0
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal2361602400.020.3300.0629772.7378.43
HexECA0F022106129494e
Octal35424036024106451111116
Binary11101100101000001111000010100001011010010100110010011001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ECA0F0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ECA0F0; }

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

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

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

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

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

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

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

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