#ECABE9

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

Shades of Plum #ECABE9

Tints of Plum #ECABE9

Color information

#ECABE9 (or 0xECABE9) is unknown color: approx Plum. HEX triplet: EC, AB and E9. RGB value is (236,171,233). Sum of RGB (Red+Green+Blue) = 236+171+233=640 (84% of max value = 765). Red value is 236 (92.58% from 255 or 36.88% from 640); Green value is 171 (67.19% from 255 or 26.72% from 640); Blue value is 233 (91.41% from 255 or 36.41% from 640); Max value from RGB is 236 - color contains mainly: red. Hex color #ECABE9 is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #ECABE9 is #135416. Grayscale: #C5C5C5. Windows color (decimal): -1266711 or 15313900. OLE color: 15313900.

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

Color convert

RGB236171233-
CMYK00.280.010.07
HSL302.77º63.11%79.8%-
HSV(B)302.77º27.54%92.55%-
XYZ63.8652.8483.92-
YUV197.5148.03155.46-

RGB Variations

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

RGB

RED value IS 236 (92.58% from 255) = 36.88%
GREEN value IS 171 (67.19% from 255) = 26.72%
BLUE value IS 233 (91.41% from 255) = 36.41%
R=36.88%
G=26.72%
B=36.41%

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
Decimal23617123300.280.010.07302.7763.1179.8
HexECABE901C1712f3f50
Octal3542533510341745777120
Binary11101100101010111110100101110011111001011111111111010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ECABE9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ECABE9; }

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

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

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

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

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

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

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

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