Shades of Lavender Rose #EAA7DE
Tints of Lavender Rose #EAA7DE
RGB
CMYK
RGB Variations
Color information
#EAA7DE (or 0xEAA7DE) is known color: Lavender Rose. HEX triplet: EA, A7 and DE. RGB value is (234,167,222). Sum of RGB (Red+Green+Blue) = 234+167+222=623 (82% of max value = 765). Red value is 234 (91.80% from 255 or 37.56% from 623); Green value is 167 (65.62% from 255 or 26.81% from 623); Blue value is 222 (87.11% from 255 or 35.63% from 623); Max value from RGB is 234 - color contains mainly: red. Hex color #EAA7DE is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #EAA7DE is #155821. Grayscale: #C1C1C1. Windows color (decimal): -1398818 or 14591978. OLE color: 14591978.
HSL color Cylindrical-coordinate representation of color #EAA7DE: hue angle of 310.75º 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 #EAA7DE is Cyan = 0, Magento = 0.29, Yellow = 0.05 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 234 | 167 | 222 | - |
| CMYK | 0 | 0.29 | 0.05 | 0.08 |
| HSL | 310.75º | 0.61% | 0.79% | - |
| HSV(B) | 310.75º | 0.29% | 0.92% | - |
| XYZ | 60.94 | 50.4 | 75.62 | - |
| YUV | 193.3 | 144.2 | 157.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 234 | 167 | 222 | 0 | 0.29 | 0.05 | 0.08 | 310.75 | 0.61 | 0.79 |
| Hex | EA | A7 | DE | 0 | 1D | 5 | 8 | 137 | 3D | 4F |
| Octal | 352 | 247 | 336 | 0 | 35 | 5 | 10 | 467 | 75 | 117 |
| Binary | 11101010 | 10100111 | 11011110 | 0 | 11101 | 101 | 1000 | 100110111 | 111101 | 1001111 |
Color Harmonies of #EAA7DE
Complementary color
Monochromatic Colors of #EAA7DE
Black with #EAA7DE
Text Example
Text Example
White with #EAA7DE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EAA7DE; }
p { color: rgb(234,167,222); }
H1.HeaderClassName
{
color: #EAA7DE;
}
.AnyTagClassName
{
color: #EAA7DE;
}
</style>
background-color css
<style>
a { background-color: #EAA7DE; }
a { background-color: rgb(234,167,222); }
div.DivClassName
{
background-color: #EAA7DE;
}
.BgClassName
{
background-color: #EAA7DE;
}
</style>
border-color css
<style>
span { border-color: #EAA7DE; }
span { border-color: rgb(234,167,222); }
td.TdClassName
{
border-color: #EAA7DE;
}
.TagClassName
{
border-color: #EAA7DE;
}
</style>