Shades of Lavender Rose #EB99DB
Tints of Lavender Rose #EB99DB
RGB
CMYK
RGB Variations
Color information
#EB99DB (or 0xEB99DB) is known color: Lavender Rose. HEX triplet: EB, 99 and DB. RGB value is (235,153,219). Sum of RGB (Red+Green+Blue) = 235+153+219=607 (80% of max value = 765). Red value is 235 (92.19% from 255 or 38.71% from 607); Green value is 153 (60.16% from 255 or 25.21% from 607); Blue value is 219 (85.94% from 255 or 36.08% from 607); Max value from RGB is 235 - color contains mainly: red. Hex color #EB99DB is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #EB99DB is #146624. Grayscale: #B8B8B8. Windows color (decimal): -1336869 or 14391787. OLE color: 14391787.
HSL color Cylindrical-coordinate representation of color #EB99DB: hue angle of 311.71º degrees, saturation: 0.67, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #EB99DB is Cyan = 0, Magento = 0.35, Yellow = 0.07 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 235 | 153 | 219 | - |
| CMYK | 0 | 0.35 | 0.07 | 0.08 |
| HSL | 311.71º | 0.67% | 0.76% | - |
| HSV(B) | 311.71º | 0.35% | 0.92% | - |
| XYZ | 58.44 | 45.56 | 72.73 | - |
| YUV | 185.04 | 147.17 | 163.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 235 | 153 | 219 | 0 | 0.35 | 0.07 | 0.08 | 311.71 | 0.67 | 0.76 |
| Hex | EB | 99 | DB | 0 | 23 | 7 | 8 | 138 | 43 | 4C |
| Octal | 353 | 231 | 333 | 0 | 43 | 7 | 10 | 470 | 103 | 114 |
| Binary | 11101011 | 10011001 | 11011011 | 0 | 100011 | 111 | 1000 | 100111000 | 1000011 | 1001100 |
Color Harmonies of #EB99DB
Complementary color
Monochromatic Colors of #EB99DB
Black with #EB99DB
Text Example
Text Example
White with #EB99DB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EB99DB; }
p { color: rgb(235,153,219); }
H1.HeaderClassName
{
color: #EB99DB;
}
.AnyTagClassName
{
color: #EB99DB;
}
</style>
background-color css
<style>
a { background-color: #EB99DB; }
a { background-color: rgb(235,153,219); }
div.DivClassName
{
background-color: #EB99DB;
}
.BgClassName
{
background-color: #EB99DB;
}
</style>
border-color css
<style>
span { border-color: #EB99DB; }
span { border-color: rgb(235,153,219); }
td.TdClassName
{
border-color: #EB99DB;
}
.TagClassName
{
border-color: #EB99DB;
}
</style>