#E2BFC0

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

Shades of Pink Flare #E2BFC0

Tints of Pink Flare #E2BFC0

Color information

#E2BFC0 (or 0xE2BFC0) is unknown color: approx Pink Flare. HEX triplet: E2, BF and C0. RGB value is (226,191,192). Sum of RGB (Red+Green+Blue) = 226+191+192=609 (80% of max value = 765). Red value is 226 (88.67% from 255 or 37.11% from 609); Green value is 191 (75% from 255 or 31.36% from 609); Blue value is 192 (75.39% from 255 or 31.53% from 609); Max value from RGB is 226 - color contains mainly: red. Hex color #E2BFC0 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #E2BFC0 is #1D403F. Grayscale: #C9C9C9. Windows color (decimal): -1916992 or 12632034. OLE color: 12632034.

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

Color convert

RGB226191192-
CMYK00.150.150.11
HSL358.29º37.63%81.76%-
HSV(B)358.29º15.49%88.63%-
XYZ59.5157.2457.78-
YUV201.58122.6145.42-

RGB Variations

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

RGB

RED value IS 226 (88.67% from 255) = 37.11%
GREEN value IS 191 (75% from 255) = 31.36%
BLUE value IS 192 (75.39% from 255) = 31.53%
R=37.11%
G=31.36%
B=31.53%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.15
Y (Yellow) values IS 0.15
K (Black) values IS 0.11
SystemRedGreenBlueCMYKHSL
Decimal22619119200.150.150.11358.2937.6381.76
HexE2BFC00FFB1662652
Octal342277300017171354646122
Binary11100010101111111100000001111111110111011001101001101010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E2BFC0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E2BFC0; }

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

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

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

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

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

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

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

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