Shades of Lavender Pink #E7ADCB
Tints of Lavender Pink #E7ADCB
RGB
CMYK
RGB Variations
Color information
#E7ADCB (or 0xE7ADCB) is known color: Lavender Pink. HEX triplet: E7, AD and CB. RGB value is (231,173,203). Sum of RGB (Red+Green+Blue) = 231+173+203=607 (80% of max value = 765). Red value is 231 (90.62% from 255 or 38.06% from 607); Green value is 173 (67.97% from 255 or 28.50% from 607); Blue value is 203 (79.69% from 255 or 33.44% from 607); Max value from RGB is 231 - color contains mainly: red. Hex color #E7ADCB is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #E7ADCB is #185234. Grayscale: #C1C1C1. Windows color (decimal): -1593909 or 13348327. OLE color: 13348327.
HSL color Cylindrical-coordinate representation of color #E7ADCB: hue angle of 328.97º 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 #E7ADCB is Cyan = 0, Magento = 0.25, Yellow = 0.12 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 231 | 173 | 203 | - |
| CMYK | 0 | 0.25 | 0.12 | 0.09 |
| HSL | 328.97º | 0.55% | 0.79% | - |
| HSV(B) | 328.97º | 0.25% | 0.91% | - |
| XYZ | 58.68 | 51.19 | 63.29 | - |
| YUV | 193.76 | 133.22 | 154.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 231 | 173 | 203 | 0 | 0.25 | 0.12 | 0.09 | 328.97 | 0.55 | 0.79 |
| Hex | E7 | AD | CB | 0 | 19 | C | 9 | 149 | 37 | 4F |
| Octal | 347 | 255 | 313 | 0 | 31 | 14 | 11 | 511 | 67 | 117 |
| Binary | 11100111 | 10101101 | 11001011 | 0 | 11001 | 1100 | 1001 | 101001001 | 110111 | 1001111 |
Color Harmonies of #E7ADCB
Complementary color
Monochromatic Colors of #E7ADCB
Black with #E7ADCB
Text Example
Text Example
White with #E7ADCB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E7ADCB; }
p { color: rgb(231,173,203); }
H1.HeaderClassName
{
color: #E7ADCB;
}
.AnyTagClassName
{
color: #E7ADCB;
}
</style>
background-color css
<style>
a { background-color: #E7ADCB; }
a { background-color: rgb(231,173,203); }
div.DivClassName
{
background-color: #E7ADCB;
}
.BgClassName
{
background-color: #E7ADCB;
}
</style>
border-color css
<style>
span { border-color: #E7ADCB; }
span { border-color: rgb(231,173,203); }
td.TdClassName
{
border-color: #E7ADCB;
}
.TagClassName
{
border-color: #E7ADCB;
}
</style>