#ECAAE7

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

Shades of Plum #ECAAE7

Tints of Plum #ECAAE7

Color information

#ECAAE7 (or 0xECAAE7) is unknown color: approx Plum. HEX triplet: EC, AA and E7. RGB value is (236,170,231). Sum of RGB (Red+Green+Blue) = 236+170+231=637 (84% of max value = 765). Red value is 236 (92.58% from 255 or 37.05% from 637); Green value is 170 (66.80% from 255 or 26.69% from 637); Blue value is 231 (90.62% from 255 or 36.26% from 637); Max value from RGB is 236 - color contains mainly: red. Hex color #ECAAE7 is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #ECAAE7 is #135518. Grayscale: #C4C4C4. Windows color (decimal): -1266969 or 15182572. OLE color: 15182572.

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

Color convert

RGB236170231-
CMYK00.280.020.07
HSL304.55º63.46%79.61%-
HSV(B)304.55º27.97%92.55%-
XYZ63.3952.3582.37-
YUV196.69147.37156.04-

RGB Variations

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

RGB

RED value IS 236 (92.58% from 255) = 37.05%
GREEN value IS 170 (66.80% from 255) = 26.69%
BLUE value IS 231 (90.62% from 255) = 36.26%
R=37.05%
G=26.69%
B=36.26%

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
Decimal23617023100.280.020.07304.5563.4679.61
HexECAAE701C271313f50
Octal3542523470342746177120
Binary111011001010101011100111011100101111001100011111111010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ECAAE7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ECAAE7; }

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

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

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

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

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

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

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

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