#ECA2E8

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

Shades of Plum #ECA2E8

Tints of Plum #ECA2E8

Color information

#ECA2E8 (or 0xECA2E8) is unknown color: approx Plum. HEX triplet: EC, A2 and E8. RGB value is (236,162,232). Sum of RGB (Red+Green+Blue) = 236+162+232=630 (83% of max value = 765). Red value is 236 (92.58% from 255 or 37.46% from 630); Green value is 162 (63.67% from 255 or 25.71% from 630); Blue value is 232 (91.02% from 255 or 36.83% from 630); Max value from RGB is 236 - color contains mainly: red. Hex color #ECA2E8 is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #ECA2E8 is #135D17. Grayscale: #BFBFBF. Windows color (decimal): -1269016 or 15246060. OLE color: 15246060.

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

Color convert

RGB236162232-
CMYK00.310.020.07
HSL303.24º66.07%78.04%-
HSV(B)303.24º31.36%92.55%-
XYZ62.0849.582.63-
YUV192.11150.52159.31-

RGB Variations

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

RGB

RED value IS 236 (92.58% from 255) = 37.46%
GREEN value IS 162 (63.67% from 255) = 25.71%
BLUE value IS 232 (91.02% from 255) = 36.83%
R=37.46%
G=25.71%
B=36.83%

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
Decimal23616223200.310.020.07303.2466.0778.04
HexECA2E801F2712f424e
Octal35424235003727457102116
Binary1110110010100010111010000111111011110010111110000101001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ECA2E8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ECA2E8; }

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

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

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

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

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

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

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

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