#ECAEEC

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

Shades of Plum #ECAEEC

Tints of Plum #ECAEEC

Color information

#ECAEEC (or 0xECAEEC) is unknown color: approx Plum. HEX triplet: EC, AE and EC. RGB value is (236,174,236). Sum of RGB (Red+Green+Blue) = 236+174+236=646 (85% of max value = 765). Red value is 236 (92.58% from 255 or 36.53% from 646); Green value is 174 (68.36% from 255 or 26.93% from 646); Blue value is 236 (92.58% from 255 or 36.53% from 646); Max value from RGB is 236 - color contains mainly: red, blue. Hex color #ECAEEC is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #ECAEEC is #135113. Grayscale: #C7C7C7. Windows color (decimal): -1265940 or 15511276. OLE color: 15511276.

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

Color convert

RGB236174236-
CMYK00.2600.07
HSL300º62%80.39%-
HSV(B)300º26.27%92.55%-
XYZ64.8754.1686.39-
YUV199.61148.54153.96-

RGB Variations

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

RGB

RED value IS 236 (92.58% from 255) = 36.53%
GREEN value IS 174 (68.36% from 255) = 26.93%
BLUE value IS 236 (92.58% from 255) = 36.53%
R=36.53%
G=26.93%
B=36.53%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.26
Y (Yellow) values IS 0
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal23617423600.2600.073006280.39
HexECAEEC01A0712c3e50
Octal3542563540320745476120
Binary11101100101011101110110001101001111001011001111101010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ECAEEC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ECAEEC; }

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

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

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

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

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

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

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

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