Shades of Lavender Pink #E9AECF
Tints of Lavender Pink #E9AECF
RGB
CMYK
RGB Variations
Color information
#E9AECF (or 0xE9AECF) is known color: Lavender Pink. HEX triplet: E9, AE and CF. RGB value is (233,174,207). Sum of RGB (Red+Green+Blue) = 233+174+207=614 (81% of max value = 765). Red value is 233 (91.41% from 255 or 37.95% from 614); Green value is 174 (68.36% from 255 or 28.34% from 614); Blue value is 207 (81.25% from 255 or 33.71% from 614); Max value from RGB is 233 - color contains mainly: red. Hex color #E9AECF is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #E9AECF is #165130. Grayscale: #C3C3C3. Windows color (decimal): -1462577 or 13610729. OLE color: 13610729.
HSL color Cylindrical-coordinate representation of color #E9AECF: hue angle of 326.44º degrees, saturation: 0.57, lightness: 0.8%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #E9AECF is Cyan = 0, Magento = 0.25, Yellow = 0.11 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 233 | 174 | 207 | - |
| CMYK | 0 | 0.25 | 0.11 | 0.09 |
| HSL | 326.44º | 0.57% | 0.8% | - |
| HSV(B) | 326.44º | 0.25% | 0.91% | - |
| XYZ | 60 | 52.1 | 65.93 | - |
| YUV | 195.4 | 134.55 | 154.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 233 | 174 | 207 | 0 | 0.25 | 0.11 | 0.09 | 326.44 | 0.57 | 0.8 |
| Hex | E9 | AE | CF | 0 | 19 | B | 9 | 146 | 39 | 50 |
| Octal | 351 | 256 | 317 | 0 | 31 | 13 | 11 | 506 | 71 | 120 |
| Binary | 11101001 | 10101110 | 11001111 | 0 | 11001 | 1011 | 1001 | 101000110 | 111001 | 1010000 |
Color Harmonies of #E9AECF
Complementary color
Monochromatic Colors of #E9AECF
Black with #E9AECF
Text Example
Text Example
White with #E9AECF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E9AECF; }
p { color: rgb(233,174,207); }
H1.HeaderClassName
{
color: #E9AECF;
}
.AnyTagClassName
{
color: #E9AECF;
}
</style>
background-color css
<style>
a { background-color: #E9AECF; }
a { background-color: rgb(233,174,207); }
div.DivClassName
{
background-color: #E9AECF;
}
.BgClassName
{
background-color: #E9AECF;
}
</style>
border-color css
<style>
span { border-color: #E9AECF; }
span { border-color: rgb(233,174,207); }
td.TdClassName
{
border-color: #E9AECF;
}
.TagClassName
{
border-color: #E9AECF;
}
</style>