Shades of Lavender Rose #EEA7DB
Tints of Lavender Rose #EEA7DB
RGB
CMYK
RGB Variations
Color information
#EEA7DB (or 0xEEA7DB) is known color: Lavender Rose. HEX triplet: EE, A7 and DB. RGB value is (238,167,219). Sum of RGB (Red+Green+Blue) = 238+167+219=624 (82% of max value = 765). Red value is 238 (93.36% from 255 or 38.14% from 624); Green value is 167 (65.62% from 255 or 26.76% from 624); Blue value is 219 (85.94% from 255 or 35.10% from 624); Max value from RGB is 238 - color contains mainly: red. Hex color #EEA7DB is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #EEA7DB is #115824. Grayscale: #C2C2C2. Windows color (decimal): -1136677 or 14395374. OLE color: 14395374.
HSL color Cylindrical-coordinate representation of color #EEA7DB: hue angle of 316.06º degrees, saturation: 0.68, lightness: 0.79%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #EEA7DB is Cyan = 0, Magento = 0.30, Yellow = 0.08 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 238 | 167 | 219 | - |
| CMYK | 0 | 0.30 | 0.08 | 0.07 |
| HSL | 316.06º | 0.68% | 0.79% | - |
| HSV(B) | 316.06º | 0.3% | 0.93% | - |
| XYZ | 61.86 | 50.93 | 73.59 | - |
| YUV | 194.16 | 142.02 | 159.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 238 | 167 | 219 | 0 | 0.30 | 0.08 | 0.07 | 316.06 | 0.68 | 0.79 |
| Hex | EE | A7 | DB | 0 | 1E | 8 | 7 | 13C | 44 | 4F |
| Octal | 356 | 247 | 333 | 0 | 36 | 10 | 7 | 474 | 104 | 117 |
| Binary | 11101110 | 10100111 | 11011011 | 0 | 11110 | 1000 | 111 | 100111100 | 1000100 | 1001111 |
Color Harmonies of #EEA7DB
Complementary color
Monochromatic Colors of #EEA7DB
Black with #EEA7DB
Text Example
Text Example
White with #EEA7DB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EEA7DB; }
p { color: rgb(238,167,219); }
H1.HeaderClassName
{
color: #EEA7DB;
}
.AnyTagClassName
{
color: #EEA7DB;
}
</style>
background-color css
<style>
a { background-color: #EEA7DB; }
a { background-color: rgb(238,167,219); }
div.DivClassName
{
background-color: #EEA7DB;
}
.BgClassName
{
background-color: #EEA7DB;
}
</style>
border-color css
<style>
span { border-color: #EEA7DB; }
span { border-color: rgb(238,167,219); }
td.TdClassName
{
border-color: #EEA7DB;
}
.TagClassName
{
border-color: #EEA7DB;
}
</style>