Shades of Pink Flare #E1BCBE
Tints of Pink Flare #E1BCBE
RGB
CMYK
RGB Variations
Color information
#E1BCBE (or 0xE1BCBE) is known color: Pink Flare. HEX triplet: E1, BC and BE. RGB value is (225,188,190). Sum of RGB (Red+Green+Blue) = 225+188+190=603 (79% of max value = 765). Red value is 225 (88.28% from 255 or 37.31% from 603); Green value is 188 (73.83% from 255 or 31.18% from 603); Blue value is 190 (74.61% from 255 or 31.51% from 603); Max value from RGB is 225 - color contains mainly: red. Hex color #E1BCBE is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #E1BCBE is #1E4341. Grayscale: #C7C7C7. Windows color (decimal): -1983298 or 12500193. OLE color: 12500193.
HSL color Cylindrical-coordinate representation of color #E1BCBE: hue angle of 356.76º 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 #E1BCBE is Cyan = 0, Magento = 0.16, Yellow = 0.16 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 225 | 188 | 190 | - |
| CMYK | 0 | 0.16 | 0.16 | 0.12 |
| HSL | 356.76º | 0.38% | 0.81% | - |
| HSV(B) | 356.76º | 0.16% | 0.88% | - |
| XYZ | 58.33 | 55.69 | 56.39 | - |
| YUV | 199.29 | 122.76 | 146.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 225 | 188 | 190 | 0 | 0.16 | 0.16 | 0.12 | 356.76 | 0.38 | 0.81 |
| Hex | E1 | BC | BE | 0 | 10 | 10 | C | 165 | 26 | 51 |
| Octal | 341 | 274 | 276 | 0 | 20 | 20 | 14 | 545 | 46 | 121 |
| Binary | 11100001 | 10111100 | 10111110 | 0 | 10000 | 10000 | 1100 | 101100101 | 100110 | 1010001 |
Color Harmonies of #E1BCBE
Complementary color
Monochromatic Colors of #E1BCBE
Black with #E1BCBE
Text Example
Text Example
White with #E1BCBE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E1BCBE; }
p { color: rgb(225,188,190); }
H1.HeaderClassName
{
color: #E1BCBE;
}
.AnyTagClassName
{
color: #E1BCBE;
}
</style>
background-color css
<style>
a { background-color: #E1BCBE; }
a { background-color: rgb(225,188,190); }
div.DivClassName
{
background-color: #E1BCBE;
}
.BgClassName
{
background-color: #E1BCBE;
}
</style>
border-color css
<style>
span { border-color: #E1BCBE; }
span { border-color: rgb(225,188,190); }
td.TdClassName
{
border-color: #E1BCBE;
}
.TagClassName
{
border-color: #E1BCBE;
}
</style>