#E0BBBD

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

Shades of Pink Flare #E0BBBD

Tints of Pink Flare #E0BBBD

Color information

#E0BBBD (or 0xE0BBBD) is unknown color: approx Pink Flare. HEX triplet: E0, BB and BD. RGB value is (224,187,189). Sum of RGB (Red+Green+Blue) = 224+187+189=600 (79% of max value = 765). Red value is 224 (87.89% from 255 or 37.33% from 600); Green value is 187 (73.44% from 255 or 31.17% from 600); Blue value is 189 (74.22% from 255 or 31.5% from 600); Max value from RGB is 224 - color contains mainly: red. Hex color #E0BBBD is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #E0BBBD is #1F4442. Grayscale: #C6C6C6. Windows color (decimal): -2049091 or 12434400. OLE color: 12434400.

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

Color convert

RGB224187189-
CMYK00.170.160.12
HSL356.76º37.37%80.59%-
HSV(B)356.76º16.52%87.84%-
XYZ57.755.0655.73-
YUV198.29122.76146.34-

RGB Variations

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

RGB

RED value IS 224 (87.89% from 255) = 37.33%
GREEN value IS 187 (73.44% from 255) = 31.17%
BLUE value IS 189 (74.22% from 255) = 31.5%
R=37.33%
G=31.17%
B=31.5%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.17
Y (Yellow) values IS 0.16
K (Black) values IS 0.12
SystemRedGreenBlueCMYKHSL
Decimal22418718900.170.160.12356.7637.3780.59
HexE0BBBD01110C1652551
Octal340273275021201454545121
Binary1110000010111011101111010100011000011001011001011001011010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E0BBBD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E0BBBD; }

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

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

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

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

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

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

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

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