Shades of Lavender Rose #ED9ADB
Tints of Lavender Rose #ED9ADB
RGB
CMYK
RGB Variations
Color information
#ED9ADB (or 0xED9ADB) is known color: Lavender Rose. HEX triplet: ED, 9A and DB. RGB value is (237,154,219). Sum of RGB (Red+Green+Blue) = 237+154+219=610 (80% of max value = 765). Red value is 237 (92.97% from 255 or 38.85% from 610); Green value is 154 (60.55% from 255 or 25.25% from 610); Blue value is 219 (85.94% from 255 or 35.90% from 610); Max value from RGB is 237 - color contains mainly: red. Hex color #ED9ADB is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #ED9ADB is #126524. Grayscale: #BABABA. Windows color (decimal): -1205541 or 14392045. OLE color: 14392045.
HSL color Cylindrical-coordinate representation of color #ED9ADB: hue angle of 313.01º 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 #ED9ADB is Cyan = 0, Magento = 0.35, Yellow = 0.08 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 237 | 154 | 219 | - |
| CMYK | 0 | 0.35 | 0.08 | 0.07 |
| HSL | 313.01º | 0.7% | 0.77% | - |
| HSV(B) | 313.01º | 0.35% | 0.93% | - |
| XYZ | 59.27 | 46.23 | 72.82 | - |
| YUV | 186.23 | 146.5 | 164.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 237 | 154 | 219 | 0 | 0.35 | 0.08 | 0.07 | 313.01 | 0.7 | 0.77 |
| Hex | ED | 9A | DB | 0 | 23 | 8 | 7 | 139 | 46 | 4D |
| Octal | 355 | 232 | 333 | 0 | 43 | 10 | 7 | 471 | 106 | 115 |
| Binary | 11101101 | 10011010 | 11011011 | 0 | 100011 | 1000 | 111 | 100111001 | 1000110 | 1001101 |
Color Harmonies of #ED9ADB
Complementary color
Monochromatic Colors of #ED9ADB
Black with #ED9ADB
Text Example
Text Example
White with #ED9ADB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ED9ADB; }
p { color: rgb(237,154,219); }
H1.HeaderClassName
{
color: #ED9ADB;
}
.AnyTagClassName
{
color: #ED9ADB;
}
</style>
background-color css
<style>
a { background-color: #ED9ADB; }
a { background-color: rgb(237,154,219); }
div.DivClassName
{
background-color: #ED9ADB;
}
.BgClassName
{
background-color: #ED9ADB;
}
</style>
border-color css
<style>
span { border-color: #ED9ADB; }
span { border-color: rgb(237,154,219); }
td.TdClassName
{
border-color: #ED9ADB;
}
.TagClassName
{
border-color: #ED9ADB;
}
</style>