Shades of Lavender Rose #ED9BD2
Tints of Lavender Rose #ED9BD2
RGB
CMYK
RGB Variations
Color information
#ED9BD2 (or 0xED9BD2) is known color: Lavender Rose. HEX triplet: ED, 9B and D2. RGB value is (237,155,210). Sum of RGB (Red+Green+Blue) = 237+155+210=602 (79% of max value = 765). Red value is 237 (92.97% from 255 or 39.37% from 602); Green value is 155 (60.94% from 255 or 25.75% from 602); Blue value is 210 (82.42% from 255 or 34.88% from 602); Max value from RGB is 237 - color contains mainly: red. Hex color #ED9BD2 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #ED9BD2 is #12642D. Grayscale: #B9B9B9. Windows color (decimal): -1205294 or 13802477. OLE color: 13802477.
HSL color Cylindrical-coordinate representation of color #ED9BD2: hue angle of 319.76º 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 #ED9BD2 is Cyan = 0, Magento = 0.35, Yellow = 0.11 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 237 | 155 | 210 | - |
| CMYK | 0 | 0.35 | 0.11 | 0.07 |
| HSL | 319.76º | 0.69% | 0.77% | - |
| HSV(B) | 319.76º | 0.35% | 0.93% | - |
| XYZ | 58.28 | 46.1 | 66.8 | - |
| YUV | 185.79 | 141.67 | 164.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 237 | 155 | 210 | 0 | 0.35 | 0.11 | 0.07 | 319.76 | 0.69 | 0.77 |
| Hex | ED | 9B | D2 | 0 | 23 | B | 7 | 140 | 45 | 4D |
| Octal | 355 | 233 | 322 | 0 | 43 | 13 | 7 | 500 | 105 | 115 |
| Binary | 11101101 | 10011011 | 11010010 | 0 | 100011 | 1011 | 111 | 101000000 | 1000101 | 1001101 |
Color Harmonies of #ED9BD2
Complementary color
Monochromatic Colors of #ED9BD2
Black with #ED9BD2
Text Example
Text Example
White with #ED9BD2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ED9BD2; }
p { color: rgb(237,155,210); }
H1.HeaderClassName
{
color: #ED9BD2;
}
.AnyTagClassName
{
color: #ED9BD2;
}
</style>
background-color css
<style>
a { background-color: #ED9BD2; }
a { background-color: rgb(237,155,210); }
div.DivClassName
{
background-color: #ED9BD2;
}
.BgClassName
{
background-color: #ED9BD2;
}
</style>
border-color css
<style>
span { border-color: #ED9BD2; }
span { border-color: rgb(237,155,210); }
td.TdClassName
{
border-color: #ED9BD2;
}
.TagClassName
{
border-color: #ED9BD2;
}
</style>