Shades of Lavender Rose #EAA3DB
Tints of Lavender Rose #EAA3DB
RGB
CMYK
RGB Variations
Color information
#EAA3DB (or 0xEAA3DB) is known color: Lavender Rose. HEX triplet: EA, A3 and DB. RGB value is (234,163,219). Sum of RGB (Red+Green+Blue) = 234+163+219=616 (81% of max value = 765). Red value is 234 (91.80% from 255 or 37.99% from 616); Green value is 163 (64.06% from 255 or 26.46% from 616); Blue value is 219 (85.94% from 255 or 35.55% from 616); Max value from RGB is 234 - color contains mainly: red. Hex color #EAA3DB is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #EAA3DB is #155C24. Grayscale: #BEBEBE. Windows color (decimal): -1399845 or 14394346. OLE color: 14394346.
HSL color Cylindrical-coordinate representation of color #EAA3DB: hue angle of 312.68º degrees, saturation: 0.63, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #EAA3DB is Cyan = 0, Magento = 0.30, Yellow = 0.06 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 234 | 163 | 219 | - |
| CMYK | 0 | 0.30 | 0.06 | 0.08 |
| HSL | 312.68º | 0.63% | 0.78% | - |
| HSV(B) | 312.68º | 0.3% | 0.92% | - |
| XYZ | 59.82 | 48.8 | 73.28 | - |
| YUV | 190.61 | 144.02 | 158.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 234 | 163 | 219 | 0 | 0.30 | 0.06 | 0.08 | 312.68 | 0.63 | 0.78 |
| Hex | EA | A3 | DB | 0 | 1E | 6 | 8 | 139 | 3F | 4E |
| Octal | 352 | 243 | 333 | 0 | 36 | 6 | 10 | 471 | 77 | 116 |
| Binary | 11101010 | 10100011 | 11011011 | 0 | 11110 | 110 | 1000 | 100111001 | 111111 | 1001110 |
Color Harmonies of #EAA3DB
Complementary color
Monochromatic Colors of #EAA3DB
Black with #EAA3DB
Text Example
Text Example
White with #EAA3DB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EAA3DB; }
p { color: rgb(234,163,219); }
H1.HeaderClassName
{
color: #EAA3DB;
}
.AnyTagClassName
{
color: #EAA3DB;
}
</style>
background-color css
<style>
a { background-color: #EAA3DB; }
a { background-color: rgb(234,163,219); }
div.DivClassName
{
background-color: #EAA3DB;
}
.BgClassName
{
background-color: #EAA3DB;
}
</style>
border-color css
<style>
span { border-color: #EAA3DB; }
span { border-color: rgb(234,163,219); }
td.TdClassName
{
border-color: #EAA3DB;
}
.TagClassName
{
border-color: #EAA3DB;
}
</style>