#ECA4F1

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

Shades of Plum #ECA4F1

Tints of Plum #ECA4F1

Color information

#ECA4F1 (or 0xECA4F1) is unknown color: approx Plum. HEX triplet: EC, A4 and F1. RGB value is (236,164,241). Sum of RGB (Red+Green+Blue) = 236+164+241=641 (84% of max value = 765). Red value is 236 (92.58% from 255 or 36.82% from 641); Green value is 164 (64.45% from 255 or 25.59% from 641); Blue value is 241 (94.53% from 255 or 37.60% from 641); Max value from RGB is 241 - color contains mainly: blue. Hex color #ECA4F1 is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #ECA4F1 is #135B0E. Grayscale: #C2C2C2. Windows color (decimal): -1268495 or 15836396. OLE color: 15836396.

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

Color convert

RGB236164241-
CMYK0.020.3200.05
HSL296.1º73.33%79.41%-
HSV(B)296.1º31.95%94.51%-
XYZ63.7450.7389.65-
YUV194.31154.35157.74-

RGB Variations

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

RGB

RED value IS 236 (92.58% from 255) = 36.82%
GREEN value IS 164 (64.45% from 255) = 25.59%
BLUE value IS 241 (94.53% from 255) = 37.60%
R=36.82%
G=25.59%
B=37.60%

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
Decimal2361642410.020.3200.05296.173.3379.41
HexECA4F122005128494f
Octal35424436124005450111117
Binary11101100101001001111000110100000010110010100010010011001111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ECA4F1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ECA4F1; }

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

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

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

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

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

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

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

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