Shades of Lavender Rose #E79BD3
Tints of Lavender Rose #E79BD3
RGB
CMYK
RGB Variations
Color information
#E79BD3 (or 0xE79BD3) is known color: Lavender Rose. HEX triplet: E7, 9B and D3. RGB value is (231,155,211). Sum of RGB (Red+Green+Blue) = 231+155+211=597 (79% of max value = 765). Red value is 231 (90.62% from 255 or 38.69% from 597); Green value is 155 (60.94% from 255 or 25.96% from 597); Blue value is 211 (82.81% from 255 or 35.34% from 597); Max value from RGB is 231 - color contains mainly: red. Hex color #E79BD3 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #E79BD3 is #18642C. Grayscale: #B7B7B7. Windows color (decimal): -1598509 or 13868007. OLE color: 13868007.
HSL color Cylindrical-coordinate representation of color #E79BD3: hue angle of 315.79º degrees, saturation: 0.61, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #E79BD3 is Cyan = 0, Magento = 0.33, Yellow = 0.09 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 231 | 155 | 211 | - |
| CMYK | 0 | 0.33 | 0.09 | 0.09 |
| HSL | 315.79º | 0.61% | 0.76% | - |
| HSV(B) | 315.79º | 0.33% | 0.91% | - |
| XYZ | 56.43 | 45.13 | 67.37 | - |
| YUV | 184.11 | 143.18 | 161.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 231 | 155 | 211 | 0 | 0.33 | 0.09 | 0.09 | 315.79 | 0.61 | 0.76 |
| Hex | E7 | 9B | D3 | 0 | 21 | 9 | 9 | 13C | 3D | 4C |
| Octal | 347 | 233 | 323 | 0 | 41 | 11 | 11 | 474 | 75 | 114 |
| Binary | 11100111 | 10011011 | 11010011 | 0 | 100001 | 1001 | 1001 | 100111100 | 111101 | 1001100 |
Color Harmonies of #E79BD3
Complementary color
Monochromatic Colors of #E79BD3
Black with #E79BD3
Text Example
Text Example
White with #E79BD3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E79BD3; }
p { color: rgb(231,155,211); }
H1.HeaderClassName
{
color: #E79BD3;
}
.AnyTagClassName
{
color: #E79BD3;
}
</style>
background-color css
<style>
a { background-color: #E79BD3; }
a { background-color: rgb(231,155,211); }
div.DivClassName
{
background-color: #E79BD3;
}
.BgClassName
{
background-color: #E79BD3;
}
</style>
border-color css
<style>
span { border-color: #E79BD3; }
span { border-color: rgb(231,155,211); }
td.TdClassName
{
border-color: #E79BD3;
}
.TagClassName
{
border-color: #E79BD3;
}
</style>