Shades of Lavender Rose #ED9BD5
Tints of Lavender Rose #ED9BD5
RGB
CMYK
RGB Variations
Color information
#ED9BD5 (or 0xED9BD5) is known color: Lavender Rose. HEX triplet: ED, 9B and D5. RGB value is (237,155,213). Sum of RGB (Red+Green+Blue) = 237+155+213=605 (80% of max value = 765). Red value is 237 (92.97% from 255 or 39.17% from 605); Green value is 155 (60.94% from 255 or 25.62% from 605); Blue value is 213 (83.59% from 255 or 35.21% from 605); Max value from RGB is 237 - color contains mainly: red. Hex color #ED9BD5 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #ED9BD5 is #12642A. Grayscale: #B9B9B9. Windows color (decimal): -1205291 or 13999085. OLE color: 13999085.
HSL color Cylindrical-coordinate representation of color #ED9BD5: hue angle of 317.56º 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 #ED9BD5 is Cyan = 0, Magento = 0.35, Yellow = 0.10 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 237 | 155 | 213 | - |
| CMYK | 0 | 0.35 | 0.10 | 0.07 |
| HSL | 317.56º | 0.69% | 0.77% | - |
| HSV(B) | 317.56º | 0.35% | 0.93% | - |
| XYZ | 58.66 | 46.25 | 68.79 | - |
| YUV | 186.13 | 143.17 | 164.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 237 | 155 | 213 | 0 | 0.35 | 0.10 | 0.07 | 317.56 | 0.69 | 0.77 |
| Hex | ED | 9B | D5 | 0 | 23 | A | 7 | 13E | 45 | 4D |
| Octal | 355 | 233 | 325 | 0 | 43 | 12 | 7 | 476 | 105 | 115 |
| Binary | 11101101 | 10011011 | 11010101 | 0 | 100011 | 1010 | 111 | 100111110 | 1000101 | 1001101 |
Color Harmonies of #ED9BD5
Complementary color
Monochromatic Colors of #ED9BD5
Black with #ED9BD5
Text Example
Text Example
White with #ED9BD5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ED9BD5; }
p { color: rgb(237,155,213); }
H1.HeaderClassName
{
color: #ED9BD5;
}
.AnyTagClassName
{
color: #ED9BD5;
}
</style>
background-color css
<style>
a { background-color: #ED9BD5; }
a { background-color: rgb(237,155,213); }
div.DivClassName
{
background-color: #ED9BD5;
}
.BgClassName
{
background-color: #ED9BD5;
}
</style>
border-color css
<style>
span { border-color: #ED9BD5; }
span { border-color: rgb(237,155,213); }
td.TdClassName
{
border-color: #ED9BD5;
}
.TagClassName
{
border-color: #ED9BD5;
}
</style>