Shades of Lavender Pink #E7AFD2
Tints of Lavender Pink #E7AFD2
RGB
CMYK
RGB Variations
Color information
#E7AFD2 (or 0xE7AFD2) is known color: Lavender Pink. HEX triplet: E7, AF and D2. RGB value is (231,175,210). Sum of RGB (Red+Green+Blue) = 231+175+210=616 (81% of max value = 765). Red value is 231 (90.62% from 255 or 37.5% from 616); Green value is 175 (68.75% from 255 or 28.41% from 616); Blue value is 210 (82.42% from 255 or 34.09% from 616); Max value from RGB is 231 - color contains mainly: red. Hex color #E7AFD2 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #E7AFD2 is #18502D. Grayscale: #C3C3C3. Windows color (decimal): -1593390 or 13807591. OLE color: 13807591.
HSL color Cylindrical-coordinate representation of color #E7AFD2: hue angle of 322.5º 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 #E7AFD2 is Cyan = 0, Magento = 0.24, Yellow = 0.09 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 231 | 175 | 210 | - |
| CMYK | 0 | 0.24 | 0.09 | 0.09 |
| HSL | 322.5º | 0.54% | 0.8% | - |
| HSV(B) | 322.5º | 0.24% | 0.91% | - |
| XYZ | 59.92 | 52.3 | 67.91 | - |
| YUV | 195.73 | 136.05 | 153.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 231 | 175 | 210 | 0 | 0.24 | 0.09 | 0.09 | 322.5 | 0.54 | 0.8 |
| Hex | E7 | AF | D2 | 0 | 18 | 9 | 9 | 142 | 36 | 50 |
| Octal | 347 | 257 | 322 | 0 | 30 | 11 | 11 | 502 | 66 | 120 |
| Binary | 11100111 | 10101111 | 11010010 | 0 | 11000 | 1001 | 1001 | 101000010 | 110110 | 1010000 |
Color Harmonies of #E7AFD2
Complementary color
Monochromatic Colors of #E7AFD2
Black with #E7AFD2
Text Example
Text Example
White with #E7AFD2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E7AFD2; }
p { color: rgb(231,175,210); }
H1.HeaderClassName
{
color: #E7AFD2;
}
.AnyTagClassName
{
color: #E7AFD2;
}
</style>
background-color css
<style>
a { background-color: #E7AFD2; }
a { background-color: rgb(231,175,210); }
div.DivClassName
{
background-color: #E7AFD2;
}
.BgClassName
{
background-color: #E7AFD2;
}
</style>
border-color css
<style>
span { border-color: #E7AFD2; }
span { border-color: rgb(231,175,210); }
td.TdClassName
{
border-color: #E7AFD2;
}
.TagClassName
{
border-color: #E7AFD2;
}
</style>