#ECACEA

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

Shades of Plum #ECACEA

Tints of Plum #ECACEA

Color information

#ECACEA (or 0xECACEA) is unknown color: approx Plum. HEX triplet: EC, AC and EA. RGB value is (236,172,234). Sum of RGB (Red+Green+Blue) = 236+172+234=642 (85% of max value = 765). Red value is 236 (92.58% from 255 or 36.76% from 642); Green value is 172 (67.58% from 255 or 26.79% from 642); Blue value is 234 (91.80% from 255 or 36.45% from 642); Max value from RGB is 236 - color contains mainly: red. Hex color #ECACEA is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #ECACEA is #135315. Grayscale: #C6C6C6. Windows color (decimal): -1266454 or 15379692. OLE color: 15379692.

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

Color convert

RGB236172234-
CMYK00.270.010.07
HSL301.88º62.75%80%-
HSV(B)301.88º27.12%92.55%-
XYZ64.253.2884.74-
YUV198.2148.2154.96-

RGB Variations

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

RGB

RED value IS 236 (92.58% from 255) = 36.76%
GREEN value IS 172 (67.58% from 255) = 26.79%
BLUE value IS 234 (91.80% from 255) = 36.45%
R=36.76%
G=26.79%
B=36.45%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.27
Y (Yellow) values IS 0.01
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal23617223400.270.010.07301.8862.7580
HexECACEA01B1712e3f50
Octal3542543520331745677120
Binary11101100101011001110101001101111111001011101111111010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ECACEA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ECACEA; }

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

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

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

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

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

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

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

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