Shades of Lavender Rose #EEA3DB
Tints of Lavender Rose #EEA3DB
RGB
CMYK
RGB Variations
Color information
#EEA3DB (or 0xEEA3DB) is known color: Lavender Rose. HEX triplet: EE, A3 and DB. RGB value is (238,163,219). Sum of RGB (Red+Green+Blue) = 238+163+219=620 (82% of max value = 765). Red value is 238 (93.36% from 255 or 38.39% from 620); Green value is 163 (64.06% from 255 or 26.29% from 620); Blue value is 219 (85.94% from 255 or 35.32% from 620); Max value from RGB is 238 - color contains mainly: red. Hex color #EEA3DB is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #EEA3DB is #115C24. Grayscale: #BFBFBF. Windows color (decimal): -1137701 or 14394350. OLE color: 14394350.
HSL color Cylindrical-coordinate representation of color #EEA3DB: hue angle of 315.2º degrees, saturation: 0.69, lightness: 0.79%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #EEA3DB is Cyan = 0, Magento = 0.32, Yellow = 0.08 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 238 | 163 | 219 | - |
| CMYK | 0 | 0.32 | 0.08 | 0.07 |
| HSL | 315.2º | 0.69% | 0.79% | - |
| HSV(B) | 315.2º | 0.32% | 0.93% | - |
| XYZ | 61.14 | 49.49 | 73.35 | - |
| YUV | 191.81 | 143.35 | 160.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 238 | 163 | 219 | 0 | 0.32 | 0.08 | 0.07 | 315.2 | 0.69 | 0.79 |
| Hex | EE | A3 | DB | 0 | 20 | 8 | 7 | 13B | 45 | 4F |
| Octal | 356 | 243 | 333 | 0 | 40 | 10 | 7 | 473 | 105 | 117 |
| Binary | 11101110 | 10100011 | 11011011 | 0 | 100000 | 1000 | 111 | 100111011 | 1000101 | 1001111 |
Color Harmonies of #EEA3DB
Complementary color
Monochromatic Colors of #EEA3DB
Black with #EEA3DB
Text Example
Text Example
White with #EEA3DB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EEA3DB; }
p { color: rgb(238,163,219); }
H1.HeaderClassName
{
color: #EEA3DB;
}
.AnyTagClassName
{
color: #EEA3DB;
}
</style>
background-color css
<style>
a { background-color: #EEA3DB; }
a { background-color: rgb(238,163,219); }
div.DivClassName
{
background-color: #EEA3DB;
}
.BgClassName
{
background-color: #EEA3DB;
}
</style>
border-color css
<style>
span { border-color: #EEA3DB; }
span { border-color: rgb(238,163,219); }
td.TdClassName
{
border-color: #EEA3DB;
}
.TagClassName
{
border-color: #EEA3DB;
}
</style>