Shades of Lavender Pink #E8AFD0
Tints of Lavender Pink #E8AFD0
RGB
CMYK
RGB Variations
Color information
#E8AFD0 (or 0xE8AFD0) is known color: Lavender Pink. HEX triplet: E8, AF and D0. RGB value is (232,175,208). Sum of RGB (Red+Green+Blue) = 232+175+208=615 (81% of max value = 765). Red value is 232 (91.02% from 255 or 37.72% from 615); Green value is 175 (68.75% from 255 or 28.46% from 615); Blue value is 208 (81.64% from 255 or 33.82% from 615); Max value from RGB is 232 - color contains mainly: red. Hex color #E8AFD0 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #E8AFD0 is #17502F. Grayscale: #C3C3C3. Windows color (decimal): -1527856 or 13676520. OLE color: 13676520.
HSL color Cylindrical-coordinate representation of color #E8AFD0: hue angle of 325.26º degrees, saturation: 0.55, 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 #E8AFD0 is Cyan = 0, Magento = 0.25, Yellow = 0.10 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 232 | 175 | 208 | - |
| CMYK | 0 | 0.25 | 0.10 | 0.09 |
| HSL | 325.26º | 0.55% | 0.8% | - |
| HSV(B) | 325.26º | 0.25% | 0.91% | - |
| XYZ | 59.99 | 52.37 | 66.62 | - |
| YUV | 195.81 | 134.88 | 153.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 232 | 175 | 208 | 0 | 0.25 | 0.10 | 0.09 | 325.26 | 0.55 | 0.8 |
| Hex | E8 | AF | D0 | 0 | 19 | A | 9 | 145 | 37 | 50 |
| Octal | 350 | 257 | 320 | 0 | 31 | 12 | 11 | 505 | 67 | 120 |
| Binary | 11101000 | 10101111 | 11010000 | 0 | 11001 | 1010 | 1001 | 101000101 | 110111 | 1010000 |
Color Harmonies of #E8AFD0
Complementary color
Monochromatic Colors of #E8AFD0
Black with #E8AFD0
Text Example
Text Example
White with #E8AFD0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E8AFD0; }
p { color: rgb(232,175,208); }
H1.HeaderClassName
{
color: #E8AFD0;
}
.AnyTagClassName
{
color: #E8AFD0;
}
</style>
background-color css
<style>
a { background-color: #E8AFD0; }
a { background-color: rgb(232,175,208); }
div.DivClassName
{
background-color: #E8AFD0;
}
.BgClassName
{
background-color: #E8AFD0;
}
</style>
border-color css
<style>
span { border-color: #E8AFD0; }
span { border-color: rgb(232,175,208); }
td.TdClassName
{
border-color: #E8AFD0;
}
.TagClassName
{
border-color: #E8AFD0;
}
</style>