#E1BABB

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

Shades of Pink Flare #E1BABB

Tints of Pink Flare #E1BABB

Color information

#E1BABB (or 0xE1BABB) is unknown color: approx Pink Flare. HEX triplet: E1, BA and BB. RGB value is (225,186,187). Sum of RGB (Red+Green+Blue) = 225+186+187=598 (79% of max value = 765). Red value is 225 (88.28% from 255 or 37.63% from 598); Green value is 186 (73.05% from 255 or 31.10% from 598); Blue value is 187 (73.44% from 255 or 31.27% from 598); Max value from RGB is 225 - color contains mainly: red. Hex color #E1BABB is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #E1BABB is #1E4544. Grayscale: #C5C5C5. Windows color (decimal): -1983813 or 12303073. OLE color: 12303073.

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

Color convert

RGB225186187-
CMYK00.170.170.12
HSL358.46º39.39%80.59%-
HSV(B)358.46º17.33%88.24%-
XYZ57.5854.7154.54-
YUV197.78121.92147.42-

RGB Variations

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

RGB

RED value IS 225 (88.28% from 255) = 37.63%
GREEN value IS 186 (73.05% from 255) = 31.10%
BLUE value IS 187 (73.44% from 255) = 31.27%
R=37.63%
G=31.10%
B=31.27%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.17
Y (Yellow) values IS 0.17
K (Black) values IS 0.12
SystemRedGreenBlueCMYKHSL
Decimal22518618700.170.170.12358.4639.3980.59
HexE1BABB01111C1662751
Octal341272273021211454647121
Binary1110000110111010101110110100011000111001011001101001111010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E1BABB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E1BABB; }

 p { color: rgb(225,186,187); }

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

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

 a { background-color: rgb(225,186,187); }

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

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

 span { border-color: rgb(225,186,187); }

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