#E1BFC0

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

Shades of Pink Flare #E1BFC0

Tints of Pink Flare #E1BFC0

Color information

#E1BFC0 (or 0xE1BFC0) is unknown color: approx Pink Flare. HEX triplet: E1, BF and C0. RGB value is (225,191,192). Sum of RGB (Red+Green+Blue) = 225+191+192=608 (80% of max value = 765). Red value is 225 (88.28% from 255 or 37.01% from 608); Green value is 191 (75% from 255 or 31.41% from 608); Blue value is 192 (75.39% from 255 or 31.58% from 608); Max value from RGB is 225 - color contains mainly: red. Hex color #E1BFC0 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #E1BFC0 is #1E403F. Grayscale: #C9C9C9. Windows color (decimal): -1982528 or 12632033. OLE color: 12632033.

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

Color convert

RGB225191192-
CMYK00.150.150.12
HSL358.24º36.17%81.57%-
HSV(B)358.24º15.11%88.24%-
XYZ59.257.0757.77-
YUV201.28122.76144.92-

RGB Variations

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

RGB

RED value IS 225 (88.28% from 255) = 37.01%
GREEN value IS 191 (75% from 255) = 31.41%
BLUE value IS 192 (75.39% from 255) = 31.58%
R=37.01%
G=31.41%
B=31.58%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.15
Y (Yellow) values IS 0.15
K (Black) values IS 0.12
SystemRedGreenBlueCMYKHSL
Decimal22519119200.150.150.12358.2436.1781.57
HexE1BFC00FFC1662452
Octal341277300017171454644122
Binary11100001101111111100000001111111111001011001101001001010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E1BFC0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E1BFC0; }

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

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

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

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

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

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

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

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