Shades of Lavender Pink #EDA2CF
Tints of Lavender Pink #EDA2CF
RGB
CMYK
RGB Variations
Color information
#EDA2CF (or 0xEDA2CF) is known color: Lavender Pink. HEX triplet: ED, A2 and CF. RGB value is (237,162,207). Sum of RGB (Red+Green+Blue) = 237+162+207=606 (80% of max value = 765). Red value is 237 (92.97% from 255 or 39.11% from 606); Green value is 162 (63.67% from 255 or 26.73% from 606); Blue value is 207 (81.25% from 255 or 34.16% from 606); Max value from RGB is 237 - color contains mainly: red. Hex color #EDA2CF is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #EDA2CF is #125D30. Grayscale: #BDBDBD. Windows color (decimal): -1203505 or 13607661. OLE color: 13607661.
HSL color Cylindrical-coordinate representation of color #EDA2CF: hue angle of 324º 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 #EDA2CF is Cyan = 0, Magento = 0.32, Yellow = 0.13 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 237 | 162 | 207 | - |
| CMYK | 0 | 0.32 | 0.13 | 0.07 |
| HSL | 324º | 0.68% | 0.78% | - |
| HSV(B) | 324º | 0.32% | 0.93% | - |
| XYZ | 59.11 | 48.35 | 65.25 | - |
| YUV | 189.56 | 137.85 | 161.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 237 | 162 | 207 | 0 | 0.32 | 0.13 | 0.07 | 324 | 0.68 | 0.78 |
| Hex | ED | A2 | CF | 0 | 20 | D | 7 | 144 | 44 | 4E |
| Octal | 355 | 242 | 317 | 0 | 40 | 15 | 7 | 504 | 104 | 116 |
| Binary | 11101101 | 10100010 | 11001111 | 0 | 100000 | 1101 | 111 | 101000100 | 1000100 | 1001110 |
Color Harmonies of #EDA2CF
Complementary color
Monochromatic Colors of #EDA2CF
Black with #EDA2CF
Text Example
Text Example
White with #EDA2CF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EDA2CF; }
p { color: rgb(237,162,207); }
H1.HeaderClassName
{
color: #EDA2CF;
}
.AnyTagClassName
{
color: #EDA2CF;
}
</style>
background-color css
<style>
a { background-color: #EDA2CF; }
a { background-color: rgb(237,162,207); }
div.DivClassName
{
background-color: #EDA2CF;
}
.BgClassName
{
background-color: #EDA2CF;
}
</style>
border-color css
<style>
span { border-color: #EDA2CF; }
span { border-color: rgb(237,162,207); }
td.TdClassName
{
border-color: #EDA2CF;
}
.TagClassName
{
border-color: #EDA2CF;
}
</style>