Shades of Lavender Rose #ED9BD3
Tints of Lavender Rose #ED9BD3
RGB
CMYK
RGB Variations
Color information
#ED9BD3 (or 0xED9BD3) is known color: Lavender Rose. HEX triplet: ED, 9B and D3. RGB value is (237,155,211). Sum of RGB (Red+Green+Blue) = 237+155+211=603 (79% of max value = 765). Red value is 237 (92.97% from 255 or 39.30% from 603); Green value is 155 (60.94% from 255 or 25.70% from 603); Blue value is 211 (82.81% from 255 or 34.99% from 603); Max value from RGB is 237 - color contains mainly: red. Hex color #ED9BD3 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #ED9BD3 is #12642C. Grayscale: #B9B9B9. Windows color (decimal): -1205293 or 13868013. OLE color: 13868013.
HSL color Cylindrical-coordinate representation of color #ED9BD3: hue angle of 319.02º degrees, saturation: 0.69, 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 #ED9BD3 is Cyan = 0, Magento = 0.35, Yellow = 0.11 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 237 | 155 | 211 | - |
| CMYK | 0 | 0.35 | 0.11 | 0.07 |
| HSL | 319.02º | 0.69% | 0.77% | - |
| HSV(B) | 319.02º | 0.35% | 0.93% | - |
| XYZ | 58.4 | 46.15 | 67.46 | - |
| YUV | 185.9 | 142.17 | 164.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 237 | 155 | 211 | 0 | 0.35 | 0.11 | 0.07 | 319.02 | 0.69 | 0.77 |
| Hex | ED | 9B | D3 | 0 | 23 | B | 7 | 13F | 45 | 4D |
| Octal | 355 | 233 | 323 | 0 | 43 | 13 | 7 | 477 | 105 | 115 |
| Binary | 11101101 | 10011011 | 11010011 | 0 | 100011 | 1011 | 111 | 100111111 | 1000101 | 1001101 |
Color Harmonies of #ED9BD3
Complementary color
Monochromatic Colors of #ED9BD3
Black with #ED9BD3
Text Example
Text Example
White with #ED9BD3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ED9BD3; }
p { color: rgb(237,155,211); }
H1.HeaderClassName
{
color: #ED9BD3;
}
.AnyTagClassName
{
color: #ED9BD3;
}
</style>
background-color css
<style>
a { background-color: #ED9BD3; }
a { background-color: rgb(237,155,211); }
div.DivClassName
{
background-color: #ED9BD3;
}
.BgClassName
{
background-color: #ED9BD3;
}
</style>
border-color css
<style>
span { border-color: #ED9BD3; }
span { border-color: rgb(237,155,211); }
td.TdClassName
{
border-color: #ED9BD3;
}
.TagClassName
{
border-color: #ED9BD3;
}
</style>