#ECB1EF

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

Shades of Plum #ECB1EF

Tints of Plum #ECB1EF

Color information

#ECB1EF (or 0xECB1EF) is unknown color: approx Plum. HEX triplet: EC, B1 and EF. RGB value is (236,177,239). Sum of RGB (Red+Green+Blue) = 236+177+239=652 (86% of max value = 765). Red value is 236 (92.58% from 255 or 36.20% from 652); Green value is 177 (69.53% from 255 or 27.15% from 652); Blue value is 239 (93.75% from 255 or 36.66% from 652); Max value from RGB is 239 - color contains mainly: blue. Hex color #ECB1EF is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #ECB1EF is #134E10. Grayscale: #C9C9C9. Windows color (decimal): -1265169 or 15708652. OLE color: 15708652.

HSL color Cylindrical-coordinate representation of color #ECB1EF: hue angle of 297.1º degrees, saturation: 0.66, lightness: 0.82%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #ECB1EF is Cyan = 0.01, Magento = 0.26, Yellow = 0 and Black (K on CMYK) = 0.06.

Color convert

RGB236177239-
CMYK0.010.2600.06
HSL297.1º65.96%81.57%-
HSV(B)297.1º25.94%93.73%-
XYZ65.8955.5188.9-
YUV201.71149.05152.46-

RGB Variations

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

RGB

RED value IS 236 (92.58% from 255) = 36.20%
GREEN value IS 177 (69.53% from 255) = 27.15%
BLUE value IS 239 (93.75% from 255) = 36.66%
R=36.20%
G=27.15%
B=36.66%

CMYK

C (Cyan) values IS 0.01
M (Magenta) values IS 0.26
Y (Yellow) values IS 0
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal2361772390.010.2600.06297.165.9681.57
HexECB1EF11A061294252
Octal35426135713206451102122
Binary111011001011000111101111111010011010010100110000101010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ECB1EF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ECB1EF; }

 p { color: rgb(236,177,239); }

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

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

 a { background-color: rgb(236,177,239); }

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

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

 span { border-color: rgb(236,177,239); }

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