Shades of Lavender Pink #E7ADCD
Tints of Lavender Pink #E7ADCD
RGB
CMYK
RGB Variations
Color information
#E7ADCD (or 0xE7ADCD) is known color: Lavender Pink. HEX triplet: E7, AD and CD. RGB value is (231,173,205). Sum of RGB (Red+Green+Blue) = 231+173+205=609 (80% of max value = 765). Red value is 231 (90.62% from 255 or 37.93% from 609); Green value is 173 (67.97% from 255 or 28.41% from 609); Blue value is 205 (80.47% from 255 or 33.66% from 609); Max value from RGB is 231 - color contains mainly: red. Hex color #E7ADCD is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #E7ADCD is #185232. Grayscale: #C1C1C1. Windows color (decimal): -1593907 or 13479399. OLE color: 13479399.
HSL color Cylindrical-coordinate representation of color #E7ADCD: hue angle of 326.9º degrees, saturation: 0.55, lightness: 0.79%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #E7ADCD is Cyan = 0, Magento = 0.25, Yellow = 0.11 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 231 | 173 | 205 | - |
| CMYK | 0 | 0.25 | 0.11 | 0.09 |
| HSL | 326.9º | 0.55% | 0.79% | - |
| HSV(B) | 326.9º | 0.25% | 0.91% | - |
| XYZ | 58.92 | 51.28 | 64.55 | - |
| YUV | 193.99 | 134.22 | 154.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 231 | 173 | 205 | 0 | 0.25 | 0.11 | 0.09 | 326.9 | 0.55 | 0.79 |
| Hex | E7 | AD | CD | 0 | 19 | B | 9 | 147 | 37 | 4F |
| Octal | 347 | 255 | 315 | 0 | 31 | 13 | 11 | 507 | 67 | 117 |
| Binary | 11100111 | 10101101 | 11001101 | 0 | 11001 | 1011 | 1001 | 101000111 | 110111 | 1001111 |
Color Harmonies of #E7ADCD
Complementary color
Monochromatic Colors of #E7ADCD
Black with #E7ADCD
Text Example
Text Example
White with #E7ADCD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E7ADCD; }
p { color: rgb(231,173,205); }
H1.HeaderClassName
{
color: #E7ADCD;
}
.AnyTagClassName
{
color: #E7ADCD;
}
</style>
background-color css
<style>
a { background-color: #E7ADCD; }
a { background-color: rgb(231,173,205); }
div.DivClassName
{
background-color: #E7ADCD;
}
.BgClassName
{
background-color: #E7ADCD;
}
</style>
border-color css
<style>
span { border-color: #E7ADCD; }
span { border-color: rgb(231,173,205); }
td.TdClassName
{
border-color: #E7ADCD;
}
.TagClassName
{
border-color: #E7ADCD;
}
</style>