#ECA2EA

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

Shades of Plum #ECA2EA

Tints of Plum #ECA2EA

Color information

#ECA2EA (or 0xECA2EA) is unknown color: approx Plum. HEX triplet: EC, A2 and EA. RGB value is (236,162,234). Sum of RGB (Red+Green+Blue) = 236+162+234=632 (83% of max value = 765). Red value is 236 (92.58% from 255 or 37.34% from 632); Green value is 162 (63.67% from 255 or 25.63% from 632); Blue value is 234 (91.80% from 255 or 37.03% from 632); Max value from RGB is 236 - color contains mainly: red. Hex color #ECA2EA is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #ECA2EA is #135D15. Grayscale: #C0C0C0. Windows color (decimal): -1269014 or 15377132. OLE color: 15377132.

HSL color Cylindrical-coordinate representation of color #ECA2EA: hue angle of 301.62º 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 #ECA2EA is Cyan = 0, Magento = 0.31, Yellow = 0.01 and Black (K on CMYK) = 0.07.

Color convert

RGB236162234-
CMYK00.310.010.07
HSL301.62º66.07%78.04%-
HSV(B)301.62º31.36%92.55%-
XYZ62.3649.6184.13-
YUV192.33151.52159.15-

RGB Variations

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

RGB

RED value IS 236 (92.58% from 255) = 37.34%
GREEN value IS 162 (63.67% from 255) = 25.63%
BLUE value IS 234 (91.80% from 255) = 37.03%
R=37.34%
G=25.63%
B=37.03%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.31
Y (Yellow) values IS 0.01
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal23616223400.310.010.07301.6266.0778.04
HexECA2EA01F1712e424e
Octal35424235203717456102116
Binary111011001010001011101010011111111110010111010000101001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ECA2EA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ECA2EA; }

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

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

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

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

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

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

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

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