#ECABEB

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

Shades of Plum #ECABEB

Tints of Plum #ECABEB

Color information

#ECABEB (or 0xECABEB) is unknown color: approx Plum. HEX triplet: EC, AB and EB. RGB value is (236,171,235). Sum of RGB (Red+Green+Blue) = 236+171+235=642 (85% of max value = 765). Red value is 236 (92.58% from 255 or 36.76% from 642); Green value is 171 (67.19% from 255 or 26.64% from 642); Blue value is 235 (92.19% from 255 or 36.60% from 642); Max value from RGB is 236 - color contains mainly: red. Hex color #ECABEB is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #ECABEB is #135414. Grayscale: #C5C5C5. Windows color (decimal): -1266709 or 15444972. OLE color: 15444972.

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

Color convert

RGB236171235-
CMYK00.280.000.07
HSL300.92º63.11%79.8%-
HSV(B)300.92º27.54%92.55%-
XYZ64.1552.9685.44-
YUV197.73149.03155.3-

RGB Variations

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

RGB

RED value IS 236 (92.58% from 255) = 36.76%
GREEN value IS 171 (67.19% from 255) = 26.64%
BLUE value IS 235 (92.19% from 255) = 36.60%
R=36.76%
G=26.64%
B=36.60%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.28
Y (Yellow) values IS 0.00
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal23617123500.280.000.07300.9263.1179.8
HexECABEB01C0712d3f50
Octal3542533530340745577120
Binary11101100101010111110101101110001111001011011111111010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ECABEB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ECABEB; }

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

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

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

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

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

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

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

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