#ECA5E6

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

Shades of Plum #ECA5E6

Tints of Plum #ECA5E6

Color information

#ECA5E6 (or 0xECA5E6) is unknown color: approx Plum. HEX triplet: EC, A5 and E6. RGB value is (236,165,230). Sum of RGB (Red+Green+Blue) = 236+165+230=631 (83% of max value = 765). Red value is 236 (92.58% from 255 or 37.40% from 631); Green value is 165 (64.84% from 255 or 26.15% from 631); Blue value is 230 (90.23% from 255 or 36.45% from 631); Max value from RGB is 236 - color contains mainly: red. Hex color #ECA5E6 is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #ECA5E6 is #135A19. Grayscale: #C1C1C1. Windows color (decimal): -1268250 or 15115756. OLE color: 15115756.

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

Color convert

RGB236165230-
CMYK00.300.030.07
HSL305.07º65.14%78.63%-
HSV(B)305.07º30.08%92.55%-
XYZ62.3350.4681.32-
YUV193.64148.52158.21-

RGB Variations

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

RGB

RED value IS 236 (92.58% from 255) = 37.40%
GREEN value IS 165 (64.84% from 255) = 26.15%
BLUE value IS 230 (90.23% from 255) = 36.45%
R=37.40%
G=26.15%
B=36.45%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.30
Y (Yellow) values IS 0.03
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal23616523000.300.030.07305.0765.1478.63
HexECA5E601E37131414f
Octal35424534603637461101117
Binary1110110010100101111001100111101111110011000110000011001111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ECA5E6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ECA5E6; }

 p { color: rgb(236,165,230); }

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

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

 a { background-color: rgb(236,165,230); }

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

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

 span { border-color: rgb(236,165,230); }

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