Shades of Lavender Rose #EAA7D4
Tints of Lavender Rose #EAA7D4
RGB
CMYK
RGB Variations
Color information
#EAA7D4 (or 0xEAA7D4) is known color: Lavender Rose. HEX triplet: EA, A7 and D4. RGB value is (234,167,212). Sum of RGB (Red+Green+Blue) = 234+167+212=613 (81% of max value = 765). Red value is 234 (91.80% from 255 or 38.17% from 613); Green value is 167 (65.62% from 255 or 27.24% from 613); Blue value is 212 (83.20% from 255 or 34.58% from 613); Max value from RGB is 234 - color contains mainly: red. Hex color #EAA7D4 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #EAA7D4 is #15582B. Grayscale: #C0C0C0. Windows color (decimal): -1398828 or 13936618. OLE color: 13936618.
HSL color Cylindrical-coordinate representation of color #EAA7D4: hue angle of 319.7º 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 #EAA7D4 is Cyan = 0, Magento = 0.29, Yellow = 0.09 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 234 | 167 | 212 | - |
| CMYK | 0 | 0.29 | 0.09 | 0.08 |
| HSL | 319.7º | 0.61% | 0.79% | - |
| HSV(B) | 319.7º | 0.29% | 0.92% | - |
| XYZ | 59.63 | 49.88 | 68.77 | - |
| YUV | 192.16 | 139.2 | 157.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 234 | 167 | 212 | 0 | 0.29 | 0.09 | 0.08 | 319.7 | 0.61 | 0.79 |
| Hex | EA | A7 | D4 | 0 | 1D | 9 | 8 | 140 | 3D | 4F |
| Octal | 352 | 247 | 324 | 0 | 35 | 11 | 10 | 500 | 75 | 117 |
| Binary | 11101010 | 10100111 | 11010100 | 0 | 11101 | 1001 | 1000 | 101000000 | 111101 | 1001111 |
Color Harmonies of #EAA7D4
Complementary color
Monochromatic Colors of #EAA7D4
Black with #EAA7D4
Text Example
Text Example
White with #EAA7D4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EAA7D4; }
p { color: rgb(234,167,212); }
H1.HeaderClassName
{
color: #EAA7D4;
}
.AnyTagClassName
{
color: #EAA7D4;
}
</style>
background-color css
<style>
a { background-color: #EAA7D4; }
a { background-color: rgb(234,167,212); }
div.DivClassName
{
background-color: #EAA7D4;
}
.BgClassName
{
background-color: #EAA7D4;
}
</style>
border-color css
<style>
span { border-color: #EAA7D4; }
span { border-color: rgb(234,167,212); }
td.TdClassName
{
border-color: #EAA7D4;
}
.TagClassName
{
border-color: #EAA7D4;
}
</style>