Shades of Lavender Pink #EAA7D0
Tints of Lavender Pink #EAA7D0
RGB
CMYK
RGB Variations
Color information
#EAA7D0 (or 0xEAA7D0) is known color: Lavender Pink. HEX triplet: EA, A7 and D0. RGB value is (234,167,208). Sum of RGB (Red+Green+Blue) = 234+167+208=609 (80% of max value = 765). Red value is 234 (91.80% from 255 or 38.42% from 609); Green value is 167 (65.62% from 255 or 27.42% from 609); Blue value is 208 (81.64% from 255 or 34.15% from 609); Max value from RGB is 234 - color contains mainly: red. Hex color #EAA7D0 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #EAA7D0 is #15582F. Grayscale: #BFBFBF. Windows color (decimal): -1398832 or 13674474. OLE color: 13674474.
HSL color Cylindrical-coordinate representation of color #EAA7D0: hue angle of 323.28º 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 #EAA7D0 is Cyan = 0, Magento = 0.29, Yellow = 0.11 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 234 | 167 | 208 | - |
| CMYK | 0 | 0.29 | 0.11 | 0.08 |
| HSL | 323.28º | 0.61% | 0.79% | - |
| HSV(B) | 323.28º | 0.29% | 0.92% | - |
| XYZ | 59.14 | 49.68 | 66.15 | - |
| YUV | 191.71 | 137.2 | 158.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 234 | 167 | 208 | 0 | 0.29 | 0.11 | 0.08 | 323.28 | 0.61 | 0.79 |
| Hex | EA | A7 | D0 | 0 | 1D | B | 8 | 143 | 3D | 4F |
| Octal | 352 | 247 | 320 | 0 | 35 | 13 | 10 | 503 | 75 | 117 |
| Binary | 11101010 | 10100111 | 11010000 | 0 | 11101 | 1011 | 1000 | 101000011 | 111101 | 1001111 |
Color Harmonies of #EAA7D0
Complementary color
Monochromatic Colors of #EAA7D0
Black with #EAA7D0
Text Example
Text Example
White with #EAA7D0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EAA7D0; }
p { color: rgb(234,167,208); }
H1.HeaderClassName
{
color: #EAA7D0;
}
.AnyTagClassName
{
color: #EAA7D0;
}
</style>
background-color css
<style>
a { background-color: #EAA7D0; }
a { background-color: rgb(234,167,208); }
div.DivClassName
{
background-color: #EAA7D0;
}
.BgClassName
{
background-color: #EAA7D0;
}
</style>
border-color css
<style>
span { border-color: #EAA7D0; }
span { border-color: rgb(234,167,208); }
td.TdClassName
{
border-color: #EAA7D0;
}
.TagClassName
{
border-color: #EAA7D0;
}
</style>