Shades of Lavender Pink #E8B1CF
Tints of Lavender Pink #E8B1CF
RGB
CMYK
RGB Variations
Color information
#E8B1CF (or 0xE8B1CF) is known color: Lavender Pink. HEX triplet: E8, B1 and CF. RGB value is (232,177,207). Sum of RGB (Red+Green+Blue) = 232+177+207=616 (81% of max value = 765). Red value is 232 (91.02% from 255 or 37.66% from 616); Green value is 177 (69.53% from 255 or 28.73% from 616); Blue value is 207 (81.25% from 255 or 33.60% from 616); Max value from RGB is 232 - color contains mainly: red. Hex color #E8B1CF is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #E8B1CF is #174E30. Grayscale: #C4C4C4. Windows color (decimal): -1527345 or 13611496. OLE color: 13611496.
HSL color Cylindrical-coordinate representation of color #E8B1CF: hue angle of 327.27º degrees, saturation: 0.54, lightness: 0.8%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #E8B1CF is Cyan = 0, Magento = 0.24, Yellow = 0.11 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 232 | 177 | 207 | - |
| CMYK | 0 | 0.24 | 0.11 | 0.09 |
| HSL | 327.27º | 0.54% | 0.8% | - |
| HSV(B) | 327.27º | 0.24% | 0.91% | - |
| XYZ | 60.26 | 53.11 | 66.11 | - |
| YUV | 196.87 | 133.72 | 153.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 232 | 177 | 207 | 0 | 0.24 | 0.11 | 0.09 | 327.27 | 0.54 | 0.8 |
| Hex | E8 | B1 | CF | 0 | 18 | B | 9 | 147 | 36 | 50 |
| Octal | 350 | 261 | 317 | 0 | 30 | 13 | 11 | 507 | 66 | 120 |
| Binary | 11101000 | 10110001 | 11001111 | 0 | 11000 | 1011 | 1001 | 101000111 | 110110 | 1010000 |
Color Harmonies of #E8B1CF
Complementary color
Monochromatic Colors of #E8B1CF
Black with #E8B1CF
Text Example
Text Example
White with #E8B1CF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E8B1CF; }
p { color: rgb(232,177,207); }
H1.HeaderClassName
{
color: #E8B1CF;
}
.AnyTagClassName
{
color: #E8B1CF;
}
</style>
background-color css
<style>
a { background-color: #E8B1CF; }
a { background-color: rgb(232,177,207); }
div.DivClassName
{
background-color: #E8B1CF;
}
.BgClassName
{
background-color: #E8B1CF;
}
</style>
border-color css
<style>
span { border-color: #E8B1CF; }
span { border-color: rgb(232,177,207); }
td.TdClassName
{
border-color: #E8B1CF;
}
.TagClassName
{
border-color: #E8B1CF;
}
</style>