#ECAEF2

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

Shades of Plum #ECAEF2

Tints of Plum #ECAEF2

Color information

#ECAEF2 (or 0xECAEF2) is unknown color: approx Plum. HEX triplet: EC, AE and F2. RGB value is (236,174,242). Sum of RGB (Red+Green+Blue) = 236+174+242=652 (86% of max value = 765). Red value is 236 (92.58% from 255 or 36.20% from 652); Green value is 174 (68.36% from 255 or 26.69% from 652); Blue value is 242 (94.92% from 255 or 37.12% from 652); Max value from RGB is 242 - color contains mainly: blue. Hex color #ECAEF2 is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #ECAEF2 is #13510D. Grayscale: #C8C8C8. Windows color (decimal): -1265934 or 15904492. OLE color: 15904492.

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

Color convert

RGB236174242-
CMYK0.020.2800.05
HSL294.71º72.34%81.57%-
HSV(B)294.71º28.1%94.9%-
XYZ65.7654.5291.06-
YUV200.29151.54153.47-

RGB Variations

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

RGB

RED value IS 236 (92.58% from 255) = 36.20%
GREEN value IS 174 (68.36% from 255) = 26.69%
BLUE value IS 242 (94.92% from 255) = 37.12%
R=36.20%
G=26.69%
B=37.12%

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
Decimal2361742420.020.2800.05294.7172.3481.57
HexECAEF221C051274852
Octal35425636223405447110122
Binary1110110010101110111100101011100010110010011110010001010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ECAEF2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ECAEF2; }

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

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

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

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

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

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

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

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