#ECACE8

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

Shades of Plum #ECACE8

Tints of Plum #ECACE8

Color information

#ECACE8 (or 0xECACE8) is unknown color: approx Plum. HEX triplet: EC, AC and E8. RGB value is (236,172,232). Sum of RGB (Red+Green+Blue) = 236+172+232=640 (84% of max value = 765). Red value is 236 (92.58% from 255 or 36.88% from 640); Green value is 172 (67.58% from 255 or 26.88% from 640); Blue value is 232 (91.02% from 255 or 36.25% from 640); Max value from RGB is 236 - color contains mainly: red. Hex color #ECACE8 is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #ECACE8 is #135317. Grayscale: #C5C5C5. Windows color (decimal): -1266456 or 15248620. OLE color: 15248620.

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

Color convert

RGB236172232-
CMYK00.270.020.07
HSL303.75º62.75%80%-
HSV(B)303.75º27.12%92.55%-
XYZ63.9153.1683.24-
YUV197.98147.2155.12-

RGB Variations

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

RGB

RED value IS 236 (92.58% from 255) = 36.88%
GREEN value IS 172 (67.58% from 255) = 26.88%
BLUE value IS 232 (91.02% from 255) = 36.25%
R=36.88%
G=26.88%
B=36.25%

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
Decimal23617223200.270.020.07303.7562.7580
HexECACE801B271303f50
Octal3542543500332746077120
Binary111011001010110011101000011011101111001100001111111010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ECACE8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ECACE8; }

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

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

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

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

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

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

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

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