Shades of Lavender Pink #EDA2D1
Tints of Lavender Pink #EDA2D1
RGB
CMYK
RGB Variations
Color information
#EDA2D1 (or 0xEDA2D1) is known color: Lavender Pink. HEX triplet: ED, A2 and D1. RGB value is (237,162,209). Sum of RGB (Red+Green+Blue) = 237+162+209=608 (80% of max value = 765). Red value is 237 (92.97% from 255 or 38.98% from 608); Green value is 162 (63.67% from 255 or 26.64% from 608); Blue value is 209 (82.03% from 255 or 34.38% from 608); Max value from RGB is 237 - color contains mainly: red. Hex color #EDA2D1 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #EDA2D1 is #125D2E. Grayscale: #BDBDBD. Windows color (decimal): -1203503 or 13738733. OLE color: 13738733.
HSL color Cylindrical-coordinate representation of color #EDA2D1: hue angle of 322.4º 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 #EDA2D1 is Cyan = 0, Magento = 0.32, Yellow = 0.12 and Black (K on CMYK) = 0.07.
Color convert
RGB | 237 | 162 | 209 | - |
CMYK | 0 | 0.32 | 0.12 | 0.07 |
HSL | 322.4º | 0.68% | 0.78% | - |
HSV(B) | 322.4º | 0.32% | 0.93% | - |
XYZ | 59.35 | 48.45 | 66.54 | - |
YUV | 189.78 | 138.85 | 161.68 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 237 | 162 | 209 | 0 | 0.32 | 0.12 | 0.07 | 322.4 | 0.68 | 0.78 |
Hex | ED | A2 | D1 | 0 | 20 | C | 7 | 142 | 44 | 4E |
Octal | 355 | 242 | 321 | 0 | 40 | 14 | 7 | 502 | 104 | 116 |
Binary | 11101101 | 10100010 | 11010001 | 0 | 100000 | 1100 | 111 | 101000010 | 1000100 | 1001110 |
Color Harmonies of #EDA2D1
Complementary color
Monochromatic Colors of #EDA2D1
Black with #EDA2D1
Text Example
Text Example
White with #EDA2D1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EDA2D1; }
p { color: rgb(237,162,209); }
H1.HeaderClassName
{
color: #EDA2D1;
}
.AnyTagClassName
{
color: #EDA2D1;
}
</style>
background-color css
<style>
a { background-color: #EDA2D1; }
a { background-color: rgb(237,162,209); }
div.DivClassName
{
background-color: #EDA2D1;
}
.BgClassName
{
background-color: #EDA2D1;
}
</style>
border-color css
<style>
span { border-color: #EDA2D1; }
span { border-color: rgb(237,162,209); }
td.TdClassName
{
border-color: #EDA2D1;
}
.TagClassName
{
border-color: #EDA2D1;
}
</style>