Shades of Lavender Pink #E9B1CD
Tints of Lavender Pink #E9B1CD
RGB
CMYK
RGB Variations
Color information
#E9B1CD (or 0xE9B1CD) is known color: Lavender Pink. HEX triplet: E9, B1 and CD. RGB value is (233,177,205). Sum of RGB (Red+Green+Blue) = 233+177+205=615 (81% of max value = 765). Red value is 233 (91.41% from 255 or 37.89% from 615); Green value is 177 (69.53% from 255 or 28.78% from 615); Blue value is 205 (80.47% from 255 or 33.33% from 615); Max value from RGB is 233 - color contains mainly: red. Hex color #E9B1CD is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #E9B1CD is #164E32. Grayscale: #C4C4C4. Windows color (decimal): -1461811 or 13480425. OLE color: 13480425.
HSL color Cylindrical-coordinate representation of color #E9B1CD: hue angle of 330º degrees, saturation: 0.56, 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 #E9B1CD is Cyan = 0, Magento = 0.24, Yellow = 0.12 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 233 | 177 | 205 | - |
| CMYK | 0 | 0.24 | 0.12 | 0.09 |
| HSL | 330º | 0.56% | 0.8% | - |
| HSV(B) | 330º | 0.24% | 0.91% | - |
| XYZ | 60.35 | 53.18 | 64.84 | - |
| YUV | 196.94 | 132.55 | 153.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 233 | 177 | 205 | 0 | 0.24 | 0.12 | 0.09 | 330 | 0.56 | 0.8 |
| Hex | E9 | B1 | CD | 0 | 18 | C | 9 | 14A | 38 | 50 |
| Octal | 351 | 261 | 315 | 0 | 30 | 14 | 11 | 512 | 70 | 120 |
| Binary | 11101001 | 10110001 | 11001101 | 0 | 11000 | 1100 | 1001 | 101001010 | 111000 | 1010000 |
Color Harmonies of #E9B1CD
Complementary color
Monochromatic Colors of #E9B1CD
Black with #E9B1CD
Text Example
Text Example
White with #E9B1CD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E9B1CD; }
p { color: rgb(233,177,205); }
H1.HeaderClassName
{
color: #E9B1CD;
}
.AnyTagClassName
{
color: #E9B1CD;
}
</style>
background-color css
<style>
a { background-color: #E9B1CD; }
a { background-color: rgb(233,177,205); }
div.DivClassName
{
background-color: #E9B1CD;
}
.BgClassName
{
background-color: #E9B1CD;
}
</style>
border-color css
<style>
span { border-color: #E9B1CD; }
span { border-color: rgb(233,177,205); }
td.TdClassName
{
border-color: #E9B1CD;
}
.TagClassName
{
border-color: #E9B1CD;
}
</style>