#E0BDBF

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

Shades of Pink Flare #E0BDBF

Tints of Pink Flare #E0BDBF

Color information

#E0BDBF (or 0xE0BDBF) is unknown color: approx Pink Flare. HEX triplet: E0, BD and BF. RGB value is (224,189,191). Sum of RGB (Red+Green+Blue) = 224+189+191=604 (80% of max value = 765). Red value is 224 (87.89% from 255 or 37.09% from 604); Green value is 189 (74.22% from 255 or 31.29% from 604); Blue value is 191 (75% from 255 or 31.62% from 604); Max value from RGB is 224 - color contains mainly: red. Hex color #E0BDBF is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #E0BDBF is #1F4240. Grayscale: #C7C7C7. Windows color (decimal): -2048577 or 12565984. OLE color: 12565984.

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

Color convert

RGB224189191-
CMYK00.160.150.12
HSL356.57º36.08%80.98%-
HSV(B)356.57º15.62%87.84%-
XYZ58.345657.03-
YUV199.69123.1145.34-

RGB Variations

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

RGB

RED value IS 224 (87.89% from 255) = 37.09%
GREEN value IS 189 (74.22% from 255) = 31.29%
BLUE value IS 191 (75% from 255) = 31.62%
R=37.09%
G=31.29%
B=31.62%

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
Decimal22418919100.160.150.12356.5736.0880.98
HexE0BDBF010FC1652451
Octal340275277020171454544121
Binary111000001011110110111111010000111111001011001011001001010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E0BDBF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E0BDBF; }

 p { color: rgb(224,189,191); }

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

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

 a { background-color: rgb(224,189,191); }

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

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

 span { border-color: rgb(224,189,191); }

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