#ECAAE8

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

Shades of Plum #ECAAE8

Tints of Plum #ECAAE8

Color information

#ECAAE8 (or 0xECAAE8) is unknown color: approx Plum. HEX triplet: EC, AA and E8. RGB value is (236,170,232). Sum of RGB (Red+Green+Blue) = 236+170+232=638 (84% of max value = 765). Red value is 236 (92.58% from 255 or 36.99% from 638); Green value is 170 (66.80% from 255 or 26.65% from 638); Blue value is 232 (91.02% from 255 or 36.36% from 638); Max value from RGB is 236 - color contains mainly: red. Hex color #ECAAE8 is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #ECAAE8 is #135517. Grayscale: #C4C4C4. Windows color (decimal): -1266968 or 15248108. OLE color: 15248108.

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

Color convert

RGB236170232-
CMYK00.280.020.07
HSL303.64º63.46%79.61%-
HSV(B)303.64º27.97%92.55%-
XYZ63.5352.4183.11-
YUV196.8147.87155.96-

RGB Variations

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

RGB

RED value IS 236 (92.58% from 255) = 36.99%
GREEN value IS 170 (66.80% from 255) = 26.65%
BLUE value IS 232 (91.02% from 255) = 36.36%
R=36.99%
G=26.65%
B=36.36%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.28
Y (Yellow) values IS 0.02
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal23617023200.280.020.07303.6463.4679.61
HexECAAE801C271303f50
Octal3542523500342746077120
Binary111011001010101011101000011100101111001100001111111010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ECAAE8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ECAAE8; }

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

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

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

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

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

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

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

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