Shades of Lavender Rose #ED9BE0
Tints of Lavender Rose #ED9BE0
RGB
CMYK
RGB Variations
Color information
#ED9BE0 (or 0xED9BE0) is known color: Lavender Rose. HEX triplet: ED, 9B and E0. RGB value is (237,155,224). Sum of RGB (Red+Green+Blue) = 237+155+224=616 (81% of max value = 765). Red value is 237 (92.97% from 255 or 38.47% from 616); Green value is 155 (60.94% from 255 or 25.16% from 616); Blue value is 224 (87.89% from 255 or 36.36% from 616); Max value from RGB is 237 - color contains mainly: red. Hex color #ED9BE0 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #ED9BE0 is #12641F. Grayscale: #BBBBBB. Windows color (decimal): -1205280 or 14719981. OLE color: 14719981.
HSL color Cylindrical-coordinate representation of color #ED9BE0: hue angle of 309.51º 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 #ED9BE0 is Cyan = 0, Magento = 0.35, Yellow = 0.05 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 237 | 155 | 224 | - |
| CMYK | 0 | 0.35 | 0.05 | 0.07 |
| HSL | 309.51º | 0.69% | 0.77% | - |
| HSV(B) | 309.51º | 0.35% | 0.93% | - |
| XYZ | 60.1 | 46.83 | 76.39 | - |
| YUV | 187.38 | 148.67 | 163.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 237 | 155 | 224 | 0 | 0.35 | 0.05 | 0.07 | 309.51 | 0.69 | 0.77 |
| Hex | ED | 9B | E0 | 0 | 23 | 5 | 7 | 136 | 45 | 4D |
| Octal | 355 | 233 | 340 | 0 | 43 | 5 | 7 | 466 | 105 | 115 |
| Binary | 11101101 | 10011011 | 11100000 | 0 | 100011 | 101 | 111 | 100110110 | 1000101 | 1001101 |
Color Harmonies of #ED9BE0
Complementary color
Monochromatic Colors of #ED9BE0
Black with #ED9BE0
Text Example
Text Example
White with #ED9BE0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ED9BE0; }
p { color: rgb(237,155,224); }
H1.HeaderClassName
{
color: #ED9BE0;
}
.AnyTagClassName
{
color: #ED9BE0;
}
</style>
background-color css
<style>
a { background-color: #ED9BE0; }
a { background-color: rgb(237,155,224); }
div.DivClassName
{
background-color: #ED9BE0;
}
.BgClassName
{
background-color: #ED9BE0;
}
</style>
border-color css
<style>
span { border-color: #ED9BE0; }
span { border-color: rgb(237,155,224); }
td.TdClassName
{
border-color: #ED9BE0;
}
.TagClassName
{
border-color: #ED9BE0;
}
</style>