Shades of Lavender Rose #EAA7DC
Tints of Lavender Rose #EAA7DC
RGB
CMYK
RGB Variations
Color information
#EAA7DC (or 0xEAA7DC) is known color: Lavender Rose. HEX triplet: EA, A7 and DC. RGB value is (234,167,220). Sum of RGB (Red+Green+Blue) = 234+167+220=621 (82% of max value = 765). Red value is 234 (91.80% from 255 or 37.68% from 621); Green value is 167 (65.62% from 255 or 26.89% from 621); Blue value is 220 (86.33% from 255 or 35.43% from 621); Max value from RGB is 234 - color contains mainly: red. Hex color #EAA7DC is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #EAA7DC is #155823. Grayscale: #C0C0C0. Windows color (decimal): -1398820 or 14460906. OLE color: 14460906.
HSL color Cylindrical-coordinate representation of color #EAA7DC: hue angle of 312.54º 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 #EAA7DC is Cyan = 0, Magento = 0.29, Yellow = 0.06 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 234 | 167 | 220 | - |
| CMYK | 0 | 0.29 | 0.06 | 0.08 |
| HSL | 312.54º | 0.61% | 0.79% | - |
| HSV(B) | 312.54º | 0.29% | 0.92% | - |
| XYZ | 60.67 | 50.3 | 74.22 | - |
| YUV | 193.08 | 143.2 | 157.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 234 | 167 | 220 | 0 | 0.29 | 0.06 | 0.08 | 312.54 | 0.61 | 0.79 |
| Hex | EA | A7 | DC | 0 | 1D | 6 | 8 | 139 | 3D | 4F |
| Octal | 352 | 247 | 334 | 0 | 35 | 6 | 10 | 471 | 75 | 117 |
| Binary | 11101010 | 10100111 | 11011100 | 0 | 11101 | 110 | 1000 | 100111001 | 111101 | 1001111 |
Color Harmonies of #EAA7DC
Complementary color
Monochromatic Colors of #EAA7DC
Black with #EAA7DC
Text Example
Text Example
White with #EAA7DC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EAA7DC; }
p { color: rgb(234,167,220); }
H1.HeaderClassName
{
color: #EAA7DC;
}
.AnyTagClassName
{
color: #EAA7DC;
}
</style>
background-color css
<style>
a { background-color: #EAA7DC; }
a { background-color: rgb(234,167,220); }
div.DivClassName
{
background-color: #EAA7DC;
}
.BgClassName
{
background-color: #EAA7DC;
}
</style>
border-color css
<style>
span { border-color: #EAA7DC; }
span { border-color: rgb(234,167,220); }
td.TdClassName
{
border-color: #EAA7DC;
}
.TagClassName
{
border-color: #EAA7DC;
}
</style>