#ECAEF1

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

Shades of Plum #ECAEF1

Tints of Plum #ECAEF1

Color information

#ECAEF1 (or 0xECAEF1) is unknown color: approx Plum. HEX triplet: EC, AE and F1. RGB value is (236,174,241). Sum of RGB (Red+Green+Blue) = 236+174+241=651 (86% of max value = 765). Red value is 236 (92.58% from 255 or 36.25% from 651); Green value is 174 (68.36% from 255 or 26.73% from 651); Blue value is 241 (94.53% from 255 or 37.02% from 651); Max value from RGB is 241 - color contains mainly: blue. Hex color #ECAEF1 is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #ECAEF1 is #13510E. Grayscale: #C7C7C7. Windows color (decimal): -1265935 or 15838956. OLE color: 15838956.

HSL color Cylindrical-coordinate representation of color #ECAEF1: hue angle of 295.52º degrees, saturation: 0.71, lightness: 0.81%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #ECAEF1 is Cyan = 0.02, Magento = 0.28, Yellow = 0 and Black (K on CMYK) = 0.05.

Color convert

RGB236174241-
CMYK0.020.2800.05
HSL295.52º70.53%81.37%-
HSV(B)295.52º27.8%94.51%-
XYZ65.6154.4690.27-
YUV200.18151.04153.55-

RGB Variations

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

RGB

RED value IS 236 (92.58% from 255) = 36.25%
GREEN value IS 174 (68.36% from 255) = 26.73%
BLUE value IS 241 (94.53% from 255) = 37.02%
R=36.25%
G=26.73%
B=37.02%

CMYK

C (Cyan) values IS 0.02
M (Magenta) values IS 0.28
Y (Yellow) values IS 0
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal2361742410.020.2800.05295.5270.5381.37
HexECAEF121C051284751
Octal35425636123405450107121
Binary1110110010101110111100011011100010110010100010001111010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ECAEF1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ECAEF1; }

 p { color: rgb(236,174,241); }

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

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

 a { background-color: rgb(236,174,241); }

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

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

 span { border-color: rgb(236,174,241); }

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