#ECACE7

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

Shades of Plum #ECACE7

Tints of Plum #ECACE7

Color information

#ECACE7 (or 0xECACE7) is unknown color: approx Plum. HEX triplet: EC, AC and E7. RGB value is (236,172,231). Sum of RGB (Red+Green+Blue) = 236+172+231=639 (84% of max value = 765). Red value is 236 (92.58% from 255 or 36.93% from 639); Green value is 172 (67.58% from 255 or 26.92% from 639); Blue value is 231 (90.62% from 255 or 36.15% from 639); Max value from RGB is 236 - color contains mainly: red. Hex color #ECACE7 is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #ECACE7 is #135318. Grayscale: #C5C5C5. Windows color (decimal): -1266457 or 15183084. OLE color: 15183084.

HSL color Cylindrical-coordinate representation of color #ECACE7: hue angle of 304.69º degrees, saturation: 0.63, lightness: 0.8%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #ECACE7 is Cyan = 0, Magento = 0.27, Yellow = 0.02 and Black (K on CMYK) = 0.07.

Color convert

RGB236172231-
CMYK00.270.020.07
HSL304.69º62.75%80%-
HSV(B)304.69º27.12%92.55%-
XYZ63.7753.1182.49-
YUV197.86146.7155.2-

RGB Variations

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

RGB

RED value IS 236 (92.58% from 255) = 36.93%
GREEN value IS 172 (67.58% from 255) = 26.92%
BLUE value IS 231 (90.62% from 255) = 36.15%
R=36.93%
G=26.92%
B=36.15%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.27
Y (Yellow) values IS 0.02
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal23617223100.270.020.07304.6962.7580
HexECACE701B271313f50
Octal3542543470332746177120
Binary111011001010110011100111011011101111001100011111111010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ECACE7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ECACE7; }

 p { color: rgb(236,172,231); }

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

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

 a { background-color: rgb(236,172,231); }

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

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

 span { border-color: rgb(236,172,231); }

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