Shades of Lavender Pink #E8ADCB
Tints of Lavender Pink #E8ADCB
RGB
CMYK
RGB Variations
Color information
#E8ADCB (or 0xE8ADCB) is known color: Lavender Pink. HEX triplet: E8, AD and CB. RGB value is (232,173,203). Sum of RGB (Red+Green+Blue) = 232+173+203=608 (80% of max value = 765). Red value is 232 (91.02% from 255 or 38.16% from 608); Green value is 173 (67.97% from 255 or 28.45% from 608); Blue value is 203 (79.69% from 255 or 33.39% from 608); Max value from RGB is 232 - color contains mainly: red. Hex color #E8ADCB is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #E8ADCB is #175234. Grayscale: #C2C2C2. Windows color (decimal): -1528373 or 13348328. OLE color: 13348328.
HSL color Cylindrical-coordinate representation of color #E8ADCB: hue angle of 329.49º degrees, saturation: 0.56, 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 #E8ADCB is Cyan = 0, Magento = 0.25, Yellow = 0.12 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 232 | 173 | 203 | - |
| CMYK | 0 | 0.25 | 0.12 | 0.09 |
| HSL | 329.49º | 0.56% | 0.79% | - |
| HSV(B) | 329.49º | 0.25% | 0.91% | - |
| XYZ | 59 | 51.35 | 63.3 | - |
| YUV | 194.06 | 133.05 | 155.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 232 | 173 | 203 | 0 | 0.25 | 0.12 | 0.09 | 329.49 | 0.56 | 0.79 |
| Hex | E8 | AD | CB | 0 | 19 | C | 9 | 149 | 38 | 4F |
| Octal | 350 | 255 | 313 | 0 | 31 | 14 | 11 | 511 | 70 | 117 |
| Binary | 11101000 | 10101101 | 11001011 | 0 | 11001 | 1100 | 1001 | 101001001 | 111000 | 1001111 |
Color Harmonies of #E8ADCB
Complementary color
Monochromatic Colors of #E8ADCB
Black with #E8ADCB
Text Example
Text Example
White with #E8ADCB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E8ADCB; }
p { color: rgb(232,173,203); }
H1.HeaderClassName
{
color: #E8ADCB;
}
.AnyTagClassName
{
color: #E8ADCB;
}
</style>
background-color css
<style>
a { background-color: #E8ADCB; }
a { background-color: rgb(232,173,203); }
div.DivClassName
{
background-color: #E8ADCB;
}
.BgClassName
{
background-color: #E8ADCB;
}
</style>
border-color css
<style>
span { border-color: #E8ADCB; }
span { border-color: rgb(232,173,203); }
td.TdClassName
{
border-color: #E8ADCB;
}
.TagClassName
{
border-color: #E8ADCB;
}
</style>