Shades of Lavender Pink #EAADCD
Tints of Lavender Pink #EAADCD
RGB
CMYK
RGB Variations
Color information
#EAADCD (or 0xEAADCD) is known color: Lavender Pink. HEX triplet: EA, AD and CD. RGB value is (234,173,205). Sum of RGB (Red+Green+Blue) = 234+173+205=612 (81% of max value = 765). Red value is 234 (91.80% from 255 or 38.24% from 612); Green value is 173 (67.97% from 255 or 28.27% from 612); Blue value is 205 (80.47% from 255 or 33.50% from 612); Max value from RGB is 234 - color contains mainly: red. Hex color #EAADCD is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #EAADCD is #155232. Grayscale: #C2C2C2. Windows color (decimal): -1397299 or 13479402. OLE color: 13479402.
HSL color Cylindrical-coordinate representation of color #EAADCD: hue angle of 328.52º degrees, saturation: 0.59, lightness: 0.8%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #EAADCD is Cyan = 0, Magento = 0.26, Yellow = 0.12 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 234 | 173 | 205 | - |
| CMYK | 0 | 0.26 | 0.12 | 0.08 |
| HSL | 328.52º | 0.59% | 0.8% | - |
| HSV(B) | 328.52º | 0.26% | 0.92% | - |
| XYZ | 59.89 | 51.79 | 64.6 | - |
| YUV | 194.89 | 133.71 | 155.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 234 | 173 | 205 | 0 | 0.26 | 0.12 | 0.08 | 328.52 | 0.59 | 0.8 |
| Hex | EA | AD | CD | 0 | 1A | C | 8 | 149 | 3B | 50 |
| Octal | 352 | 255 | 315 | 0 | 32 | 14 | 10 | 511 | 73 | 120 |
| Binary | 11101010 | 10101101 | 11001101 | 0 | 11010 | 1100 | 1000 | 101001001 | 111011 | 1010000 |
Color Harmonies of #EAADCD
Complementary color
Monochromatic Colors of #EAADCD
Black with #EAADCD
Text Example
Text Example
White with #EAADCD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EAADCD; }
p { color: rgb(234,173,205); }
H1.HeaderClassName
{
color: #EAADCD;
}
.AnyTagClassName
{
color: #EAADCD;
}
</style>
background-color css
<style>
a { background-color: #EAADCD; }
a { background-color: rgb(234,173,205); }
div.DivClassName
{
background-color: #EAADCD;
}
.BgClassName
{
background-color: #EAADCD;
}
</style>
border-color css
<style>
span { border-color: #EAADCD; }
span { border-color: rgb(234,173,205); }
td.TdClassName
{
border-color: #EAADCD;
}
.TagClassName
{
border-color: #EAADCD;
}
</style>