Shades of Pink Flare #E1BABB
Tints of Pink Flare #E1BABB
RGB
CMYK
RGB Variations
Color information
#E1BABB (or 0xE1BABB) is known color: 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
| RGB | 225 | 186 | 187 | - |
| CMYK | 0 | 0.17 | 0.17 | 0.12 |
| HSL | 358.46º | 0.39% | 0.81% | - |
| HSV(B) | 358.46º | 0.17% | 0.88% | - |
| XYZ | 57.58 | 54.71 | 54.54 | - |
| YUV | 197.78 | 121.92 | 147.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 225 | 186 | 187 | 0 | 0.17 | 0.17 | 0.12 | 358.46 | 0.39 | 0.81 |
| Hex | E1 | BA | BB | 0 | 11 | 11 | C | 166 | 27 | 51 |
| Octal | 341 | 272 | 273 | 0 | 21 | 21 | 14 | 546 | 47 | 121 |
| Binary | 11100001 | 10111010 | 10111011 | 0 | 10001 | 10001 | 1100 | 101100110 | 100111 | 1010001 |
Color Harmonies of #E1BABB
Complementary color
Monochromatic Colors of #E1BABB
Black with #E1BABB
Text Example
Text Example
White with #E1BABB
Text Example
Text Example
HTML Codes & Css Web 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>