#ECA5E7

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

Shades of Plum #ECA5E7

Tints of Plum #ECA5E7

Color information

#ECA5E7 (or 0xECA5E7) is unknown color: approx Plum. HEX triplet: EC, A5 and E7. RGB value is (236,165,231). Sum of RGB (Red+Green+Blue) = 236+165+231=632 (83% of max value = 765). Red value is 236 (92.58% from 255 or 37.34% from 632); Green value is 165 (64.84% from 255 or 26.11% from 632); Blue value is 231 (90.62% from 255 or 36.55% from 632); Max value from RGB is 236 - color contains mainly: red. Hex color #ECA5E7 is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #ECA5E7 is #135A18. Grayscale: #C1C1C1. Windows color (decimal): -1268249 or 15181292. OLE color: 15181292.

HSL color Cylindrical-coordinate representation of color #ECA5E7: hue angle of 304.23º degrees, saturation: 0.65, lightness: 0.79%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #ECA5E7 is Cyan = 0, Magento = 0.30, Yellow = 0.02 and Black (K on CMYK) = 0.07.

Color convert

RGB236165231-
CMYK00.300.020.07
HSL304.23º65.14%78.63%-
HSV(B)304.23º30.08%92.55%-
XYZ62.4750.5182.06-
YUV193.75149.02158.13-

RGB Variations

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

RGB

RED value IS 236 (92.58% from 255) = 37.34%
GREEN value IS 165 (64.84% from 255) = 26.11%
BLUE value IS 231 (90.62% from 255) = 36.55%
R=37.34%
G=26.11%
B=36.55%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.30
Y (Yellow) values IS 0.02
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal23616523100.300.020.07304.2365.1478.63
HexECA5E701E27130414f
Octal35424534703627460101117
Binary1110110010100101111001110111101011110011000010000011001111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ECA5E7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ECA5E7; }

 p { color: rgb(236,165,231); }

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

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

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

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

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

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

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