#ECA2EC

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

Shades of Plum #ECA2EC

Tints of Plum #ECA2EC

Color information

#ECA2EC (or 0xECA2EC) is unknown color: approx Plum. HEX triplet: EC, A2 and EC. RGB value is (236,162,236). Sum of RGB (Red+Green+Blue) = 236+162+236=634 (83% of max value = 765). Red value is 236 (92.58% from 255 or 37.22% from 634); Green value is 162 (63.67% from 255 or 25.55% from 634); Blue value is 236 (92.58% from 255 or 37.22% from 634); Max value from RGB is 236 - color contains mainly: red, blue. Hex color #ECA2EC is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #ECA2EC is #135D13. Grayscale: #C0C0C0. Windows color (decimal): -1269012 or 15508204. OLE color: 15508204.

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

Color convert

RGB236162236-
CMYK00.3100.07
HSL300º66.07%78.04%-
HSV(B)300º31.36%92.55%-
XYZ62.6549.7385.65-
YUV192.56152.52158.98-

RGB Variations

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

RGB

RED value IS 236 (92.58% from 255) = 37.22%
GREEN value IS 162 (63.67% from 255) = 25.55%
BLUE value IS 236 (92.58% from 255) = 37.22%
R=37.22%
G=25.55%
B=37.22%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.31
Y (Yellow) values IS 0
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal23616223600.3100.0730066.0778.04
HexECA2EC01F0712c424e
Octal35424235403707454102116
Binary111011001010001011101100011111011110010110010000101001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ECA2EC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ECA2EC; }

 p { color: rgb(236,162,236); }

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

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

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

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

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

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

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