#ECA6E8

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

Shades of Plum #ECA6E8

Tints of Plum #ECA6E8

Color information

#ECA6E8 (or 0xECA6E8) is unknown color: approx Plum. HEX triplet: EC, A6 and E8. RGB value is (236,166,232). Sum of RGB (Red+Green+Blue) = 236+166+232=634 (83% of max value = 765). Red value is 236 (92.58% from 255 or 37.22% from 634); Green value is 166 (65.23% from 255 or 26.18% from 634); Blue value is 232 (91.02% from 255 or 36.59% from 634); Max value from RGB is 236 - color contains mainly: red. Hex color #ECA6E8 is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #ECA6E8 is #135917. Grayscale: #C2C2C2. Windows color (decimal): -1267992 or 15247084. OLE color: 15247084.

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

Color convert

RGB236166232-
CMYK00.300.020.07
HSL303.43º64.81%78.82%-
HSV(B)303.43º29.66%92.55%-
XYZ62.7950.9382.87-
YUV194.45149.19157.63-

RGB Variations

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

RGB

RED value IS 236 (92.58% from 255) = 37.22%
GREEN value IS 166 (65.23% from 255) = 26.18%
BLUE value IS 232 (91.02% from 255) = 36.59%
R=37.22%
G=26.18%
B=36.59%

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
Decimal23616623200.300.020.07303.4364.8178.82
HexECA6E801E2712f414f
Octal35424635003627457101117
Binary1110110010100110111010000111101011110010111110000011001111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ECA6E8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ECA6E8; }

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

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

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

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

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

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

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

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