#ECAEEA

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

Shades of Plum #ECAEEA

Tints of Plum #ECAEEA

Color information

#ECAEEA (or 0xECAEEA) is unknown color: approx Plum. HEX triplet: EC, AE and EA. RGB value is (236,174,234). Sum of RGB (Red+Green+Blue) = 236+174+234=644 (85% of max value = 765). Red value is 236 (92.58% from 255 or 36.65% from 644); Green value is 174 (68.36% from 255 or 27.02% from 644); Blue value is 234 (91.80% from 255 or 36.34% from 644); Max value from RGB is 236 - color contains mainly: red. Hex color #ECAEEA is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #ECAEEA is #135115. Grayscale: #C7C7C7. Windows color (decimal): -1265942 or 15380204. OLE color: 15380204.

HSL color Cylindrical-coordinate representation of color #ECAEEA: hue angle of 301.94º 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 #ECAEEA is Cyan = 0, Magento = 0.26, Yellow = 0.01 and Black (K on CMYK) = 0.07.

Color convert

RGB236174234-
CMYK00.260.010.07
HSL301.94º62%80.39%-
HSV(B)301.94º26.27%92.55%-
XYZ64.5854.0584.87-
YUV199.38147.54154.12-

RGB Variations

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

RGB

RED value IS 236 (92.58% from 255) = 36.65%
GREEN value IS 174 (68.36% from 255) = 27.02%
BLUE value IS 234 (91.80% from 255) = 36.34%
R=36.65%
G=27.02%
B=36.34%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.26
Y (Yellow) values IS 0.01
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal23617423400.260.010.07301.946280.39
HexECAEEA01A1712e3e50
Octal3542563520321745676120
Binary11101100101011101110101001101011111001011101111101010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ECAEEA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ECAEEA; }

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

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

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

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

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

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

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

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