Shades of Pink Flare #E0BCBE
Tints of Pink Flare #E0BCBE
RGB
CMYK
RGB Variations
Color information
#E0BCBE (or 0xE0BCBE) is known color: Pink Flare. HEX triplet: E0, BC and BE. RGB value is (224,188,190). Sum of RGB (Red+Green+Blue) = 224+188+190=602 (79% of max value = 765). Red value is 224 (87.89% from 255 or 37.21% from 602); Green value is 188 (73.83% from 255 or 31.23% from 602); Blue value is 190 (74.61% from 255 or 31.56% from 602); Max value from RGB is 224 - color contains mainly: red. Hex color #E0BCBE is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #E0BCBE is #1F4341. Grayscale: #C7C7C7. Windows color (decimal): -2048834 or 12500192. OLE color: 12500192.
HSL color Cylindrical-coordinate representation of color #E0BCBE: hue angle of 356.67º degrees, saturation: 0.37, 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 #E0BCBE is Cyan = 0, Magento = 0.16, Yellow = 0.15 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 224 | 188 | 190 | - |
| CMYK | 0 | 0.16 | 0.15 | 0.12 |
| HSL | 356.67º | 0.37% | 0.81% | - |
| HSV(B) | 356.67º | 0.16% | 0.88% | - |
| XYZ | 58.02 | 55.53 | 56.38 | - |
| YUV | 198.99 | 122.93 | 145.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 224 | 188 | 190 | 0 | 0.16 | 0.15 | 0.12 | 356.67 | 0.37 | 0.81 |
| Hex | E0 | BC | BE | 0 | 10 | F | C | 165 | 25 | 51 |
| Octal | 340 | 274 | 276 | 0 | 20 | 17 | 14 | 545 | 45 | 121 |
| Binary | 11100000 | 10111100 | 10111110 | 0 | 10000 | 1111 | 1100 | 101100101 | 100101 | 1010001 |
Color Harmonies of #E0BCBE
Complementary color
Monochromatic Colors of #E0BCBE
Black with #E0BCBE
Text Example
Text Example
White with #E0BCBE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E0BCBE; }
p { color: rgb(224,188,190); }
H1.HeaderClassName
{
color: #E0BCBE;
}
.AnyTagClassName
{
color: #E0BCBE;
}
</style>
background-color css
<style>
a { background-color: #E0BCBE; }
a { background-color: rgb(224,188,190); }
div.DivClassName
{
background-color: #E0BCBE;
}
.BgClassName
{
background-color: #E0BCBE;
}
</style>
border-color css
<style>
span { border-color: #E0BCBE; }
span { border-color: rgb(224,188,190); }
td.TdClassName
{
border-color: #E0BCBE;
}
.TagClassName
{
border-color: #E0BCBE;
}
</style>