Shades of Pink Flare #E0BDBE
Tints of Pink Flare #E0BDBE
RGB
CMYK
RGB Variations
Color information
#E0BDBE (or 0xE0BDBE) is known color: Pink Flare. HEX triplet: E0, BD and BE. RGB value is (224,189,190). Sum of RGB (Red+Green+Blue) = 224+189+190=603 (79% of max value = 765). Red value is 224 (87.89% from 255 or 37.15% from 603); Green value is 189 (74.22% from 255 or 31.34% from 603); Blue value is 190 (74.61% from 255 or 31.51% from 603); Max value from RGB is 224 - color contains mainly: red. Hex color #E0BDBE is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #E0BDBE is #1F4241. Grayscale: #C7C7C7. Windows color (decimal): -2048578 or 12500448. OLE color: 12500448.
HSL color Cylindrical-coordinate representation of color #E0BDBE: hue angle of 358.29º degrees, saturation: 0.36, 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 #E0BDBE is Cyan = 0, Magento = 0.16, Yellow = 0.15 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 224 | 189 | 190 | - |
| CMYK | 0 | 0.16 | 0.15 | 0.12 |
| HSL | 358.29º | 0.36% | 0.81% | - |
| HSV(B) | 358.29º | 0.16% | 0.88% | - |
| XYZ | 58.23 | 55.96 | 56.45 | - |
| YUV | 199.58 | 122.6 | 145.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 224 | 189 | 190 | 0 | 0.16 | 0.15 | 0.12 | 358.29 | 0.36 | 0.81 |
| Hex | E0 | BD | BE | 0 | 10 | F | C | 166 | 24 | 51 |
| Octal | 340 | 275 | 276 | 0 | 20 | 17 | 14 | 546 | 44 | 121 |
| Binary | 11100000 | 10111101 | 10111110 | 0 | 10000 | 1111 | 1100 | 101100110 | 100100 | 1010001 |
Color Harmonies of #E0BDBE
Complementary color
Monochromatic Colors of #E0BDBE
Black with #E0BDBE
Text Example
Text Example
White with #E0BDBE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E0BDBE; }
p { color: rgb(224,189,190); }
H1.HeaderClassName
{
color: #E0BDBE;
}
.AnyTagClassName
{
color: #E0BDBE;
}
</style>
background-color css
<style>
a { background-color: #E0BDBE; }
a { background-color: rgb(224,189,190); }
div.DivClassName
{
background-color: #E0BDBE;
}
.BgClassName
{
background-color: #E0BDBE;
}
</style>
border-color css
<style>
span { border-color: #E0BDBE; }
span { border-color: rgb(224,189,190); }
td.TdClassName
{
border-color: #E0BDBE;
}
.TagClassName
{
border-color: #E0BDBE;
}
</style>