#ECAAF3

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

Shades of Plum #ECAAF3

Tints of Plum #ECAAF3

Color information

#ECAAF3 (or 0xECAAF3) is unknown color: approx Plum. HEX triplet: EC, AA and F3. RGB value is (236,170,243). Sum of RGB (Red+Green+Blue) = 236+170+243=649 (85% of max value = 765). Red value is 236 (92.58% from 255 or 36.36% from 649); Green value is 170 (66.80% from 255 or 26.19% from 649); Blue value is 243 (95.31% from 255 or 37.44% from 649); Max value from RGB is 243 - color contains mainly: blue. Hex color #ECAAF3 is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #ECAAF3 is #13550C. Grayscale: #C5C5C5. Windows color (decimal): -1266957 or 15969004. OLE color: 15969004.

HSL color Cylindrical-coordinate representation of color #ECAAF3: hue angle of 294.25º degrees, saturation: 0.75, lightness: 0.81%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #ECAAF3 is Cyan = 0.03, Magento = 0.30, Yellow = 0 and Black (K on CMYK) = 0.05.

Color convert

RGB236170243-
CMYK0.030.3000.05
HSL294.25º75.26%80.98%-
HSV(B)294.25º30.04%95.29%-
XYZ65.1453.0591.6-
YUV198.06153.37155.06-

RGB Variations

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

RGB

RED value IS 236 (92.58% from 255) = 36.36%
GREEN value IS 170 (66.80% from 255) = 26.19%
BLUE value IS 243 (95.31% from 255) = 37.44%
R=36.36%
G=26.19%
B=37.44%

CMYK

C (Cyan) values IS 0.03
M (Magenta) values IS 0.30
Y (Yellow) values IS 0
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal2361702430.030.3000.05294.2575.2680.98
HexECAAF331E051264b51
Octal35425236333605446113121
Binary1110110010101010111100111111110010110010011010010111010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ECAAF3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ECAAF3; }

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

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

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

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

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

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

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

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