#ECB0ED

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

Shades of Plum #ECB0ED

Tints of Plum #ECB0ED

Color information

#ECB0ED (or 0xECB0ED) is unknown color: approx Plum. HEX triplet: EC, B0 and ED. RGB value is (236,176,237). Sum of RGB (Red+Green+Blue) = 236+176+237=649 (85% of max value = 765). Red value is 236 (92.58% from 255 or 36.36% from 649); Green value is 176 (69.14% from 255 or 27.12% from 649); Blue value is 237 (92.97% from 255 or 36.52% from 649); Max value from RGB is 237 - color contains mainly: blue. Hex color #ECB0ED is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #ECB0ED is #134F12. Grayscale: #C8C8C8. Windows color (decimal): -1265427 or 15577324. OLE color: 15577324.

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

Color convert

RGB236176237-
CMYK0.000.2600.07
HSL299.02º62.89%80.98%-
HSV(B)299.02º25.74%92.94%-
XYZ65.45587.29-
YUV200.89148.38153.04-

RGB Variations

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

RGB

RED value IS 236 (92.58% from 255) = 36.36%
GREEN value IS 176 (69.14% from 255) = 27.12%
BLUE value IS 237 (92.97% from 255) = 36.52%
R=36.36%
G=27.12%
B=36.52%

CMYK

C (Cyan) values IS 0.00
M (Magenta) values IS 0.26
Y (Yellow) values IS 0
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal2361762370.000.2600.07299.0262.8980.98
HexECB0ED01A0712b3f51
Octal3542603550320745377121
Binary11101100101100001110110101101001111001010111111111010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ECB0ED

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ECB0ED; }

 p { color: rgb(236,176,237); }

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

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

 a { background-color: rgb(236,176,237); }

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

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

 span { border-color: rgb(236,176,237); }

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