Shades of Lavender Pink #E5AACF
Tints of Lavender Pink #E5AACF
RGB
CMYK
RGB Variations
Color information
#E5AACF (or 0xE5AACF) is known color: Lavender Pink. HEX triplet: E5, AA and CF. RGB value is (229,170,207). Sum of RGB (Red+Green+Blue) = 229+170+207=606 (80% of max value = 765). Red value is 229 (89.84% from 255 or 37.79% from 606); Green value is 170 (66.80% from 255 or 28.05% from 606); Blue value is 207 (81.25% from 255 or 34.16% from 606); Max value from RGB is 229 - color contains mainly: red. Hex color #E5AACF is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #E5AACF is #1A5530. Grayscale: #BFBFBF. Windows color (decimal): -1725745 or 13609701. OLE color: 13609701.
HSL color Cylindrical-coordinate representation of color #E5AACF: hue angle of 322.37º degrees, saturation: 0.53, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #E5AACF is Cyan = 0, Magento = 0.26, Yellow = 0.10 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 229 | 170 | 207 | - |
| CMYK | 0 | 0.26 | 0.10 | 0.10 |
| HSL | 322.37º | 0.53% | 0.78% | - |
| HSV(B) | 322.37º | 0.26% | 0.9% | - |
| XYZ | 57.95 | 49.91 | 65.61 | - |
| YUV | 191.86 | 136.55 | 154.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 229 | 170 | 207 | 0 | 0.26 | 0.10 | 0.10 | 322.37 | 0.53 | 0.78 |
| Hex | E5 | AA | CF | 0 | 1A | A | A | 142 | 35 | 4E |
| Octal | 345 | 252 | 317 | 0 | 32 | 12 | 12 | 502 | 65 | 116 |
| Binary | 11100101 | 10101010 | 11001111 | 0 | 11010 | 1010 | 1010 | 101000010 | 110101 | 1001110 |
Color Harmonies of #E5AACF
Complementary color
Monochromatic Colors of #E5AACF
Black with #E5AACF
Text Example
Text Example
White with #E5AACF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E5AACF; }
p { color: rgb(229,170,207); }
H1.HeaderClassName
{
color: #E5AACF;
}
.AnyTagClassName
{
color: #E5AACF;
}
</style>
background-color css
<style>
a { background-color: #E5AACF; }
a { background-color: rgb(229,170,207); }
div.DivClassName
{
background-color: #E5AACF;
}
.BgClassName
{
background-color: #E5AACF;
}
</style>
border-color css
<style>
span { border-color: #E5AACF; }
span { border-color: rgb(229,170,207); }
td.TdClassName
{
border-color: #E5AACF;
}
.TagClassName
{
border-color: #E5AACF;
}
</style>