Shades of Lavender Pink #EDA9CB
Tints of Lavender Pink #EDA9CB
RGB
CMYK
RGB Variations
Color information
#EDA9CB (or 0xEDA9CB) is known color: Lavender Pink. HEX triplet: ED, A9 and CB. RGB value is (237,169,203). Sum of RGB (Red+Green+Blue) = 237+169+203=609 (80% of max value = 765). Red value is 237 (92.97% from 255 or 38.92% from 609); Green value is 169 (66.41% from 255 or 27.75% from 609); Blue value is 203 (79.69% from 255 or 33.33% from 609); Max value from RGB is 237 - color contains mainly: red. Hex color #EDA9CB is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #EDA9CB is #125634. Grayscale: #C1C1C1. Windows color (decimal): -1201717 or 13347309. OLE color: 13347309.
HSL color Cylindrical-coordinate representation of color #EDA9CB: hue angle of 330º 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 #EDA9CB is Cyan = 0, Magento = 0.29, Yellow = 0.14 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 237 | 169 | 203 | - |
| CMYK | 0 | 0.29 | 0.14 | 0.07 |
| HSL | 330º | 0.65% | 0.8% | - |
| HSV(B) | 330º | 0.29% | 0.93% | - |
| XYZ | 59.89 | 50.69 | 63.13 | - |
| YUV | 193.21 | 133.53 | 159.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 237 | 169 | 203 | 0 | 0.29 | 0.14 | 0.07 | 330 | 0.65 | 0.8 |
| Hex | ED | A9 | CB | 0 | 1D | E | 7 | 14A | 41 | 50 |
| Octal | 355 | 251 | 313 | 0 | 35 | 16 | 7 | 512 | 101 | 120 |
| Binary | 11101101 | 10101001 | 11001011 | 0 | 11101 | 1110 | 111 | 101001010 | 1000001 | 1010000 |
Color Harmonies of #EDA9CB
Complementary color
Monochromatic Colors of #EDA9CB
Black with #EDA9CB
Text Example
Text Example
White with #EDA9CB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EDA9CB; }
p { color: rgb(237,169,203); }
H1.HeaderClassName
{
color: #EDA9CB;
}
.AnyTagClassName
{
color: #EDA9CB;
}
</style>
background-color css
<style>
a { background-color: #EDA9CB; }
a { background-color: rgb(237,169,203); }
div.DivClassName
{
background-color: #EDA9CB;
}
.BgClassName
{
background-color: #EDA9CB;
}
</style>
border-color css
<style>
span { border-color: #EDA9CB; }
span { border-color: rgb(237,169,203); }
td.TdClassName
{
border-color: #EDA9CB;
}
.TagClassName
{
border-color: #EDA9CB;
}
</style>