#E2BCBD

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

Shades of Pink Flare #E2BCBD

Tints of Pink Flare #E2BCBD

Color information

#E2BCBD (or 0xE2BCBD) is unknown color: approx Pink Flare. HEX triplet: E2, BC and BD. RGB value is (226,188,189). Sum of RGB (Red+Green+Blue) = 226+188+189=603 (79% of max value = 765). Red value is 226 (88.67% from 255 or 37.48% from 603); Green value is 188 (73.83% from 255 or 31.18% from 603); Blue value is 189 (74.22% from 255 or 31.34% from 603); Max value from RGB is 226 - color contains mainly: red. Hex color #E2BCBD is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #E2BCBD is #1D4342. Grayscale: #C7C7C7. Windows color (decimal): -1917763 or 12434658. OLE color: 12434658.

HSL color Cylindrical-coordinate representation of color #E2BCBD: hue angle of 358.42º degrees, saturation: 0.4, lightness: 0.81%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.17%. Process color model (Four color, CMYK) of #E2BCBD is Cyan = 0, Magento = 0.17, Yellow = 0.16 and Black (K on CMYK) = 0.11.

Color convert

RGB226188189-
CMYK00.170.160.11
HSL358.42º39.58%81.18%-
HSV(B)358.42º16.81%88.63%-
XYZ58.5355.8155.83-
YUV199.48122.09146.92-

RGB Variations

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

RGB

RED value IS 226 (88.67% from 255) = 37.48%
GREEN value IS 188 (73.83% from 255) = 31.18%
BLUE value IS 189 (74.22% from 255) = 31.34%
R=37.48%
G=31.18%
B=31.34%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.17
Y (Yellow) values IS 0.16
K (Black) values IS 0.11
SystemRedGreenBlueCMYKHSL
Decimal22618818900.170.160.11358.4239.5881.18
HexE2BCBD01110B1662851
Octal342274275021201354650121
Binary1110001010111100101111010100011000010111011001101010001010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E2BCBD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E2BCBD; }

 p { color: rgb(226,188,189); }

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

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

 a { background-color: rgb(226,188,189); }

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

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

 span { border-color: rgb(226,188,189); }

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