Shades of Lavender Pink #E8AECF
Tints of Lavender Pink #E8AECF
RGB
CMYK
RGB Variations
Color information
#E8AECF (or 0xE8AECF) is known color: Lavender Pink. HEX triplet: E8, AE and CF. RGB value is (232,174,207). Sum of RGB (Red+Green+Blue) = 232+174+207=613 (81% of max value = 765). Red value is 232 (91.02% from 255 or 37.85% from 613); Green value is 174 (68.36% from 255 or 28.38% from 613); Blue value is 207 (81.25% from 255 or 33.77% from 613); Max value from RGB is 232 - color contains mainly: red. Hex color #E8AECF is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #E8AECF is #175130. Grayscale: #C3C3C3. Windows color (decimal): -1528113 or 13610728. OLE color: 13610728.
HSL color Cylindrical-coordinate representation of color #E8AECF: hue angle of 325.86º degrees, saturation: 0.56, 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 #E8AECF is Cyan = 0, Magento = 0.25, Yellow = 0.11 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 232 | 174 | 207 | - |
| CMYK | 0 | 0.25 | 0.11 | 0.09 |
| HSL | 325.86º | 0.56% | 0.8% | - |
| HSV(B) | 325.86º | 0.25% | 0.91% | - |
| XYZ | 59.68 | 51.93 | 65.91 | - |
| YUV | 195.1 | 134.72 | 154.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 232 | 174 | 207 | 0 | 0.25 | 0.11 | 0.09 | 325.86 | 0.56 | 0.8 |
| Hex | E8 | AE | CF | 0 | 19 | B | 9 | 146 | 38 | 50 |
| Octal | 350 | 256 | 317 | 0 | 31 | 13 | 11 | 506 | 70 | 120 |
| Binary | 11101000 | 10101110 | 11001111 | 0 | 11001 | 1011 | 1001 | 101000110 | 111000 | 1010000 |
Color Harmonies of #E8AECF
Complementary color
Monochromatic Colors of #E8AECF
Black with #E8AECF
Text Example
Text Example
White with #E8AECF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E8AECF; }
p { color: rgb(232,174,207); }
H1.HeaderClassName
{
color: #E8AECF;
}
.AnyTagClassName
{
color: #E8AECF;
}
</style>
background-color css
<style>
a { background-color: #E8AECF; }
a { background-color: rgb(232,174,207); }
div.DivClassName
{
background-color: #E8AECF;
}
.BgClassName
{
background-color: #E8AECF;
}
</style>
border-color css
<style>
span { border-color: #E8AECF; }
span { border-color: rgb(232,174,207); }
td.TdClassName
{
border-color: #E8AECF;
}
.TagClassName
{
border-color: #E8AECF;
}
</style>