Shades of Lavender Pink #EDA6CA
Tints of Lavender Pink #EDA6CA
RGB
CMYK
RGB Variations
Color information
#EDA6CA (or 0xEDA6CA) is known color: Lavender Pink. HEX triplet: ED, A6 and CA. RGB value is (237,166,202). Sum of RGB (Red+Green+Blue) = 237+166+202=605 (80% of max value = 765). Red value is 237 (92.97% from 255 or 39.17% from 605); Green value is 166 (65.23% from 255 or 27.44% from 605); Blue value is 202 (79.30% from 255 or 33.39% from 605); Max value from RGB is 237 - color contains mainly: red. Hex color #EDA6CA is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #EDA6CA is #125935. Grayscale: #BFBFBF. Windows color (decimal): -1202486 or 13281005. OLE color: 13281005.
HSL color Cylindrical-coordinate representation of color #EDA6CA: hue angle of 329.58º degrees, saturation: 0.66, lightness: 0.79%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #EDA6CA is Cyan = 0, Magento = 0.30, Yellow = 0.15 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 237 | 166 | 202 | - |
| CMYK | 0 | 0.30 | 0.15 | 0.07 |
| HSL | 329.58º | 0.66% | 0.79% | - |
| HSV(B) | 329.58º | 0.3% | 0.93% | - |
| XYZ | 59.22 | 49.54 | 62.32 | - |
| YUV | 191.33 | 134.02 | 160.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 237 | 166 | 202 | 0 | 0.30 | 0.15 | 0.07 | 329.58 | 0.66 | 0.79 |
| Hex | ED | A6 | CA | 0 | 1E | F | 7 | 14A | 42 | 4F |
| Octal | 355 | 246 | 312 | 0 | 36 | 17 | 7 | 512 | 102 | 117 |
| Binary | 11101101 | 10100110 | 11001010 | 0 | 11110 | 1111 | 111 | 101001010 | 1000010 | 1001111 |
Color Harmonies of #EDA6CA
Complementary color
Monochromatic Colors of #EDA6CA
Black with #EDA6CA
Text Example
Text Example
White with #EDA6CA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EDA6CA; }
p { color: rgb(237,166,202); }
H1.HeaderClassName
{
color: #EDA6CA;
}
.AnyTagClassName
{
color: #EDA6CA;
}
</style>
background-color css
<style>
a { background-color: #EDA6CA; }
a { background-color: rgb(237,166,202); }
div.DivClassName
{
background-color: #EDA6CA;
}
.BgClassName
{
background-color: #EDA6CA;
}
</style>
border-color css
<style>
span { border-color: #EDA6CA; }
span { border-color: rgb(237,166,202); }
td.TdClassName
{
border-color: #EDA6CA;
}
.TagClassName
{
border-color: #EDA6CA;
}
</style>