Shades of Lavender Pink #E9ADCB
Tints of Lavender Pink #E9ADCB
RGB
CMYK
RGB Variations
Color information
#E9ADCB (or 0xE9ADCB) is known color: Lavender Pink. HEX triplet: E9, AD and CB. RGB value is (233,173,203). Sum of RGB (Red+Green+Blue) = 233+173+203=609 (80% of max value = 765). Red value is 233 (91.41% from 255 or 38.26% from 609); Green value is 173 (67.97% from 255 or 28.41% from 609); Blue value is 203 (79.69% from 255 or 33.33% from 609); Max value from RGB is 233 - color contains mainly: red. Hex color #E9ADCB is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #E9ADCB is #165234. Grayscale: #C2C2C2. Windows color (decimal): -1462837 or 13348329. OLE color: 13348329.
HSL color Cylindrical-coordinate representation of color #E9ADCB: hue angle of 330º degrees, saturation: 0.58, lightness: 0.8%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #E9ADCB is Cyan = 0, Magento = 0.26, Yellow = 0.13 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 233 | 173 | 203 | - |
| CMYK | 0 | 0.26 | 0.13 | 0.09 |
| HSL | 330º | 0.58% | 0.8% | - |
| HSV(B) | 330º | 0.26% | 0.91% | - |
| XYZ | 59.33 | 51.52 | 63.32 | - |
| YUV | 194.36 | 132.88 | 155.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 233 | 173 | 203 | 0 | 0.26 | 0.13 | 0.09 | 330 | 0.58 | 0.8 |
| Hex | E9 | AD | CB | 0 | 1A | D | 9 | 14A | 3A | 50 |
| Octal | 351 | 255 | 313 | 0 | 32 | 15 | 11 | 512 | 72 | 120 |
| Binary | 11101001 | 10101101 | 11001011 | 0 | 11010 | 1101 | 1001 | 101001010 | 111010 | 1010000 |
Color Harmonies of #E9ADCB
Complementary color
Monochromatic Colors of #E9ADCB
Black with #E9ADCB
Text Example
Text Example
White with #E9ADCB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E9ADCB; }
p { color: rgb(233,173,203); }
H1.HeaderClassName
{
color: #E9ADCB;
}
.AnyTagClassName
{
color: #E9ADCB;
}
</style>
background-color css
<style>
a { background-color: #E9ADCB; }
a { background-color: rgb(233,173,203); }
div.DivClassName
{
background-color: #E9ADCB;
}
.BgClassName
{
background-color: #E9ADCB;
}
</style>
border-color css
<style>
span { border-color: #E9ADCB; }
span { border-color: rgb(233,173,203); }
td.TdClassName
{
border-color: #E9ADCB;
}
.TagClassName
{
border-color: #E9ADCB;
}
</style>