#ECB1F1

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

Shades of Plum #ECB1F1

Tints of Plum #ECB1F1

Color information

#ECB1F1 (or 0xECB1F1) is unknown color: approx Plum. HEX triplet: EC, B1 and F1. RGB value is (236,177,241). Sum of RGB (Red+Green+Blue) = 236+177+241=654 (86% of max value = 765). Red value is 236 (92.58% from 255 or 36.09% from 654); Green value is 177 (69.53% from 255 or 27.06% from 654); Blue value is 241 (94.53% from 255 or 36.85% from 654); Max value from RGB is 241 - color contains mainly: blue. Hex color #ECB1F1 is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #ECB1F1 is #134E0E. Grayscale: #C9C9C9. Windows color (decimal): -1265167 or 15839724. OLE color: 15839724.

HSL color Cylindrical-coordinate representation of color #ECB1F1: hue angle of 295.31º degrees, saturation: 0.7, lightness: 0.82%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #ECB1F1 is Cyan = 0.02, Magento = 0.27, Yellow = 0 and Black (K on CMYK) = 0.05.

Color convert

RGB236177241-
CMYK0.020.2700.05
HSL295.31º69.57%81.96%-
HSV(B)295.31º26.56%94.51%-
XYZ66.1955.6390.47-
YUV201.94150.05152.3-

RGB Variations

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

RGB

RED value IS 236 (92.58% from 255) = 36.09%
GREEN value IS 177 (69.53% from 255) = 27.06%
BLUE value IS 241 (94.53% from 255) = 36.85%
R=36.09%
G=27.06%
B=36.85%

CMYK

C (Cyan) values IS 0.02
M (Magenta) values IS 0.27
Y (Yellow) values IS 0
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal2361772410.020.2700.05295.3169.5781.96
HexECB1F121B051274652
Octal35426136123305447106122
Binary1110110010110001111100011011011010110010011110001101010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ECB1F1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ECB1F1; }

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

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

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

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

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

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

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

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