Shades of Lavender Pink #E9A7D3
Tints of Lavender Pink #E9A7D3
RGB
CMYK
RGB Variations
Color information
#E9A7D3 (or 0xE9A7D3) is known color: Lavender Pink. HEX triplet: E9, A7 and D3. RGB value is (233,167,211). Sum of RGB (Red+Green+Blue) = 233+167+211=611 (80% of max value = 765). Red value is 233 (91.41% from 255 or 38.13% from 611); Green value is 167 (65.62% from 255 or 27.33% from 611); Blue value is 211 (82.81% from 255 or 34.53% from 611); Max value from RGB is 233 - color contains mainly: red. Hex color #E9A7D3 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #E9A7D3 is #16582C. Grayscale: #BFBFBF. Windows color (decimal): -1464365 or 13871081. OLE color: 13871081.
HSL color Cylindrical-coordinate representation of color #E9A7D3: hue angle of 320º degrees, saturation: 0.6, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #E9A7D3 is Cyan = 0, Magento = 0.28, Yellow = 0.09 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 233 | 167 | 211 | - |
| CMYK | 0 | 0.28 | 0.09 | 0.09 |
| HSL | 320º | 0.6% | 0.78% | - |
| HSV(B) | 320º | 0.28% | 0.91% | - |
| XYZ | 59.18 | 49.66 | 68.1 | - |
| YUV | 191.75 | 138.87 | 157.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 233 | 167 | 211 | 0 | 0.28 | 0.09 | 0.09 | 320 | 0.6 | 0.78 |
| Hex | E9 | A7 | D3 | 0 | 1C | 9 | 9 | 140 | 3C | 4E |
| Octal | 351 | 247 | 323 | 0 | 34 | 11 | 11 | 500 | 74 | 116 |
| Binary | 11101001 | 10100111 | 11010011 | 0 | 11100 | 1001 | 1001 | 101000000 | 111100 | 1001110 |
Color Harmonies of #E9A7D3
Complementary color
Monochromatic Colors of #E9A7D3
Black with #E9A7D3
Text Example
Text Example
White with #E9A7D3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E9A7D3; }
p { color: rgb(233,167,211); }
H1.HeaderClassName
{
color: #E9A7D3;
}
.AnyTagClassName
{
color: #E9A7D3;
}
</style>
background-color css
<style>
a { background-color: #E9A7D3; }
a { background-color: rgb(233,167,211); }
div.DivClassName
{
background-color: #E9A7D3;
}
.BgClassName
{
background-color: #E9A7D3;
}
</style>
border-color css
<style>
span { border-color: #E9A7D3; }
span { border-color: rgb(233,167,211); }
td.TdClassName
{
border-color: #E9A7D3;
}
.TagClassName
{
border-color: #E9A7D3;
}
</style>