#ECB1EE

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

Shades of Plum #ECB1EE

Tints of Plum #ECB1EE

Color information

#ECB1EE (or 0xECB1EE) is unknown color: approx Plum. HEX triplet: EC, B1 and EE. RGB value is (236,177,238). Sum of RGB (Red+Green+Blue) = 236+177+238=651 (86% of max value = 765). Red value is 236 (92.58% from 255 or 36.25% from 651); Green value is 177 (69.53% from 255 or 27.19% from 651); Blue value is 238 (93.36% from 255 or 36.56% from 651); Max value from RGB is 238 - color contains mainly: blue. Hex color #ECB1EE is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #ECB1EE is #134E11. Grayscale: #C9C9C9. Windows color (decimal): -1265170 or 15643116. OLE color: 15643116.

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

Color convert

RGB236177238-
CMYK0.010.2600.07
HSL298.03º64.21%81.37%-
HSV(B)298.03º25.63%93.33%-
XYZ65.7555.4588.13-
YUV201.6148.55152.54-

RGB Variations

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

RGB

RED value IS 236 (92.58% from 255) = 36.25%
GREEN value IS 177 (69.53% from 255) = 27.19%
BLUE value IS 238 (93.36% from 255) = 36.56%
R=36.25%
G=27.19%
B=36.56%

CMYK

C (Cyan) values IS 0.01
M (Magenta) values IS 0.26
Y (Yellow) values IS 0
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal2361772380.010.2600.07298.0364.2181.37
HexECB1EE11A0712a4051
Octal35426135613207452100121
Binary111011001011000111101110111010011110010101010000001010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ECB1EE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ECB1EE; }

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

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

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

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

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

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

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

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