Shades of Lavender Pink #EDA2D0
Tints of Lavender Pink #EDA2D0
RGB
CMYK
RGB Variations
Color information
#EDA2D0 (or 0xEDA2D0) is known color: Lavender Pink. HEX triplet: ED, A2 and D0. RGB value is (237,162,208). Sum of RGB (Red+Green+Blue) = 237+162+208=607 (80% of max value = 765). Red value is 237 (92.97% from 255 or 39.04% from 607); Green value is 162 (63.67% from 255 or 26.69% from 607); Blue value is 208 (81.64% from 255 or 34.27% from 607); Max value from RGB is 237 - color contains mainly: red. Hex color #EDA2D0 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #EDA2D0 is #125D2F. Grayscale: #BDBDBD. Windows color (decimal): -1203504 or 13673197. OLE color: 13673197.
HSL color Cylindrical-coordinate representation of color #EDA2D0: hue angle of 323.2º 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 #EDA2D0 is Cyan = 0, Magento = 0.32, Yellow = 0.12 and Black (K on CMYK) = 0.07.
Color convert
RGB | 237 | 162 | 208 | - |
CMYK | 0 | 0.32 | 0.12 | 0.07 |
HSL | 323.2º | 0.68% | 0.78% | - |
HSV(B) | 323.2º | 0.32% | 0.93% | - |
XYZ | 59.23 | 48.4 | 65.89 | - |
YUV | 189.67 | 138.35 | 161.76 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 237 | 162 | 208 | 0 | 0.32 | 0.12 | 0.07 | 323.2 | 0.68 | 0.78 |
Hex | ED | A2 | D0 | 0 | 20 | C | 7 | 143 | 44 | 4E |
Octal | 355 | 242 | 320 | 0 | 40 | 14 | 7 | 503 | 104 | 116 |
Binary | 11101101 | 10100010 | 11010000 | 0 | 100000 | 1100 | 111 | 101000011 | 1000100 | 1001110 |
Color Harmonies of #EDA2D0
Complementary color
Monochromatic Colors of #EDA2D0
Black with #EDA2D0
Text Example
Text Example
White with #EDA2D0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EDA2D0; }
p { color: rgb(237,162,208); }
H1.HeaderClassName
{
color: #EDA2D0;
}
.AnyTagClassName
{
color: #EDA2D0;
}
</style>
background-color css
<style>
a { background-color: #EDA2D0; }
a { background-color: rgb(237,162,208); }
div.DivClassName
{
background-color: #EDA2D0;
}
.BgClassName
{
background-color: #EDA2D0;
}
</style>
border-color css
<style>
span { border-color: #EDA2D0; }
span { border-color: rgb(237,162,208); }
td.TdClassName
{
border-color: #EDA2D0;
}
.TagClassName
{
border-color: #EDA2D0;
}
</style>