Shades of Lavender Pink #EAA8CF
Tints of Lavender Pink #EAA8CF
RGB
CMYK
RGB Variations
Color information
#EAA8CF (or 0xEAA8CF) is known color: Lavender Pink. HEX triplet: EA, A8 and CF. RGB value is (234,168,207). Sum of RGB (Red+Green+Blue) = 234+168+207=609 (80% of max value = 765). Red value is 234 (91.80% from 255 or 38.42% from 609); Green value is 168 (66.02% from 255 or 27.59% from 609); Blue value is 207 (81.25% from 255 or 33.99% from 609); Max value from RGB is 234 - color contains mainly: red. Hex color #EAA8CF is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #EAA8CF is #155730. Grayscale: #C0C0C0. Windows color (decimal): -1398577 or 13609194. OLE color: 13609194.
HSL color Cylindrical-coordinate representation of color #EAA8CF: hue angle of 324.55º 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 #EAA8CF is Cyan = 0, Magento = 0.28, Yellow = 0.12 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 234 | 168 | 207 | - |
| CMYK | 0 | 0.28 | 0.12 | 0.08 |
| HSL | 324.55º | 0.61% | 0.79% | - |
| HSV(B) | 324.55º | 0.28% | 0.92% | - |
| XYZ | 59.2 | 50 | 65.56 | - |
| YUV | 192.18 | 136.37 | 157.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 234 | 168 | 207 | 0 | 0.28 | 0.12 | 0.08 | 324.55 | 0.61 | 0.79 |
| Hex | EA | A8 | CF | 0 | 1C | C | 8 | 145 | 3D | 4F |
| Octal | 352 | 250 | 317 | 0 | 34 | 14 | 10 | 505 | 75 | 117 |
| Binary | 11101010 | 10101000 | 11001111 | 0 | 11100 | 1100 | 1000 | 101000101 | 111101 | 1001111 |
Color Harmonies of #EAA8CF
Complementary color
Monochromatic Colors of #EAA8CF
Black with #EAA8CF
Text Example
Text Example
White with #EAA8CF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EAA8CF; }
p { color: rgb(234,168,207); }
H1.HeaderClassName
{
color: #EAA8CF;
}
.AnyTagClassName
{
color: #EAA8CF;
}
</style>
background-color css
<style>
a { background-color: #EAA8CF; }
a { background-color: rgb(234,168,207); }
div.DivClassName
{
background-color: #EAA8CF;
}
.BgClassName
{
background-color: #EAA8CF;
}
</style>
border-color css
<style>
span { border-color: #EAA8CF; }
span { border-color: rgb(234,168,207); }
td.TdClassName
{
border-color: #EAA8CF;
}
.TagClassName
{
border-color: #EAA8CF;
}
</style>