#ECA0EA

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

Shades of Plum #ECA0EA

Tints of Plum #ECA0EA

Color information

#ECA0EA (or 0xECA0EA) is unknown color: approx Plum. HEX triplet: EC, A0 and EA. RGB value is (236,160,234). Sum of RGB (Red+Green+Blue) = 236+160+234=630 (83% of max value = 765). Red value is 236 (92.58% from 255 or 37.46% from 630); Green value is 160 (62.89% from 255 or 25.40% from 630); Blue value is 234 (91.80% from 255 or 37.14% from 630); Max value from RGB is 236 - color contains mainly: red. Hex color #ECA0EA is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #ECA0EA is #135F15. Grayscale: #BEBEBE. Windows color (decimal): -1269526 or 15376620. OLE color: 15376620.

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

Color convert

RGB236160234-
CMYK00.320.010.07
HSL301.58º66.67%77.65%-
HSV(B)301.58º32.2%92.55%-
XYZ62.0148.9184.01-
YUV191.16152.18159.98-

RGB Variations

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

RGB

RED value IS 236 (92.58% from 255) = 37.46%
GREEN value IS 160 (62.89% from 255) = 25.40%
BLUE value IS 234 (91.80% from 255) = 37.14%
R=37.46%
G=25.40%
B=37.14%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.32
Y (Yellow) values IS 0.01
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal23616023400.320.010.07301.5866.6777.65
HexECA0EA0201712e434e
Octal35424035204017456103116
Binary1110110010100000111010100100000111110010111010000111001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ECA0EA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ECA0EA; }

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

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

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

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

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

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

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

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