Shades of Pink Flare #E0BFC1
Tints of Pink Flare #E0BFC1
RGB
CMYK
RGB Variations
Color information
#E0BFC1 (or 0xE0BFC1) is known color: Pink Flare. HEX triplet: E0, BF and C1. RGB value is (224,191,193). Sum of RGB (Red+Green+Blue) = 224+191+193=608 (80% of max value = 765). Red value is 224 (87.89% from 255 or 36.84% from 608); Green value is 191 (75% from 255 or 31.41% from 608); Blue value is 193 (75.78% from 255 or 31.74% from 608); Max value from RGB is 224 - color contains mainly: red. Hex color #E0BFC1 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #E0BFC1 is #1F403E. Grayscale: #C9C9C9. Windows color (decimal): -2048063 or 12697568. OLE color: 12697568.
HSL color Cylindrical-coordinate representation of color #E0BFC1: hue angle of 356.36º degrees, saturation: 0.35, lightness: 0.81%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.15%. Process color model (Four color, CMYK) of #E0BFC1 is Cyan = 0, Magento = 0.15, Yellow = 0.14 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 224 | 191 | 193 | - |
| CMYK | 0 | 0.15 | 0.14 | 0.12 |
| HSL | 356.36º | 0.35% | 0.81% | - |
| HSV(B) | 356.36º | 0.15% | 0.88% | - |
| XYZ | 59 | 56.96 | 58.34 | - |
| YUV | 201.1 | 123.43 | 144.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 224 | 191 | 193 | 0 | 0.15 | 0.14 | 0.12 | 356.36 | 0.35 | 0.81 |
| Hex | E0 | BF | C1 | 0 | F | E | C | 164 | 23 | 51 |
| Octal | 340 | 277 | 301 | 0 | 17 | 16 | 14 | 544 | 43 | 121 |
| Binary | 11100000 | 10111111 | 11000001 | 0 | 1111 | 1110 | 1100 | 101100100 | 100011 | 1010001 |
Color Harmonies of #E0BFC1
Complementary color
Monochromatic Colors of #E0BFC1
Black with #E0BFC1
Text Example
Text Example
White with #E0BFC1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E0BFC1; }
p { color: rgb(224,191,193); }
H1.HeaderClassName
{
color: #E0BFC1;
}
.AnyTagClassName
{
color: #E0BFC1;
}
</style>
background-color css
<style>
a { background-color: #E0BFC1; }
a { background-color: rgb(224,191,193); }
div.DivClassName
{
background-color: #E0BFC1;
}
.BgClassName
{
background-color: #E0BFC1;
}
</style>
border-color css
<style>
span { border-color: #E0BFC1; }
span { border-color: rgb(224,191,193); }
td.TdClassName
{
border-color: #E0BFC1;
}
.TagClassName
{
border-color: #E0BFC1;
}
</style>