Shades of Pink Flare #E1BFC1
Tints of Pink Flare #E1BFC1
RGB
CMYK
RGB Variations
Color information
#E1BFC1 (or 0xE1BFC1) is known color: Pink Flare. HEX triplet: E1, BF and C1. RGB value is (225,191,193). Sum of RGB (Red+Green+Blue) = 225+191+193=609 (80% of max value = 765). Red value is 225 (88.28% from 255 or 36.95% from 609); Green value is 191 (75% from 255 or 31.36% from 609); Blue value is 193 (75.78% from 255 or 31.69% from 609); Max value from RGB is 225 - color contains mainly: red. Hex color #E1BFC1 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #E1BFC1 is #1E403E. Grayscale: #C9C9C9. Windows color (decimal): -1982527 or 12697569. OLE color: 12697569.
HSL color Cylindrical-coordinate representation of color #E1BFC1: hue angle of 356.47º degrees, saturation: 0.36, lightness: 0.82%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.15%. Process color model (Four color, CMYK) of #E1BFC1 is Cyan = 0, Magento = 0.15, Yellow = 0.14 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 225 | 191 | 193 | - |
| CMYK | 0 | 0.15 | 0.14 | 0.12 |
| HSL | 356.47º | 0.36% | 0.82% | - |
| HSV(B) | 356.47º | 0.15% | 0.88% | - |
| XYZ | 59.31 | 57.12 | 58.35 | - |
| YUV | 201.39 | 123.26 | 144.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 225 | 191 | 193 | 0 | 0.15 | 0.14 | 0.12 | 356.47 | 0.36 | 0.82 |
| Hex | E1 | BF | C1 | 0 | F | E | C | 164 | 24 | 52 |
| Octal | 341 | 277 | 301 | 0 | 17 | 16 | 14 | 544 | 44 | 122 |
| Binary | 11100001 | 10111111 | 11000001 | 0 | 1111 | 1110 | 1100 | 101100100 | 100100 | 1010010 |
Color Harmonies of #E1BFC1
Complementary color
Monochromatic Colors of #E1BFC1
Black with #E1BFC1
Text Example
Text Example
White with #E1BFC1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E1BFC1; }
p { color: rgb(225,191,193); }
H1.HeaderClassName
{
color: #E1BFC1;
}
.AnyTagClassName
{
color: #E1BFC1;
}
</style>
background-color css
<style>
a { background-color: #E1BFC1; }
a { background-color: rgb(225,191,193); }
div.DivClassName
{
background-color: #E1BFC1;
}
.BgClassName
{
background-color: #E1BFC1;
}
</style>
border-color css
<style>
span { border-color: #E1BFC1; }
span { border-color: rgb(225,191,193); }
td.TdClassName
{
border-color: #E1BFC1;
}
.TagClassName
{
border-color: #E1BFC1;
}
</style>