Shades of Pink Flare #E2BCBD
Tints of Pink Flare #E2BCBD
RGB
CMYK
RGB Variations
Color information
#E2BCBD (or 0xE2BCBD) is known color: Pink Flare. HEX triplet: E2, BC and BD. RGB value is (226,188,189). Sum of RGB (Red+Green+Blue) = 226+188+189=603 (79% of max value = 765). Red value is 226 (88.67% from 255 or 37.48% from 603); Green value is 188 (73.83% from 255 or 31.18% from 603); Blue value is 189 (74.22% from 255 or 31.34% from 603); Max value from RGB is 226 - color contains mainly: red. Hex color #E2BCBD is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #E2BCBD is #1D4342. Grayscale: #C7C7C7. Windows color (decimal): -1917763 or 12434658. OLE color: 12434658.
HSL color Cylindrical-coordinate representation of color #E2BCBD: hue angle of 358.42º degrees, saturation: 0.4, lightness: 0.81%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.17%. Process color model (Four color, CMYK) of #E2BCBD is Cyan = 0, Magento = 0.17, Yellow = 0.16 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 226 | 188 | 189 | - |
| CMYK | 0 | 0.17 | 0.16 | 0.11 |
| HSL | 358.42º | 0.4% | 0.81% | - |
| HSV(B) | 358.42º | 0.17% | 0.89% | - |
| XYZ | 58.53 | 55.81 | 55.83 | - |
| YUV | 199.48 | 122.09 | 146.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 226 | 188 | 189 | 0 | 0.17 | 0.16 | 0.11 | 358.42 | 0.4 | 0.81 |
| Hex | E2 | BC | BD | 0 | 11 | 10 | B | 166 | 28 | 51 |
| Octal | 342 | 274 | 275 | 0 | 21 | 20 | 13 | 546 | 50 | 121 |
| Binary | 11100010 | 10111100 | 10111101 | 0 | 10001 | 10000 | 1011 | 101100110 | 101000 | 1010001 |
Color Harmonies of #E2BCBD
Complementary color
Monochromatic Colors of #E2BCBD
Black with #E2BCBD
Text Example
Text Example
White with #E2BCBD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E2BCBD; }
p { color: rgb(226,188,189); }
H1.HeaderClassName
{
color: #E2BCBD;
}
.AnyTagClassName
{
color: #E2BCBD;
}
</style>
background-color css
<style>
a { background-color: #E2BCBD; }
a { background-color: rgb(226,188,189); }
div.DivClassName
{
background-color: #E2BCBD;
}
.BgClassName
{
background-color: #E2BCBD;
}
</style>
border-color css
<style>
span { border-color: #E2BCBD; }
span { border-color: rgb(226,188,189); }
td.TdClassName
{
border-color: #E2BCBD;
}
.TagClassName
{
border-color: #E2BCBD;
}
</style>