#ECABEA

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

Shades of Plum #ECABEA

Tints of Plum #ECABEA

Color information

#ECABEA (or 0xECABEA) is unknown color: approx Plum. HEX triplet: EC, AB and EA. RGB value is (236,171,234). Sum of RGB (Red+Green+Blue) = 236+171+234=641 (84% of max value = 765). Red value is 236 (92.58% from 255 or 36.82% from 641); Green value is 171 (67.19% from 255 or 26.68% from 641); Blue value is 234 (91.80% from 255 or 36.51% from 641); Max value from RGB is 236 - color contains mainly: red. Hex color #ECABEA is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #ECABEA is #135415. Grayscale: #C5C5C5. Windows color (decimal): -1266710 or 15379436. OLE color: 15379436.

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

Color convert

RGB236171234-
CMYK00.280.010.07
HSL301.85º63.11%79.8%-
HSV(B)301.85º27.54%92.55%-
XYZ64.0152.984.68-
YUV197.62148.53155.38-

RGB Variations

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

RGB

RED value IS 236 (92.58% from 255) = 36.82%
GREEN value IS 171 (67.19% from 255) = 26.68%
BLUE value IS 234 (91.80% from 255) = 36.51%
R=36.82%
G=26.68%
B=36.51%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.28
Y (Yellow) values IS 0.01
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal23617123400.280.010.07301.8563.1179.8
HexECABEA01C1712e3f50
Octal3542533520341745677120
Binary11101100101010111110101001110011111001011101111111010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ECABEA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ECABEA; }

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

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

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

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

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

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

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

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