#ECADE9

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

Shades of Plum #ECADE9

Tints of Plum #ECADE9

Color information

#ECADE9 (or 0xECADE9) is unknown color: approx Plum. HEX triplet: EC, AD and E9. RGB value is (236,173,233). Sum of RGB (Red+Green+Blue) = 236+173+233=642 (85% of max value = 765). Red value is 236 (92.58% from 255 or 36.76% from 642); Green value is 173 (67.97% from 255 or 26.95% from 642); Blue value is 233 (91.41% from 255 or 36.29% from 642); Max value from RGB is 236 - color contains mainly: red. Hex color #ECADE9 is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #ECADE9 is #135216. Grayscale: #C6C6C6. Windows color (decimal): -1266199 or 15314412. OLE color: 15314412.

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

Color convert

RGB236173233-
CMYK00.270.010.07
HSL302.86º62.38%80.2%-
HSV(B)302.86º26.69%92.55%-
XYZ64.2453.684.05-
YUV198.68147.37154.62-

RGB Variations

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

RGB

RED value IS 236 (92.58% from 255) = 36.76%
GREEN value IS 173 (67.97% from 255) = 26.95%
BLUE value IS 233 (91.41% from 255) = 36.29%
R=36.76%
G=26.95%
B=36.29%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.27
Y (Yellow) values IS 0.01
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal23617323300.270.010.07302.8662.3880.2
HexECADE901B1712f3e50
Octal3542553510331745776120
Binary11101100101011011110100101101111111001011111111101010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ECADE9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ECADE9; }

 p { color: rgb(236,173,233); }

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

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

 a { background-color: rgb(236,173,233); }

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

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

 span { border-color: rgb(236,173,233); }

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