Shades of Lavender Rose #EDA3D4
Tints of Lavender Rose #EDA3D4
RGB
CMYK
RGB Variations
Color information
#EDA3D4 (or 0xEDA3D4) is known color: Lavender Rose. HEX triplet: ED, A3 and D4. RGB value is (237,163,212). Sum of RGB (Red+Green+Blue) = 237+163+212=612 (81% of max value = 765). Red value is 237 (92.97% from 255 or 38.73% from 612); Green value is 163 (64.06% from 255 or 26.63% from 612); Blue value is 212 (83.20% from 255 or 34.64% from 612); Max value from RGB is 237 - color contains mainly: red. Hex color #EDA3D4 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #EDA3D4 is #125C2B. Grayscale: #BEBEBE. Windows color (decimal): -1203244 or 13935597. OLE color: 13935597.
HSL color Cylindrical-coordinate representation of color #EDA3D4: hue angle of 320.27º degrees, saturation: 0.67, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #EDA3D4 is Cyan = 0, Magento = 0.31, Yellow = 0.11 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 237 | 163 | 212 | - |
| CMYK | 0 | 0.31 | 0.11 | 0.07 |
| HSL | 320.27º | 0.67% | 0.78% | - |
| HSV(B) | 320.27º | 0.31% | 0.93% | - |
| XYZ | 59.91 | 48.95 | 68.58 | - |
| YUV | 190.71 | 140.02 | 161.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 237 | 163 | 212 | 0 | 0.31 | 0.11 | 0.07 | 320.27 | 0.67 | 0.78 |
| Hex | ED | A3 | D4 | 0 | 1F | B | 7 | 140 | 43 | 4E |
| Octal | 355 | 243 | 324 | 0 | 37 | 13 | 7 | 500 | 103 | 116 |
| Binary | 11101101 | 10100011 | 11010100 | 0 | 11111 | 1011 | 111 | 101000000 | 1000011 | 1001110 |
Color Harmonies of #EDA3D4
Complementary color
Monochromatic Colors of #EDA3D4
Black with #EDA3D4
Text Example
Text Example
White with #EDA3D4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EDA3D4; }
p { color: rgb(237,163,212); }
H1.HeaderClassName
{
color: #EDA3D4;
}
.AnyTagClassName
{
color: #EDA3D4;
}
</style>
background-color css
<style>
a { background-color: #EDA3D4; }
a { background-color: rgb(237,163,212); }
div.DivClassName
{
background-color: #EDA3D4;
}
.BgClassName
{
background-color: #EDA3D4;
}
</style>
border-color css
<style>
span { border-color: #EDA3D4; }
span { border-color: rgb(237,163,212); }
td.TdClassName
{
border-color: #EDA3D4;
}
.TagClassName
{
border-color: #EDA3D4;
}
</style>