Shades of Lavender Pink #EDA7CA
Tints of Lavender Pink #EDA7CA
RGB
CMYK
RGB Variations
Color information
#EDA7CA (or 0xEDA7CA) is known color: Lavender Pink. HEX triplet: ED, A7 and CA. RGB value is (237,167,202). Sum of RGB (Red+Green+Blue) = 237+167+202=606 (80% of max value = 765). Red value is 237 (92.97% from 255 or 39.11% from 606); Green value is 167 (65.62% from 255 or 27.56% from 606); Blue value is 202 (79.30% from 255 or 33.33% from 606); Max value from RGB is 237 - color contains mainly: red. Hex color #EDA7CA is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #EDA7CA is #125835. Grayscale: #BFBFBF. Windows color (decimal): -1202230 or 13281261. OLE color: 13281261.
HSL color Cylindrical-coordinate representation of color #EDA7CA: hue angle of 330º 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 #EDA7CA is Cyan = 0, Magento = 0.30, Yellow = 0.15 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 237 | 167 | 202 | - |
| CMYK | 0 | 0.30 | 0.15 | 0.07 |
| HSL | 330º | 0.66% | 0.79% | - |
| HSV(B) | 330º | 0.3% | 0.93% | - |
| XYZ | 59.4 | 49.91 | 62.38 | - |
| YUV | 191.92 | 133.69 | 160.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 237 | 167 | 202 | 0 | 0.30 | 0.15 | 0.07 | 330 | 0.66 | 0.79 |
| Hex | ED | A7 | CA | 0 | 1E | F | 7 | 14A | 42 | 4F |
| Octal | 355 | 247 | 312 | 0 | 36 | 17 | 7 | 512 | 102 | 117 |
| Binary | 11101101 | 10100111 | 11001010 | 0 | 11110 | 1111 | 111 | 101001010 | 1000010 | 1001111 |
Color Harmonies of #EDA7CA
Complementary color
Monochromatic Colors of #EDA7CA
Black with #EDA7CA
Text Example
Text Example
White with #EDA7CA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EDA7CA; }
p { color: rgb(237,167,202); }
H1.HeaderClassName
{
color: #EDA7CA;
}
.AnyTagClassName
{
color: #EDA7CA;
}
</style>
background-color css
<style>
a { background-color: #EDA7CA; }
a { background-color: rgb(237,167,202); }
div.DivClassName
{
background-color: #EDA7CA;
}
.BgClassName
{
background-color: #EDA7CA;
}
</style>
border-color css
<style>
span { border-color: #EDA7CA; }
span { border-color: rgb(237,167,202); }
td.TdClassName
{
border-color: #EDA7CA;
}
.TagClassName
{
border-color: #EDA7CA;
}
</style>