#ECA3E7

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

Shades of Plum #ECA3E7

Tints of Plum #ECA3E7

Color information

#ECA3E7 (or 0xECA3E7) is unknown color: approx Plum. HEX triplet: EC, A3 and E7. RGB value is (236,163,231). Sum of RGB (Red+Green+Blue) = 236+163+231=630 (83% of max value = 765). Red value is 236 (92.58% from 255 or 37.46% from 630); Green value is 163 (64.06% from 255 or 25.87% from 630); Blue value is 231 (90.62% from 255 or 36.67% from 630); Max value from RGB is 236 - color contains mainly: red. Hex color #ECA3E7 is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #ECA3E7 is #135C18. Grayscale: #C0C0C0. Windows color (decimal): -1268761 or 15180780. OLE color: 15180780.

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

Color convert

RGB236163231-
CMYK00.310.020.07
HSL304.11º65.77%78.24%-
HSV(B)304.11º30.93%92.55%-
XYZ62.1149.881.94-
YUV192.58149.68158.97-

RGB Variations

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

RGB

RED value IS 236 (92.58% from 255) = 37.46%
GREEN value IS 163 (64.06% from 255) = 25.87%
BLUE value IS 231 (90.62% from 255) = 36.67%
R=37.46%
G=25.87%
B=36.67%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.31
Y (Yellow) values IS 0.02
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal23616323100.310.020.07304.1165.7778.24
HexECA3E701F27130424e
Octal35424334703727460102116
Binary1110110010100011111001110111111011110011000010000101001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ECA3E7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ECA3E7; }

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

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

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

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

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

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

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

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