Shades of Lavender Pink #EAA9D4
Tints of Lavender Pink #EAA9D4
RGB
CMYK
RGB Variations
Color information
#EAA9D4 (or 0xEAA9D4) is known color: Lavender Pink. HEX triplet: EA, A9 and D4. RGB value is (234,169,212). Sum of RGB (Red+Green+Blue) = 234+169+212=615 (81% of max value = 765). Red value is 234 (91.80% from 255 or 38.05% from 615); Green value is 169 (66.41% from 255 or 27.48% from 615); Blue value is 212 (83.20% from 255 or 34.47% from 615); Max value from RGB is 234 - color contains mainly: red. Hex color #EAA9D4 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #EAA9D4 is #15562B. Grayscale: #C1C1C1. Windows color (decimal): -1398316 or 13937130. OLE color: 13937130.
HSL color Cylindrical-coordinate representation of color #EAA9D4: hue angle of 320.31º degrees, saturation: 0.61, lightness: 0.79%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #EAA9D4 is Cyan = 0, Magento = 0.28, Yellow = 0.09 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 234 | 169 | 212 | - |
| CMYK | 0 | 0.28 | 0.09 | 0.08 |
| HSL | 320.31º | 0.61% | 0.79% | - |
| HSV(B) | 320.31º | 0.28% | 0.92% | - |
| XYZ | 60 | 50.62 | 68.9 | - |
| YUV | 193.34 | 138.53 | 157 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 234 | 169 | 212 | 0 | 0.28 | 0.09 | 0.08 | 320.31 | 0.61 | 0.79 |
| Hex | EA | A9 | D4 | 0 | 1C | 9 | 8 | 140 | 3D | 4F |
| Octal | 352 | 251 | 324 | 0 | 34 | 11 | 10 | 500 | 75 | 117 |
| Binary | 11101010 | 10101001 | 11010100 | 0 | 11100 | 1001 | 1000 | 101000000 | 111101 | 1001111 |
Color Harmonies of #EAA9D4
Complementary color
Monochromatic Colors of #EAA9D4
Black with #EAA9D4
Text Example
Text Example
White with #EAA9D4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EAA9D4; }
p { color: rgb(234,169,212); }
H1.HeaderClassName
{
color: #EAA9D4;
}
.AnyTagClassName
{
color: #EAA9D4;
}
</style>
background-color css
<style>
a { background-color: #EAA9D4; }
a { background-color: rgb(234,169,212); }
div.DivClassName
{
background-color: #EAA9D4;
}
.BgClassName
{
background-color: #EAA9D4;
}
</style>
border-color css
<style>
span { border-color: #EAA9D4; }
span { border-color: rgb(234,169,212); }
td.TdClassName
{
border-color: #EAA9D4;
}
.TagClassName
{
border-color: #EAA9D4;
}
</style>