Shades of Pink Flare #E2BFC1
Tints of Pink Flare #E2BFC1
RGB
CMYK
RGB Variations
Color information
#E2BFC1 (or 0xE2BFC1) is known color: Pink Flare. HEX triplet: E2, BF and C1. RGB value is (226,191,193). Sum of RGB (Red+Green+Blue) = 226+191+193=610 (80% of max value = 765). Red value is 226 (88.67% from 255 or 37.05% from 610); Green value is 191 (75% from 255 or 31.31% from 610); Blue value is 193 (75.78% from 255 or 31.64% from 610); Max value from RGB is 226 - color contains mainly: red. Hex color #E2BFC1 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #E2BFC1 is #1D403E. Grayscale: #C9C9C9. Windows color (decimal): -1916991 or 12697570. OLE color: 12697570.
HSL color Cylindrical-coordinate representation of color #E2BFC1: hue angle of 356.57º degrees, saturation: 0.38, lightness: 0.82%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.15%. Process color model (Four color, CMYK) of #E2BFC1 is Cyan = 0, Magento = 0.15, Yellow = 0.15 and Black (K on CMYK) = 0.11.
Color convert
RGB | 226 | 191 | 193 | - |
CMYK | 0 | 0.15 | 0.15 | 0.11 |
HSL | 356.57º | 0.38% | 0.82% | - |
HSV(B) | 356.57º | 0.15% | 0.89% | - |
XYZ | 59.62 | 57.28 | 58.37 | - |
YUV | 201.69 | 123.1 | 145.34 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 226 | 191 | 193 | 0 | 0.15 | 0.15 | 0.11 | 356.57 | 0.38 | 0.82 |
Hex | E2 | BF | C1 | 0 | F | F | B | 165 | 26 | 52 |
Octal | 342 | 277 | 301 | 0 | 17 | 17 | 13 | 545 | 46 | 122 |
Binary | 11100010 | 10111111 | 11000001 | 0 | 1111 | 1111 | 1011 | 101100101 | 100110 | 1010010 |
Color Harmonies of #E2BFC1
Complementary color
Monochromatic Colors of #E2BFC1
Black with #E2BFC1
Text Example
Text Example
White with #E2BFC1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E2BFC1; }
p { color: rgb(226,191,193); }
H1.HeaderClassName
{
color: #E2BFC1;
}
.AnyTagClassName
{
color: #E2BFC1;
}
</style>
background-color css
<style>
a { background-color: #E2BFC1; }
a { background-color: rgb(226,191,193); }
div.DivClassName
{
background-color: #E2BFC1;
}
.BgClassName
{
background-color: #E2BFC1;
}
</style>
border-color css
<style>
span { border-color: #E2BFC1; }
span { border-color: rgb(226,191,193); }
td.TdClassName
{
border-color: #E2BFC1;
}
.TagClassName
{
border-color: #E2BFC1;
}
</style>