Shades of Lavender Pink #EAA7D3
Tints of Lavender Pink #EAA7D3
RGB
CMYK
RGB Variations
Color information
#EAA7D3 (or 0xEAA7D3) is known color: Lavender Pink. HEX triplet: EA, A7 and D3. RGB value is (234,167,211). Sum of RGB (Red+Green+Blue) = 234+167+211=612 (81% of max value = 765). Red value is 234 (91.80% from 255 or 38.24% from 612); Green value is 167 (65.62% from 255 or 27.29% from 612); Blue value is 211 (82.81% from 255 or 34.48% from 612); Max value from RGB is 234 - color contains mainly: red. Hex color #EAA7D3 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #EAA7D3 is #15582C. Grayscale: #BFBFBF. Windows color (decimal): -1398829 or 13871082. OLE color: 13871082.
HSL color Cylindrical-coordinate representation of color #EAA7D3: hue angle of 320.6º 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 #EAA7D3 is Cyan = 0, Magento = 0.29, Yellow = 0.10 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 234 | 167 | 211 | - |
| CMYK | 0 | 0.29 | 0.10 | 0.08 |
| HSL | 320.6º | 0.61% | 0.79% | - |
| HSV(B) | 320.6º | 0.29% | 0.92% | - |
| XYZ | 59.51 | 49.83 | 68.11 | - |
| YUV | 192.05 | 138.7 | 157.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 234 | 167 | 211 | 0 | 0.29 | 0.10 | 0.08 | 320.6 | 0.61 | 0.79 |
| Hex | EA | A7 | D3 | 0 | 1D | A | 8 | 141 | 3D | 4F |
| Octal | 352 | 247 | 323 | 0 | 35 | 12 | 10 | 501 | 75 | 117 |
| Binary | 11101010 | 10100111 | 11010011 | 0 | 11101 | 1010 | 1000 | 101000001 | 111101 | 1001111 |
Color Harmonies of #EAA7D3
Complementary color
Monochromatic Colors of #EAA7D3
Black with #EAA7D3
Text Example
Text Example
White with #EAA7D3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EAA7D3; }
p { color: rgb(234,167,211); }
H1.HeaderClassName
{
color: #EAA7D3;
}
.AnyTagClassName
{
color: #EAA7D3;
}
</style>
background-color css
<style>
a { background-color: #EAA7D3; }
a { background-color: rgb(234,167,211); }
div.DivClassName
{
background-color: #EAA7D3;
}
.BgClassName
{
background-color: #EAA7D3;
}
</style>
border-color css
<style>
span { border-color: #EAA7D3; }
span { border-color: rgb(234,167,211); }
td.TdClassName
{
border-color: #EAA7D3;
}
.TagClassName
{
border-color: #EAA7D3;
}
</style>