#ECA9F2

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

Shades of Plum #ECA9F2

Tints of Plum #ECA9F2

Color information

#ECA9F2 (or 0xECA9F2) is unknown color: approx Plum. HEX triplet: EC, A9 and F2. RGB value is (236,169,242). Sum of RGB (Red+Green+Blue) = 236+169+242=647 (85% of max value = 765). Red value is 236 (92.58% from 255 or 36.48% from 647); Green value is 169 (66.41% from 255 or 26.12% from 647); Blue value is 242 (94.92% from 255 or 37.40% from 647); Max value from RGB is 242 - color contains mainly: blue. Hex color #ECA9F2 is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #ECA9F2 is #13560D. Grayscale: #C5C5C5. Windows color (decimal): -1267214 or 15903212. OLE color: 15903212.

HSL color Cylindrical-coordinate representation of color #ECA9F2: hue angle of 295.07º degrees, saturation: 0.74, lightness: 0.81%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #ECA9F2 is Cyan = 0.02, Magento = 0.30, Yellow = 0 and Black (K on CMYK) = 0.05.

Color convert

RGB236169242-
CMYK0.020.3000.05
HSL295.07º73.74%80.59%-
HSV(B)295.07º30.17%94.9%-
XYZ64.8152.6290.75-
YUV197.36153.2155.56-

RGB Variations

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

RGB

RED value IS 236 (92.58% from 255) = 36.48%
GREEN value IS 169 (66.41% from 255) = 26.12%
BLUE value IS 242 (94.92% from 255) = 37.40%
R=36.48%
G=26.12%
B=37.40%

CMYK

C (Cyan) values IS 0.02
M (Magenta) values IS 0.30
Y (Yellow) values IS 0
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal2361692420.020.3000.05295.0773.7480.59
HexECA9F221E051274a51
Octal35425136223605447112121
Binary1110110010101001111100101011110010110010011110010101010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ECA9F2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ECA9F2; }

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

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

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

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

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

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

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

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