Shades of Pink Flare #E3BDBE
Tints of Pink Flare #E3BDBE
RGB
CMYK
RGB Variations
Color information
#E3BDBE (or 0xE3BDBE) is known color: Pink Flare. HEX triplet: E3, BD and BE. RGB value is (227,189,190). Sum of RGB (Red+Green+Blue) = 227+189+190=606 (80% of max value = 765). Red value is 227 (89.06% from 255 or 37.46% from 606); Green value is 189 (74.22% from 255 or 31.19% from 606); Blue value is 190 (74.61% from 255 or 31.35% from 606); Max value from RGB is 227 - color contains mainly: red. Hex color #E3BDBE is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #E3BDBE is #1C4241. Grayscale: #C8C8C8. Windows color (decimal): -1851970 or 12500451. OLE color: 12500451.
HSL color Cylindrical-coordinate representation of color #E3BDBE: hue angle of 358.42º degrees, saturation: 0.4, lightness: 0.82%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.17%. Process color model (Four color, CMYK) of #E3BDBE is Cyan = 0, Magento = 0.17, Yellow = 0.16 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 227 | 189 | 190 | - |
| CMYK | 0 | 0.17 | 0.16 | 0.11 |
| HSL | 358.42º | 0.4% | 0.82% | - |
| HSV(B) | 358.42º | 0.17% | 0.89% | - |
| XYZ | 59.17 | 56.44 | 56.49 | - |
| YUV | 200.48 | 122.09 | 146.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 227 | 189 | 190 | 0 | 0.17 | 0.16 | 0.11 | 358.42 | 0.4 | 0.82 |
| Hex | E3 | BD | BE | 0 | 11 | 10 | B | 166 | 28 | 52 |
| Octal | 343 | 275 | 276 | 0 | 21 | 20 | 13 | 546 | 50 | 122 |
| Binary | 11100011 | 10111101 | 10111110 | 0 | 10001 | 10000 | 1011 | 101100110 | 101000 | 1010010 |
Color Harmonies of #E3BDBE
Complementary color
Monochromatic Colors of #E3BDBE
Black with #E3BDBE
Text Example
Text Example
White with #E3BDBE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E3BDBE; }
p { color: rgb(227,189,190); }
H1.HeaderClassName
{
color: #E3BDBE;
}
.AnyTagClassName
{
color: #E3BDBE;
}
</style>
background-color css
<style>
a { background-color: #E3BDBE; }
a { background-color: rgb(227,189,190); }
div.DivClassName
{
background-color: #E3BDBE;
}
.BgClassName
{
background-color: #E3BDBE;
}
</style>
border-color css
<style>
span { border-color: #E3BDBE; }
span { border-color: rgb(227,189,190); }
td.TdClassName
{
border-color: #E3BDBE;
}
.TagClassName
{
border-color: #E3BDBE;
}
</style>