Shades of Pink Flare #E0B9BA
Tints of Pink Flare #E0B9BA
RGB
CMYK
RGB Variations
Color information
#E0B9BA (or 0xE0B9BA) is known color: Pink Flare. HEX triplet: E0, B9 and BA. RGB value is (224,185,186). Sum of RGB (Red+Green+Blue) = 224+185+186=595 (78% of max value = 765). Red value is 224 (87.89% from 255 or 37.65% from 595); Green value is 185 (72.66% from 255 or 31.09% from 595); Blue value is 186 (73.05% from 255 or 31.26% from 595); Max value from RGB is 224 - color contains mainly: red. Hex color #E0B9BA is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #E0B9BA is #1F4645. Grayscale: #C4C4C4. Windows color (decimal): -2049606 or 12237280. OLE color: 12237280.
HSL color Cylindrical-coordinate representation of color #E0B9BA: hue angle of 358.46º degrees, saturation: 0.39, 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 #E0B9BA is Cyan = 0, Magento = 0.17, Yellow = 0.17 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 224 | 185 | 186 | - |
| CMYK | 0 | 0.17 | 0.17 | 0.12 |
| HSL | 358.46º | 0.39% | 0.8% | - |
| HSV(B) | 358.46º | 0.17% | 0.88% | - |
| XYZ | 56.95 | 54.09 | 53.89 | - |
| YUV | 196.78 | 121.92 | 147.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 224 | 185 | 186 | 0 | 0.17 | 0.17 | 0.12 | 358.46 | 0.39 | 0.8 |
| Hex | E0 | B9 | BA | 0 | 11 | 11 | C | 166 | 27 | 50 |
| Octal | 340 | 271 | 272 | 0 | 21 | 21 | 14 | 546 | 47 | 120 |
| Binary | 11100000 | 10111001 | 10111010 | 0 | 10001 | 10001 | 1100 | 101100110 | 100111 | 1010000 |
Color Harmonies of #E0B9BA
Complementary color
Monochromatic Colors of #E0B9BA
Black with #E0B9BA
Text Example
Text Example
White with #E0B9BA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E0B9BA; }
p { color: rgb(224,185,186); }
H1.HeaderClassName
{
color: #E0B9BA;
}
.AnyTagClassName
{
color: #E0B9BA;
}
</style>
background-color css
<style>
a { background-color: #E0B9BA; }
a { background-color: rgb(224,185,186); }
div.DivClassName
{
background-color: #E0B9BA;
}
.BgClassName
{
background-color: #E0B9BA;
}
</style>
border-color css
<style>
span { border-color: #E0B9BA; }
span { border-color: rgb(224,185,186); }
td.TdClassName
{
border-color: #E0B9BA;
}
.TagClassName
{
border-color: #E0B9BA;
}
</style>