#E1BCBE

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

Shades of Pink Flare #E1BCBE

Tints of Pink Flare #E1BCBE

Color information

#E1BCBE (or 0xE1BCBE) is unknown color: approx Pink Flare. HEX triplet: E1, BC and BE. RGB value is (225,188,190). Sum of RGB (Red+Green+Blue) = 225+188+190=603 (79% of max value = 765). Red value is 225 (88.28% from 255 or 37.31% from 603); Green value is 188 (73.83% from 255 or 31.18% from 603); Blue value is 190 (74.61% from 255 or 31.51% from 603); Max value from RGB is 225 - color contains mainly: red. Hex color #E1BCBE is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #E1BCBE is #1E4341. Grayscale: #C7C7C7. Windows color (decimal): -1983298 or 12500193. OLE color: 12500193.

HSL color Cylindrical-coordinate representation of color #E1BCBE: hue angle of 356.76º degrees, saturation: 0.38, lightness: 0.81%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.16%. Process color model (Four color, CMYK) of #E1BCBE is Cyan = 0, Magento = 0.16, Yellow = 0.16 and Black (K on CMYK) = 0.12.

Color convert

RGB225188190-
CMYK00.160.160.12
HSL356.76º38.14%80.98%-
HSV(B)356.76º16.44%88.24%-
XYZ58.3355.6956.39-
YUV199.29122.76146.34-

RGB Variations

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

RGB

RED value IS 225 (88.28% from 255) = 37.31%
GREEN value IS 188 (73.83% from 255) = 31.18%
BLUE value IS 190 (74.61% from 255) = 31.51%
R=37.31%
G=31.18%
B=31.51%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.16
Y (Yellow) values IS 0.16
K (Black) values IS 0.12
SystemRedGreenBlueCMYKHSL
Decimal22518819000.160.160.12356.7638.1480.98
HexE1BCBE01010C1652651
Octal341274276020201454546121
Binary1110000110111100101111100100001000011001011001011001101010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E1BCBE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E1BCBE; }

 p { color: rgb(225,188,190); }

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

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

 a { background-color: rgb(225,188,190); }

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

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

 span { border-color: rgb(225,188,190); }

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