#ECA2E3

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

Shades of Plum #ECA2E3

Tints of Plum #ECA2E3

Color information

#ECA2E3 (or 0xECA2E3) is unknown color: approx Plum. HEX triplet: EC, A2 and E3. RGB value is (236,162,227). Sum of RGB (Red+Green+Blue) = 236+162+227=625 (82% of max value = 765). Red value is 236 (92.58% from 255 or 37.76% from 625); Green value is 162 (63.67% from 255 or 25.92% from 625); Blue value is 227 (89.06% from 255 or 36.32% from 625); Max value from RGB is 236 - color contains mainly: red. Hex color #ECA2E3 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #ECA2E3 is #135D1C. Grayscale: #BFBFBF. Windows color (decimal): -1269021 or 14918380. OLE color: 14918380.

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

Color convert

RGB236162227-
CMYK00.310.040.07
HSL307.3º66.07%78.04%-
HSV(B)307.3º31.36%92.55%-
XYZ61.3849.2278.94-
YUV191.54148.02159.71-

RGB Variations

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

RGB

RED value IS 236 (92.58% from 255) = 37.76%
GREEN value IS 162 (63.67% from 255) = 25.92%
BLUE value IS 227 (89.06% from 255) = 36.32%
R=37.76%
G=25.92%
B=36.32%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.31
Y (Yellow) values IS 0.04
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal23616222700.310.040.07307.366.0778.04
HexECA2E301F47133424e
Octal35424234303747463102116
Binary11101100101000101110001101111110011110011001110000101001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ECA2E3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ECA2E3; }

 p { color: rgb(236,162,227); }

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

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

 a { background-color: rgb(236,162,227); }

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

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

 span { border-color: rgb(236,162,227); }

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