Shades of Lavender Pink #E7AECF
Tints of Lavender Pink #E7AECF
RGB
CMYK
RGB Variations
Color information
#E7AECF (or 0xE7AECF) is known color: Lavender Pink. HEX triplet: E7, AE and CF. RGB value is (231,174,207). Sum of RGB (Red+Green+Blue) = 231+174+207=612 (81% of max value = 765). Red value is 231 (90.62% from 255 or 37.75% from 612); Green value is 174 (68.36% from 255 or 28.43% from 612); Blue value is 207 (81.25% from 255 or 33.82% from 612); Max value from RGB is 231 - color contains mainly: red. Hex color #E7AECF is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #E7AECF is #185130. Grayscale: #C2C2C2. Windows color (decimal): -1593649 or 13610727. OLE color: 13610727.
HSL color Cylindrical-coordinate representation of color #E7AECF: hue angle of 325.26º degrees, saturation: 0.54, lightness: 0.79%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #E7AECF is Cyan = 0, Magento = 0.25, Yellow = 0.10 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 231 | 174 | 207 | - |
| CMYK | 0 | 0.25 | 0.10 | 0.09 |
| HSL | 325.26º | 0.54% | 0.79% | - |
| HSV(B) | 325.26º | 0.25% | 0.91% | - |
| XYZ | 59.35 | 51.77 | 65.9 | - |
| YUV | 194.81 | 134.88 | 153.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 231 | 174 | 207 | 0 | 0.25 | 0.10 | 0.09 | 325.26 | 0.54 | 0.79 |
| Hex | E7 | AE | CF | 0 | 19 | A | 9 | 145 | 36 | 4F |
| Octal | 347 | 256 | 317 | 0 | 31 | 12 | 11 | 505 | 66 | 117 |
| Binary | 11100111 | 10101110 | 11001111 | 0 | 11001 | 1010 | 1001 | 101000101 | 110110 | 1001111 |
Color Harmonies of #E7AECF
Complementary color
Monochromatic Colors of #E7AECF
Black with #E7AECF
Text Example
Text Example
White with #E7AECF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E7AECF; }
p { color: rgb(231,174,207); }
H1.HeaderClassName
{
color: #E7AECF;
}
.AnyTagClassName
{
color: #E7AECF;
}
</style>
background-color css
<style>
a { background-color: #E7AECF; }
a { background-color: rgb(231,174,207); }
div.DivClassName
{
background-color: #E7AECF;
}
.BgClassName
{
background-color: #E7AECF;
}
</style>
border-color css
<style>
span { border-color: #E7AECF; }
span { border-color: rgb(231,174,207); }
td.TdClassName
{
border-color: #E7AECF;
}
.TagClassName
{
border-color: #E7AECF;
}
</style>