Shades of Lavender Pink #EDA1D0
Tints of Lavender Pink #EDA1D0
RGB
CMYK
RGB Variations
Color information
#EDA1D0 (or 0xEDA1D0) is known color: Lavender Pink. HEX triplet: ED, A1 and D0. RGB value is (237,161,208). Sum of RGB (Red+Green+Blue) = 237+161+208=606 (80% of max value = 765). Red value is 237 (92.97% from 255 or 39.11% from 606); Green value is 161 (63.28% from 255 or 26.57% from 606); Blue value is 208 (81.64% from 255 or 34.32% from 606); Max value from RGB is 237 - color contains mainly: red. Hex color #EDA1D0 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #EDA1D0 is #125E2F. Grayscale: #BCBCBC. Windows color (decimal): -1203760 or 13672941. OLE color: 13672941.
HSL color Cylindrical-coordinate representation of color #EDA1D0: hue angle of 322.89º degrees, saturation: 0.68, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #EDA1D0 is Cyan = 0, Magento = 0.32, Yellow = 0.12 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 237 | 161 | 208 | - |
| CMYK | 0 | 0.32 | 0.12 | 0.07 |
| HSL | 322.89º | 0.68% | 0.78% | - |
| HSV(B) | 322.89º | 0.32% | 0.93% | - |
| XYZ | 59.06 | 48.05 | 65.84 | - |
| YUV | 189.08 | 138.68 | 162.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 237 | 161 | 208 | 0 | 0.32 | 0.12 | 0.07 | 322.89 | 0.68 | 0.78 |
| Hex | ED | A1 | D0 | 0 | 20 | C | 7 | 143 | 44 | 4E |
| Octal | 355 | 241 | 320 | 0 | 40 | 14 | 7 | 503 | 104 | 116 |
| Binary | 11101101 | 10100001 | 11010000 | 0 | 100000 | 1100 | 111 | 101000011 | 1000100 | 1001110 |
Color Harmonies of #EDA1D0
Complementary color
Monochromatic Colors of #EDA1D0
Black with #EDA1D0
Text Example
Text Example
White with #EDA1D0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EDA1D0; }
p { color: rgb(237,161,208); }
H1.HeaderClassName
{
color: #EDA1D0;
}
.AnyTagClassName
{
color: #EDA1D0;
}
</style>
background-color css
<style>
a { background-color: #EDA1D0; }
a { background-color: rgb(237,161,208); }
div.DivClassName
{
background-color: #EDA1D0;
}
.BgClassName
{
background-color: #EDA1D0;
}
</style>
border-color css
<style>
span { border-color: #EDA1D0; }
span { border-color: rgb(237,161,208); }
td.TdClassName
{
border-color: #EDA1D0;
}
.TagClassName
{
border-color: #EDA1D0;
}
</style>