Shades of Pink Flare #E0BDBF
Tints of Pink Flare #E0BDBF
RGB
CMYK
RGB Variations
Color information
#E0BDBF (or 0xE0BDBF) is known color: Pink Flare. HEX triplet: E0, BD and BF. RGB value is (224,189,191). Sum of RGB (Red+Green+Blue) = 224+189+191=604 (80% of max value = 765). Red value is 224 (87.89% from 255 or 37.09% from 604); Green value is 189 (74.22% from 255 or 31.29% from 604); Blue value is 191 (75% from 255 or 31.62% from 604); Max value from RGB is 224 - color contains mainly: red. Hex color #E0BDBF is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #E0BDBF is #1F4240. Grayscale: #C7C7C7. Windows color (decimal): -2048577 or 12565984. OLE color: 12565984.
HSL color Cylindrical-coordinate representation of color #E0BDBF: hue angle of 356.57º degrees, saturation: 0.36, lightness: 0.81%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.16%. Process color model (Four color, CMYK) of #E0BDBF is Cyan = 0, Magento = 0.16, Yellow = 0.15 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 224 | 189 | 191 | - |
| CMYK | 0 | 0.16 | 0.15 | 0.12 |
| HSL | 356.57º | 0.36% | 0.81% | - |
| HSV(B) | 356.57º | 0.16% | 0.88% | - |
| XYZ | 58.34 | 56 | 57.03 | - |
| YUV | 199.69 | 123.1 | 145.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 224 | 189 | 191 | 0 | 0.16 | 0.15 | 0.12 | 356.57 | 0.36 | 0.81 |
| Hex | E0 | BD | BF | 0 | 10 | F | C | 165 | 24 | 51 |
| Octal | 340 | 275 | 277 | 0 | 20 | 17 | 14 | 545 | 44 | 121 |
| Binary | 11100000 | 10111101 | 10111111 | 0 | 10000 | 1111 | 1100 | 101100101 | 100100 | 1010001 |
Color Harmonies of #E0BDBF
Complementary color
Monochromatic Colors of #E0BDBF
Black with #E0BDBF
Text Example
Text Example
White with #E0BDBF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E0BDBF; }
p { color: rgb(224,189,191); }
H1.HeaderClassName
{
color: #E0BDBF;
}
.AnyTagClassName
{
color: #E0BDBF;
}
</style>
background-color css
<style>
a { background-color: #E0BDBF; }
a { background-color: rgb(224,189,191); }
div.DivClassName
{
background-color: #E0BDBF;
}
.BgClassName
{
background-color: #E0BDBF;
}
</style>
border-color css
<style>
span { border-color: #E0BDBF; }
span { border-color: rgb(224,189,191); }
td.TdClassName
{
border-color: #E0BDBF;
}
.TagClassName
{
border-color: #E0BDBF;
}
</style>