Shades of Lavender Rose #EAA7DB
Tints of Lavender Rose #EAA7DB
RGB
CMYK
RGB Variations
Color information
#EAA7DB (or 0xEAA7DB) is known color: Lavender Rose. HEX triplet: EA, A7 and DB. RGB value is (234,167,219). Sum of RGB (Red+Green+Blue) = 234+167+219=620 (82% of max value = 765). Red value is 234 (91.80% from 255 or 37.74% from 620); Green value is 167 (65.62% from 255 or 26.94% from 620); Blue value is 219 (85.94% from 255 or 35.32% from 620); Max value from RGB is 234 - color contains mainly: red. Hex color #EAA7DB is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #EAA7DB is #155824. Grayscale: #C0C0C0. Windows color (decimal): -1398821 or 14395370. OLE color: 14395370.
HSL color Cylindrical-coordinate representation of color #EAA7DB: hue angle of 313.43º degrees, saturation: 0.61, lightness: 0.79%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #EAA7DB is Cyan = 0, Magento = 0.29, Yellow = 0.06 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 234 | 167 | 219 | - |
| CMYK | 0 | 0.29 | 0.06 | 0.08 |
| HSL | 313.43º | 0.61% | 0.79% | - |
| HSV(B) | 313.43º | 0.29% | 0.92% | - |
| XYZ | 60.54 | 50.24 | 73.53 | - |
| YUV | 192.96 | 142.7 | 157.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 234 | 167 | 219 | 0 | 0.29 | 0.06 | 0.08 | 313.43 | 0.61 | 0.79 |
| Hex | EA | A7 | DB | 0 | 1D | 6 | 8 | 139 | 3D | 4F |
| Octal | 352 | 247 | 333 | 0 | 35 | 6 | 10 | 471 | 75 | 117 |
| Binary | 11101010 | 10100111 | 11011011 | 0 | 11101 | 110 | 1000 | 100111001 | 111101 | 1001111 |
Color Harmonies of #EAA7DB
Complementary color
Monochromatic Colors of #EAA7DB
Black with #EAA7DB
Text Example
Text Example
White with #EAA7DB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EAA7DB; }
p { color: rgb(234,167,219); }
H1.HeaderClassName
{
color: #EAA7DB;
}
.AnyTagClassName
{
color: #EAA7DB;
}
</style>
background-color css
<style>
a { background-color: #EAA7DB; }
a { background-color: rgb(234,167,219); }
div.DivClassName
{
background-color: #EAA7DB;
}
.BgClassName
{
background-color: #EAA7DB;
}
</style>
border-color css
<style>
span { border-color: #EAA7DB; }
span { border-color: rgb(234,167,219); }
td.TdClassName
{
border-color: #EAA7DB;
}
.TagClassName
{
border-color: #EAA7DB;
}
</style>