Shades of Lavender Pink #E7AFD0
Tints of Lavender Pink #E7AFD0
RGB
CMYK
RGB Variations
Color information
#E7AFD0 (or 0xE7AFD0) is known color: Lavender Pink. HEX triplet: E7, AF and D0. RGB value is (231,175,208). Sum of RGB (Red+Green+Blue) = 231+175+208=614 (81% of max value = 765). Red value is 231 (90.62% from 255 or 37.62% from 614); Green value is 175 (68.75% from 255 or 28.50% from 614); Blue value is 208 (81.64% from 255 or 33.88% from 614); Max value from RGB is 231 - color contains mainly: red. Hex color #E7AFD0 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #E7AFD0 is #18502F. Grayscale: #C3C3C3. Windows color (decimal): -1593392 or 13676519. OLE color: 13676519.
HSL color Cylindrical-coordinate representation of color #E7AFD0: hue angle of 324.64º degrees, saturation: 0.54, lightness: 0.8%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #E7AFD0 is Cyan = 0, Magento = 0.24, Yellow = 0.10 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 231 | 175 | 208 | - |
| CMYK | 0 | 0.24 | 0.10 | 0.09 |
| HSL | 324.64º | 0.54% | 0.8% | - |
| HSV(B) | 324.64º | 0.24% | 0.91% | - |
| XYZ | 59.67 | 52.2 | 66.61 | - |
| YUV | 195.51 | 135.05 | 153.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 231 | 175 | 208 | 0 | 0.24 | 0.10 | 0.09 | 324.64 | 0.54 | 0.8 |
| Hex | E7 | AF | D0 | 0 | 18 | A | 9 | 145 | 36 | 50 |
| Octal | 347 | 257 | 320 | 0 | 30 | 12 | 11 | 505 | 66 | 120 |
| Binary | 11100111 | 10101111 | 11010000 | 0 | 11000 | 1010 | 1001 | 101000101 | 110110 | 1010000 |
Color Harmonies of #E7AFD0
Complementary color
Monochromatic Colors of #E7AFD0
Black with #E7AFD0
Text Example
Text Example
White with #E7AFD0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E7AFD0; }
p { color: rgb(231,175,208); }
H1.HeaderClassName
{
color: #E7AFD0;
}
.AnyTagClassName
{
color: #E7AFD0;
}
</style>
background-color css
<style>
a { background-color: #E7AFD0; }
a { background-color: rgb(231,175,208); }
div.DivClassName
{
background-color: #E7AFD0;
}
.BgClassName
{
background-color: #E7AFD0;
}
</style>
border-color css
<style>
span { border-color: #E7AFD0; }
span { border-color: rgb(231,175,208); }
td.TdClassName
{
border-color: #E7AFD0;
}
.TagClassName
{
border-color: #E7AFD0;
}
</style>