Shades of Pink Flare #E1BCBD
Tints of Pink Flare #E1BCBD
RGB
CMYK
RGB Variations
Color information
#E1BCBD (or 0xE1BCBD) is known color: Pink Flare. HEX triplet: E1, BC and BD. RGB value is (225,188,189). Sum of RGB (Red+Green+Blue) = 225+188+189=602 (79% of max value = 765). Red value is 225 (88.28% from 255 or 37.38% from 602); Green value is 188 (73.83% from 255 or 31.23% from 602); Blue value is 189 (74.22% from 255 or 31.40% from 602); Max value from RGB is 225 - color contains mainly: red. Hex color #E1BCBD is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #E1BCBD is #1E4342. Grayscale: #C7C7C7. Windows color (decimal): -1983299 or 12434657. OLE color: 12434657.
HSL color Cylindrical-coordinate representation of color #E1BCBD: hue angle of 358.38º degrees, saturation: 0.38, 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 #E1BCBD is Cyan = 0, Magento = 0.16, Yellow = 0.16 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 225 | 188 | 189 | - |
| CMYK | 0 | 0.16 | 0.16 | 0.12 |
| HSL | 358.38º | 0.38% | 0.81% | - |
| HSV(B) | 358.38º | 0.16% | 0.88% | - |
| XYZ | 58.22 | 55.65 | 55.82 | - |
| YUV | 199.18 | 122.26 | 146.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 225 | 188 | 189 | 0 | 0.16 | 0.16 | 0.12 | 358.38 | 0.38 | 0.81 |
| Hex | E1 | BC | BD | 0 | 10 | 10 | C | 166 | 26 | 51 |
| Octal | 341 | 274 | 275 | 0 | 20 | 20 | 14 | 546 | 46 | 121 |
| Binary | 11100001 | 10111100 | 10111101 | 0 | 10000 | 10000 | 1100 | 101100110 | 100110 | 1010001 |
Color Harmonies of #E1BCBD
Complementary color
Monochromatic Colors of #E1BCBD
Black with #E1BCBD
Text Example
Text Example
White with #E1BCBD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E1BCBD; }
p { color: rgb(225,188,189); }
H1.HeaderClassName
{
color: #E1BCBD;
}
.AnyTagClassName
{
color: #E1BCBD;
}
</style>
background-color css
<style>
a { background-color: #E1BCBD; }
a { background-color: rgb(225,188,189); }
div.DivClassName
{
background-color: #E1BCBD;
}
.BgClassName
{
background-color: #E1BCBD;
}
</style>
border-color css
<style>
span { border-color: #E1BCBD; }
span { border-color: rgb(225,188,189); }
td.TdClassName
{
border-color: #E1BCBD;
}
.TagClassName
{
border-color: #E1BCBD;
}
</style>