#ECA8EA

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

Shades of Plum #ECA8EA

Tints of Plum #ECA8EA

Color information

#ECA8EA (or 0xECA8EA) is unknown color: approx Plum. HEX triplet: EC, A8 and EA. RGB value is (236,168,234). Sum of RGB (Red+Green+Blue) = 236+168+234=638 (84% of max value = 765). Red value is 236 (92.58% from 255 or 36.99% from 638); Green value is 168 (66.02% from 255 or 26.33% from 638); Blue value is 234 (91.80% from 255 or 36.68% from 638); Max value from RGB is 236 - color contains mainly: red. Hex color #ECA8EA is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #ECA8EA is #135715. Grayscale: #C3C3C3. Windows color (decimal): -1267478 or 15378668. OLE color: 15378668.

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

Color convert

RGB236168234-
CMYK00.290.010.07
HSL301.76º64.15%79.22%-
HSV(B)301.76º28.81%92.55%-
XYZ63.4551.7884.49-
YUV195.86149.53156.63-

RGB Variations

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

RGB

RED value IS 236 (92.58% from 255) = 36.99%
GREEN value IS 168 (66.02% from 255) = 26.33%
BLUE value IS 234 (91.80% from 255) = 36.68%
R=36.99%
G=26.33%
B=36.68%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.29
Y (Yellow) values IS 0.01
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal23616823400.290.010.07301.7664.1579.22
HexECA8EA01D1712e404f
Octal35425035203517456100117
Binary111011001010100011101010011101111110010111010000001001111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ECA8EA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ECA8EA; }

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

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

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

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

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

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

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

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