Shades of Pink Flare #E1BEC0
Tints of Pink Flare #E1BEC0
RGB
CMYK
RGB Variations
Color information
#E1BEC0 (or 0xE1BEC0) is known color: Pink Flare. HEX triplet: E1, BE and C0. RGB value is (225,190,192). Sum of RGB (Red+Green+Blue) = 225+190+192=607 (80% of max value = 765). Red value is 225 (88.28% from 255 or 37.07% from 607); Green value is 190 (74.61% from 255 or 31.30% from 607); Blue value is 192 (75.39% from 255 or 31.63% from 607); Max value from RGB is 225 - color contains mainly: red. Hex color #E1BEC0 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #E1BEC0 is #1E413F. Grayscale: #C8C8C8. Windows color (decimal): -1982784 or 12631777. OLE color: 12631777.
HSL color Cylindrical-coordinate representation of color #E1BEC0: hue angle of 356.57º degrees, saturation: 0.37, 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 #E1BEC0 is Cyan = 0, Magento = 0.16, Yellow = 0.15 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 225 | 190 | 192 | - |
| CMYK | 0 | 0.16 | 0.15 | 0.12 |
| HSL | 356.57º | 0.37% | 0.81% | - |
| HSV(B) | 356.57º | 0.16% | 0.88% | - |
| XYZ | 58.98 | 56.64 | 57.69 | - |
| YUV | 200.69 | 123.1 | 145.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 225 | 190 | 192 | 0 | 0.16 | 0.15 | 0.12 | 356.57 | 0.37 | 0.81 |
| Hex | E1 | BE | C0 | 0 | 10 | F | C | 165 | 25 | 51 |
| Octal | 341 | 276 | 300 | 0 | 20 | 17 | 14 | 545 | 45 | 121 |
| Binary | 11100001 | 10111110 | 11000000 | 0 | 10000 | 1111 | 1100 | 101100101 | 100101 | 1010001 |
Color Harmonies of #E1BEC0
Complementary color
Monochromatic Colors of #E1BEC0
Black with #E1BEC0
Text Example
Text Example
White with #E1BEC0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E1BEC0; }
p { color: rgb(225,190,192); }
H1.HeaderClassName
{
color: #E1BEC0;
}
.AnyTagClassName
{
color: #E1BEC0;
}
</style>
background-color css
<style>
a { background-color: #E1BEC0; }
a { background-color: rgb(225,190,192); }
div.DivClassName
{
background-color: #E1BEC0;
}
.BgClassName
{
background-color: #E1BEC0;
}
</style>
border-color css
<style>
span { border-color: #E1BEC0; }
span { border-color: rgb(225,190,192); }
td.TdClassName
{
border-color: #E1BEC0;
}
.TagClassName
{
border-color: #E1BEC0;
}
</style>