Shades of Pink Flare #E0BBBC
Tints of Pink Flare #E0BBBC
RGB
CMYK
RGB Variations
Color information
#E0BBBC (or 0xE0BBBC) is known color: Pink Flare. HEX triplet: E0, BB and BC. RGB value is (224,187,188). Sum of RGB (Red+Green+Blue) = 224+187+188=599 (79% of max value = 765). Red value is 224 (87.89% from 255 or 37.40% from 599); Green value is 187 (73.44% from 255 or 31.22% from 599); Blue value is 188 (73.83% from 255 or 31.39% from 599); Max value from RGB is 224 - color contains mainly: red. Hex color #E0BBBC is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #E0BBBC is #1F4443. Grayscale: #C6C6C6. Windows color (decimal): -2049092 or 12368864. OLE color: 12368864.
HSL color Cylindrical-coordinate representation of color #E0BBBC: hue angle of 358.38º degrees, saturation: 0.37, lightness: 0.81%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.17%. Process color model (Four color, CMYK) of #E0BBBC is Cyan = 0, Magento = 0.17, Yellow = 0.16 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 224 | 187 | 188 | - |
| CMYK | 0 | 0.17 | 0.16 | 0.12 |
| HSL | 358.38º | 0.37% | 0.81% | - |
| HSV(B) | 358.38º | 0.17% | 0.88% | - |
| XYZ | 57.59 | 55.02 | 55.16 | - |
| YUV | 198.18 | 122.26 | 146.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 224 | 187 | 188 | 0 | 0.17 | 0.16 | 0.12 | 358.38 | 0.37 | 0.81 |
| Hex | E0 | BB | BC | 0 | 11 | 10 | C | 166 | 25 | 51 |
| Octal | 340 | 273 | 274 | 0 | 21 | 20 | 14 | 546 | 45 | 121 |
| Binary | 11100000 | 10111011 | 10111100 | 0 | 10001 | 10000 | 1100 | 101100110 | 100101 | 1010001 |
Color Harmonies of #E0BBBC
Complementary color
Monochromatic Colors of #E0BBBC
Black with #E0BBBC
Text Example
Text Example
White with #E0BBBC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E0BBBC; }
p { color: rgb(224,187,188); }
H1.HeaderClassName
{
color: #E0BBBC;
}
.AnyTagClassName
{
color: #E0BBBC;
}
</style>
background-color css
<style>
a { background-color: #E0BBBC; }
a { background-color: rgb(224,187,188); }
div.DivClassName
{
background-color: #E0BBBC;
}
.BgClassName
{
background-color: #E0BBBC;
}
</style>
border-color css
<style>
span { border-color: #E0BBBC; }
span { border-color: rgb(224,187,188); }
td.TdClassName
{
border-color: #E0BBBC;
}
.TagClassName
{
border-color: #E0BBBC;
}
</style>