Shades of Lavender Pink #EDA1CF
Tints of Lavender Pink #EDA1CF
RGB
CMYK
RGB Variations
Color information
#EDA1CF (or 0xEDA1CF) is known color: Lavender Pink. HEX triplet: ED, A1 and CF. RGB value is (237,161,207). Sum of RGB (Red+Green+Blue) = 237+161+207=605 (80% of max value = 765). Red value is 237 (92.97% from 255 or 39.17% from 605); Green value is 161 (63.28% from 255 or 26.61% from 605); Blue value is 207 (81.25% from 255 or 34.21% from 605); Max value from RGB is 237 - color contains mainly: red. Hex color #EDA1CF is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #EDA1CF is #125E30. Grayscale: #BCBCBC. Windows color (decimal): -1203761 or 13607405. OLE color: 13607405.
HSL color Cylindrical-coordinate representation of color #EDA1CF: hue angle of 323.68º 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 #EDA1CF is Cyan = 0, Magento = 0.32, Yellow = 0.13 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 237 | 161 | 207 | - |
| CMYK | 0 | 0.32 | 0.13 | 0.07 |
| HSL | 323.68º | 0.68% | 0.78% | - |
| HSV(B) | 323.68º | 0.32% | 0.93% | - |
| XYZ | 58.93 | 48 | 65.19 | - |
| YUV | 188.97 | 138.18 | 162.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 237 | 161 | 207 | 0 | 0.32 | 0.13 | 0.07 | 323.68 | 0.68 | 0.78 |
| Hex | ED | A1 | CF | 0 | 20 | D | 7 | 144 | 44 | 4E |
| Octal | 355 | 241 | 317 | 0 | 40 | 15 | 7 | 504 | 104 | 116 |
| Binary | 11101101 | 10100001 | 11001111 | 0 | 100000 | 1101 | 111 | 101000100 | 1000100 | 1001110 |
Color Harmonies of #EDA1CF
Complementary color
Monochromatic Colors of #EDA1CF
Black with #EDA1CF
Text Example
Text Example
White with #EDA1CF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EDA1CF; }
p { color: rgb(237,161,207); }
H1.HeaderClassName
{
color: #EDA1CF;
}
.AnyTagClassName
{
color: #EDA1CF;
}
</style>
background-color css
<style>
a { background-color: #EDA1CF; }
a { background-color: rgb(237,161,207); }
div.DivClassName
{
background-color: #EDA1CF;
}
.BgClassName
{
background-color: #EDA1CF;
}
</style>
border-color css
<style>
span { border-color: #EDA1CF; }
span { border-color: rgb(237,161,207); }
td.TdClassName
{
border-color: #EDA1CF;
}
.TagClassName
{
border-color: #EDA1CF;
}
</style>