#ECA4F2

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

Shades of Plum #ECA4F2

Tints of Plum #ECA4F2

Color information

#ECA4F2 (or 0xECA4F2) is unknown color: approx Plum. HEX triplet: EC, A4 and F2. RGB value is (236,164,242). Sum of RGB (Red+Green+Blue) = 236+164+242=642 (85% of max value = 765). Red value is 236 (92.58% from 255 or 36.76% from 642); Green value is 164 (64.45% from 255 or 25.55% from 642); Blue value is 242 (94.92% from 255 or 37.69% from 642); Max value from RGB is 242 - color contains mainly: blue. Hex color #ECA4F2 is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #ECA4F2 is #135B0D. Grayscale: #C2C2C2. Windows color (decimal): -1268494 or 15901932. OLE color: 15901932.

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

Color convert

RGB236164242-
CMYK0.020.3200.05
HSL295.38º75%79.61%-
HSV(B)295.38º32.23%94.9%-
XYZ63.8950.7990.44-
YUV194.42154.85157.66-

RGB Variations

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

RGB

RED value IS 236 (92.58% from 255) = 36.76%
GREEN value IS 164 (64.45% from 255) = 25.55%
BLUE value IS 242 (94.92% from 255) = 37.69%
R=36.76%
G=25.55%
B=37.69%

CMYK

C (Cyan) values IS 0.02
M (Magenta) values IS 0.32
Y (Yellow) values IS 0
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal2361642420.020.3200.05295.387579.61
HexECA4F2220051274b50
Octal35424436224005447113120
Binary11101100101001001111001010100000010110010011110010111010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ECA4F2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ECA4F2; }

 p { color: rgb(236,164,242); }

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

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

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

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

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

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

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