Shades of Lavender Rose #E69BD1
Tints of Lavender Rose #E69BD1
RGB
CMYK
RGB Variations
Color information
#E69BD1 (or 0xE69BD1) is known color: Lavender Rose. HEX triplet: E6, 9B and D1. RGB value is (230,155,209). Sum of RGB (Red+Green+Blue) = 230+155+209=594 (78% of max value = 765). Red value is 230 (90.23% from 255 or 38.72% from 594); Green value is 155 (60.94% from 255 or 26.09% from 594); Blue value is 209 (82.03% from 255 or 35.19% from 594); Max value from RGB is 230 - color contains mainly: red. Hex color #E69BD1 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #E69BD1 is #19642E. Grayscale: #B7B7B7. Windows color (decimal): -1664047 or 13736934. OLE color: 13736934.
HSL color Cylindrical-coordinate representation of color #E69BD1: hue angle of 316.8º degrees, saturation: 0.6, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #E69BD1 is Cyan = 0, Magento = 0.33, Yellow = 0.09 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 230 | 155 | 209 | - |
| CMYK | 0 | 0.33 | 0.09 | 0.10 |
| HSL | 316.8º | 0.6% | 0.75% | - |
| HSV(B) | 316.8º | 0.33% | 0.9% | - |
| XYZ | 55.86 | 44.87 | 66.04 | - |
| YUV | 183.58 | 142.35 | 161.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 230 | 155 | 209 | 0 | 0.33 | 0.09 | 0.10 | 316.8 | 0.6 | 0.75 |
| Hex | E6 | 9B | D1 | 0 | 21 | 9 | A | 13D | 3C | 4B |
| Octal | 346 | 233 | 321 | 0 | 41 | 11 | 12 | 475 | 74 | 113 |
| Binary | 11100110 | 10011011 | 11010001 | 0 | 100001 | 1001 | 1010 | 100111101 | 111100 | 1001011 |
Color Harmonies of #E69BD1
Complementary color
Monochromatic Colors of #E69BD1
Black with #E69BD1
Text Example
Text Example
White with #E69BD1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E69BD1; }
p { color: rgb(230,155,209); }
H1.HeaderClassName
{
color: #E69BD1;
}
.AnyTagClassName
{
color: #E69BD1;
}
</style>
background-color css
<style>
a { background-color: #E69BD1; }
a { background-color: rgb(230,155,209); }
div.DivClassName
{
background-color: #E69BD1;
}
.BgClassName
{
background-color: #E69BD1;
}
</style>
border-color css
<style>
span { border-color: #E69BD1; }
span { border-color: rgb(230,155,209); }
td.TdClassName
{
border-color: #E69BD1;
}
.TagClassName
{
border-color: #E69BD1;
}
</style>