#ECA3E4

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

Shades of Plum #ECA3E4

Tints of Plum #ECA3E4

Color information

#ECA3E4 (or 0xECA3E4) is unknown color: approx Plum. HEX triplet: EC, A3 and E4. RGB value is (236,163,228). Sum of RGB (Red+Green+Blue) = 236+163+228=627 (83% of max value = 765). Red value is 236 (92.58% from 255 or 37.64% from 627); Green value is 163 (64.06% from 255 or 26.00% from 627); Blue value is 228 (89.45% from 255 or 36.36% from 627); Max value from RGB is 236 - color contains mainly: red. Hex color #ECA3E4 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #ECA3E4 is #135C1B. Grayscale: #C0C0C0. Windows color (decimal): -1268764 or 14984172. OLE color: 14984172.

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

Color convert

RGB236163228-
CMYK00.310.030.07
HSL306.58º65.77%78.24%-
HSV(B)306.58º30.93%92.55%-
XYZ61.6949.6379.73-
YUV192.24148.18159.21-

RGB Variations

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

RGB

RED value IS 236 (92.58% from 255) = 37.64%
GREEN value IS 163 (64.06% from 255) = 26.00%
BLUE value IS 228 (89.45% from 255) = 36.36%
R=37.64%
G=26.00%
B=36.36%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.31
Y (Yellow) values IS 0.03
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal23616322800.310.030.07306.5865.7778.24
HexECA3E401F37133424e
Octal35424334403737463102116
Binary1110110010100011111001000111111111110011001110000101001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ECA3E4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ECA3E4; }

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

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

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

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

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

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

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

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