#ECAAEB

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

Shades of Plum #ECAAEB

Tints of Plum #ECAAEB

Color information

#ECAAEB (or 0xECAAEB) is unknown color: approx Plum. HEX triplet: EC, AA and EB. RGB value is (236,170,235). Sum of RGB (Red+Green+Blue) = 236+170+235=641 (84% of max value = 765). Red value is 236 (92.58% from 255 or 36.82% from 641); Green value is 170 (66.80% from 255 or 26.52% from 641); Blue value is 235 (92.19% from 255 or 36.66% from 641); Max value from RGB is 236 - color contains mainly: red. Hex color #ECAAEB is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #ECAAEB is #135514. Grayscale: #C4C4C4. Windows color (decimal): -1266965 or 15444716. OLE color: 15444716.

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

Color convert

RGB236170235-
CMYK00.280.000.07
HSL300.91º63.46%79.61%-
HSV(B)300.91º27.97%92.55%-
XYZ63.9652.5885.38-
YUV197.14149.37155.71-

RGB Variations

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

RGB

RED value IS 236 (92.58% from 255) = 36.82%
GREEN value IS 170 (66.80% from 255) = 26.52%
BLUE value IS 235 (92.19% from 255) = 36.66%
R=36.82%
G=26.52%
B=36.66%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.28
Y (Yellow) values IS 0.00
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal23617023500.280.000.07300.9163.4679.61
HexECAAEB01C0712d3f50
Octal3542523530340745577120
Binary11101100101010101110101101110001111001011011111111010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ECAAEB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ECAAEB; }

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

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

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

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

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

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

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

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