Shades of Pink Flare #E0BABB
Tints of Pink Flare #E0BABB
RGB
CMYK
RGB Variations
Color information
#E0BABB (or 0xE0BABB) is known color: Pink Flare. HEX triplet: E0, BA and BB. RGB value is (224,186,187). Sum of RGB (Red+Green+Blue) = 224+186+187=597 (79% of max value = 765). Red value is 224 (87.89% from 255 or 37.52% from 597); Green value is 186 (73.05% from 255 or 31.16% from 597); Blue value is 187 (73.44% from 255 or 31.32% from 597); Max value from RGB is 224 - color contains mainly: red. Hex color #E0BABB is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #E0BABB is #1F4544. Grayscale: #C5C5C5. Windows color (decimal): -2049349 or 12303072. OLE color: 12303072.
HSL color Cylindrical-coordinate representation of color #E0BABB: hue angle of 358.42º degrees, saturation: 0.38, lightness: 0.8%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.17%. Process color model (Four color, CMYK) of #E0BABB is Cyan = 0, Magento = 0.17, Yellow = 0.17 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 224 | 186 | 187 | - |
| CMYK | 0 | 0.17 | 0.17 | 0.12 |
| HSL | 358.42º | 0.38% | 0.8% | - |
| HSV(B) | 358.42º | 0.17% | 0.88% | - |
| XYZ | 57.27 | 54.55 | 54.53 | - |
| YUV | 197.48 | 122.09 | 146.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 224 | 186 | 187 | 0 | 0.17 | 0.17 | 0.12 | 358.42 | 0.38 | 0.8 |
| Hex | E0 | BA | BB | 0 | 11 | 11 | C | 166 | 26 | 50 |
| Octal | 340 | 272 | 273 | 0 | 21 | 21 | 14 | 546 | 46 | 120 |
| Binary | 11100000 | 10111010 | 10111011 | 0 | 10001 | 10001 | 1100 | 101100110 | 100110 | 1010000 |
Color Harmonies of #E0BABB
Complementary color
Monochromatic Colors of #E0BABB
Black with #E0BABB
Text Example
Text Example
White with #E0BABB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E0BABB; }
p { color: rgb(224,186,187); }
H1.HeaderClassName
{
color: #E0BABB;
}
.AnyTagClassName
{
color: #E0BABB;
}
</style>
background-color css
<style>
a { background-color: #E0BABB; }
a { background-color: rgb(224,186,187); }
div.DivClassName
{
background-color: #E0BABB;
}
.BgClassName
{
background-color: #E0BABB;
}
</style>
border-color css
<style>
span { border-color: #E0BABB; }
span { border-color: rgb(224,186,187); }
td.TdClassName
{
border-color: #E0BABB;
}
.TagClassName
{
border-color: #E0BABB;
}
</style>