Shades of Lavender Pink #E8ADCA
Tints of Lavender Pink #E8ADCA
RGB
CMYK
RGB Variations
Color information
#E8ADCA (or 0xE8ADCA) is known color: Lavender Pink. HEX triplet: E8, AD and CA. RGB value is (232,173,202). Sum of RGB (Red+Green+Blue) = 232+173+202=607 (80% of max value = 765). Red value is 232 (91.02% from 255 or 38.22% from 607); Green value is 173 (67.97% from 255 or 28.50% from 607); Blue value is 202 (79.30% from 255 or 33.28% from 607); Max value from RGB is 232 - color contains mainly: red. Hex color #E8ADCA is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #E8ADCA is #175235. Grayscale: #C1C1C1. Windows color (decimal): -1528374 or 13282792. OLE color: 13282792.
HSL color Cylindrical-coordinate representation of color #E8ADCA: hue angle of 330.51º 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 #E8ADCA is Cyan = 0, Magento = 0.25, Yellow = 0.13 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 232 | 173 | 202 | - |
| CMYK | 0 | 0.25 | 0.13 | 0.09 |
| HSL | 330.51º | 0.56% | 0.79% | - |
| HSV(B) | 330.51º | 0.25% | 0.91% | - |
| XYZ | 58.88 | 51.31 | 62.68 | - |
| YUV | 193.95 | 132.55 | 155.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 232 | 173 | 202 | 0 | 0.25 | 0.13 | 0.09 | 330.51 | 0.56 | 0.79 |
| Hex | E8 | AD | CA | 0 | 19 | D | 9 | 14B | 38 | 4F |
| Octal | 350 | 255 | 312 | 0 | 31 | 15 | 11 | 513 | 70 | 117 |
| Binary | 11101000 | 10101101 | 11001010 | 0 | 11001 | 1101 | 1001 | 101001011 | 111000 | 1001111 |
Color Harmonies of #E8ADCA
Complementary color
Monochromatic Colors of #E8ADCA
Black with #E8ADCA
Text Example
Text Example
White with #E8ADCA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E8ADCA; }
p { color: rgb(232,173,202); }
H1.HeaderClassName
{
color: #E8ADCA;
}
.AnyTagClassName
{
color: #E8ADCA;
}
</style>
background-color css
<style>
a { background-color: #E8ADCA; }
a { background-color: rgb(232,173,202); }
div.DivClassName
{
background-color: #E8ADCA;
}
.BgClassName
{
background-color: #E8ADCA;
}
</style>
border-color css
<style>
span { border-color: #E8ADCA; }
span { border-color: rgb(232,173,202); }
td.TdClassName
{
border-color: #E8ADCA;
}
.TagClassName
{
border-color: #E8ADCA;
}
</style>