Shades of Lavender Pink #EDA9C9
Tints of Lavender Pink #EDA9C9
RGB
CMYK
RGB Variations
Color information
#EDA9C9 (or 0xEDA9C9) is known color: Lavender Pink. HEX triplet: ED, A9 and C9. RGB value is (237,169,201). Sum of RGB (Red+Green+Blue) = 237+169+201=607 (80% of max value = 765). Red value is 237 (92.97% from 255 or 39.04% from 607); Green value is 169 (66.41% from 255 or 27.84% from 607); Blue value is 201 (78.91% from 255 or 33.11% from 607); Max value from RGB is 237 - color contains mainly: red. Hex color #EDA9C9 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #EDA9C9 is #125636. Grayscale: #C0C0C0. Windows color (decimal): -1201719 or 13216237. OLE color: 13216237.
HSL color Cylindrical-coordinate representation of color #EDA9C9: hue angle of 331.76º degrees, saturation: 0.65, lightness: 0.8%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #EDA9C9 is Cyan = 0, Magento = 0.29, Yellow = 0.15 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 237 | 169 | 201 | - |
| CMYK | 0 | 0.29 | 0.15 | 0.07 |
| HSL | 331.76º | 0.65% | 0.8% | - |
| HSV(B) | 331.76º | 0.29% | 0.93% | - |
| XYZ | 59.66 | 50.6 | 61.88 | - |
| YUV | 192.98 | 132.53 | 159.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 237 | 169 | 201 | 0 | 0.29 | 0.15 | 0.07 | 331.76 | 0.65 | 0.8 |
| Hex | ED | A9 | C9 | 0 | 1D | F | 7 | 14C | 41 | 50 |
| Octal | 355 | 251 | 311 | 0 | 35 | 17 | 7 | 514 | 101 | 120 |
| Binary | 11101101 | 10101001 | 11001001 | 0 | 11101 | 1111 | 111 | 101001100 | 1000001 | 1010000 |
Color Harmonies of #EDA9C9
Complementary color
Monochromatic Colors of #EDA9C9
Black with #EDA9C9
Text Example
Text Example
White with #EDA9C9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EDA9C9; }
p { color: rgb(237,169,201); }
H1.HeaderClassName
{
color: #EDA9C9;
}
.AnyTagClassName
{
color: #EDA9C9;
}
</style>
background-color css
<style>
a { background-color: #EDA9C9; }
a { background-color: rgb(237,169,201); }
div.DivClassName
{
background-color: #EDA9C9;
}
.BgClassName
{
background-color: #EDA9C9;
}
</style>
border-color css
<style>
span { border-color: #EDA9C9; }
span { border-color: rgb(237,169,201); }
td.TdClassName
{
border-color: #EDA9C9;
}
.TagClassName
{
border-color: #EDA9C9;
}
</style>