#ECAAEE

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

Shades of Plum #ECAAEE

Tints of Plum #ECAAEE

Color information

#ECAAEE (or 0xECAAEE) is unknown color: approx Plum. HEX triplet: EC, AA and EE. RGB value is (236,170,238). Sum of RGB (Red+Green+Blue) = 236+170+238=644 (85% of max value = 765). Red value is 236 (92.58% from 255 or 36.65% from 644); Green value is 170 (66.80% from 255 or 26.40% from 644); Blue value is 238 (93.36% from 255 or 36.96% from 644); Max value from RGB is 238 - color contains mainly: blue. Hex color #ECAAEE is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #ECAAEE is #135511. Grayscale: #C5C5C5. Windows color (decimal): -1266962 or 15641324. OLE color: 15641324.

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

Color convert

RGB236170238-
CMYK0.010.2900.07
HSL298.24º66.67%80%-
HSV(B)298.24º28.57%93.33%-
XYZ64.452.7687.68-
YUV197.49150.87155.47-

RGB Variations

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

RGB

RED value IS 236 (92.58% from 255) = 36.65%
GREEN value IS 170 (66.80% from 255) = 26.40%
BLUE value IS 238 (93.36% from 255) = 36.96%
R=36.65%
G=26.40%
B=36.96%

CMYK

C (Cyan) values IS 0.01
M (Magenta) values IS 0.29
Y (Yellow) values IS 0
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal2361702380.010.2900.07298.2466.6780
HexECAAEE11D0712a4350
Octal35425235613507452103120
Binary111011001010101011101110111101011110010101010000111010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ECAAEE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ECAAEE; }

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

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

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

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

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

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

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

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