#E1BEBF

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

Shades of Pink Flare #E1BEBF

Tints of Pink Flare #E1BEBF

Color information

#E1BEBF (or 0xE1BEBF) is unknown color: approx Pink Flare. HEX triplet: E1, BE and BF. RGB value is (225,190,191). Sum of RGB (Red+Green+Blue) = 225+190+191=606 (80% of max value = 765). Red value is 225 (88.28% from 255 or 37.13% from 606); Green value is 190 (74.61% from 255 or 31.35% from 606); Blue value is 191 (75% from 255 or 31.52% from 606); Max value from RGB is 225 - color contains mainly: red. Hex color #E1BEBF is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #E1BEBF is #1E4140. Grayscale: #C8C8C8. Windows color (decimal): -1982785 or 12566241. OLE color: 12566241.

HSL color Cylindrical-coordinate representation of color #E1BEBF: hue angle of 358.29º degrees, saturation: 0.37, 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 #E1BEBF is Cyan = 0, Magento = 0.16, Yellow = 0.15 and Black (K on CMYK) = 0.12.

Color convert

RGB225190191-
CMYK00.160.150.12
HSL358.29º36.84%81.37%-
HSV(B)358.29º15.56%88.24%-
XYZ58.8756.657.11-
YUV200.58122.6145.42-

RGB Variations

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

RGB

RED value IS 225 (88.28% from 255) = 37.13%
GREEN value IS 190 (74.61% from 255) = 31.35%
BLUE value IS 191 (75% from 255) = 31.52%
R=37.13%
G=31.35%
B=31.52%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.16
Y (Yellow) values IS 0.15
K (Black) values IS 0.12
SystemRedGreenBlueCMYKHSL
Decimal22519019100.160.150.12358.2936.8481.37
HexE1BEBF010FC1662551
Octal341276277020171454645121
Binary111000011011111010111111010000111111001011001101001011010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E1BEBF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E1BEBF; }

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

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

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

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

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

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

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

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