Shades of Lavender Rose #ED9AD3
Tints of Lavender Rose #ED9AD3
RGB
CMYK
RGB Variations
Color information
#ED9AD3 (or 0xED9AD3) is known color: Lavender Rose. HEX triplet: ED, 9A and D3. RGB value is (237,154,211). Sum of RGB (Red+Green+Blue) = 237+154+211=602 (79% of max value = 765). Red value is 237 (92.97% from 255 or 39.37% from 602); Green value is 154 (60.55% from 255 or 25.58% from 602); Blue value is 211 (82.81% from 255 or 35.05% from 602); Max value from RGB is 237 - color contains mainly: red. Hex color #ED9AD3 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #ED9AD3 is #12652C. Grayscale: #B9B9B9. Windows color (decimal): -1205549 or 13867757. OLE color: 13867757.
HSL color Cylindrical-coordinate representation of color #ED9AD3: hue angle of 318.8º degrees, saturation: 0.7, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #ED9AD3 is Cyan = 0, Magento = 0.35, Yellow = 0.11 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 237 | 154 | 211 | - |
| CMYK | 0 | 0.35 | 0.11 | 0.07 |
| HSL | 318.8º | 0.7% | 0.77% | - |
| HSV(B) | 318.8º | 0.35% | 0.93% | - |
| XYZ | 58.24 | 45.82 | 67.4 | - |
| YUV | 185.32 | 142.5 | 164.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 237 | 154 | 211 | 0 | 0.35 | 0.11 | 0.07 | 318.8 | 0.7 | 0.77 |
| Hex | ED | 9A | D3 | 0 | 23 | B | 7 | 13F | 46 | 4D |
| Octal | 355 | 232 | 323 | 0 | 43 | 13 | 7 | 477 | 106 | 115 |
| Binary | 11101101 | 10011010 | 11010011 | 0 | 100011 | 1011 | 111 | 100111111 | 1000110 | 1001101 |
Color Harmonies of #ED9AD3
Complementary color
Monochromatic Colors of #ED9AD3
Black with #ED9AD3
Text Example
Text Example
White with #ED9AD3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ED9AD3; }
p { color: rgb(237,154,211); }
H1.HeaderClassName
{
color: #ED9AD3;
}
.AnyTagClassName
{
color: #ED9AD3;
}
</style>
background-color css
<style>
a { background-color: #ED9AD3; }
a { background-color: rgb(237,154,211); }
div.DivClassName
{
background-color: #ED9AD3;
}
.BgClassName
{
background-color: #ED9AD3;
}
</style>
border-color css
<style>
span { border-color: #ED9AD3; }
span { border-color: rgb(237,154,211); }
td.TdClassName
{
border-color: #ED9AD3;
}
.TagClassName
{
border-color: #ED9AD3;
}
</style>