Shades of Lavender Pink #E8A8CF
Tints of Lavender Pink #E8A8CF
RGB
CMYK
RGB Variations
Color information
#E8A8CF (or 0xE8A8CF) is known color: Lavender Pink. HEX triplet: E8, A8 and CF. RGB value is (232,168,207). Sum of RGB (Red+Green+Blue) = 232+168+207=607 (80% of max value = 765). Red value is 232 (91.02% from 255 or 38.22% from 607); Green value is 168 (66.02% from 255 or 27.68% from 607); Blue value is 207 (81.25% from 255 or 34.10% from 607); Max value from RGB is 232 - color contains mainly: red. Hex color #E8A8CF is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #E8A8CF is #175730. Grayscale: #BFBFBF. Windows color (decimal): -1529649 or 13609192. OLE color: 13609192.
HSL color Cylindrical-coordinate representation of color #E8A8CF: hue angle of 323.44º degrees, saturation: 0.58, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #E8A8CF is Cyan = 0, Magento = 0.28, Yellow = 0.11 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 232 | 168 | 207 | - |
| CMYK | 0 | 0.28 | 0.11 | 0.09 |
| HSL | 323.44º | 0.58% | 0.78% | - |
| HSV(B) | 323.44º | 0.28% | 0.91% | - |
| XYZ | 58.54 | 49.67 | 65.53 | - |
| YUV | 191.58 | 136.7 | 156.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 232 | 168 | 207 | 0 | 0.28 | 0.11 | 0.09 | 323.44 | 0.58 | 0.78 |
| Hex | E8 | A8 | CF | 0 | 1C | B | 9 | 143 | 3A | 4E |
| Octal | 350 | 250 | 317 | 0 | 34 | 13 | 11 | 503 | 72 | 116 |
| Binary | 11101000 | 10101000 | 11001111 | 0 | 11100 | 1011 | 1001 | 101000011 | 111010 | 1001110 |
Color Harmonies of #E8A8CF
Complementary color
Monochromatic Colors of #E8A8CF
Black with #E8A8CF
Text Example
Text Example
White with #E8A8CF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E8A8CF; }
p { color: rgb(232,168,207); }
H1.HeaderClassName
{
color: #E8A8CF;
}
.AnyTagClassName
{
color: #E8A8CF;
}
</style>
background-color css
<style>
a { background-color: #E8A8CF; }
a { background-color: rgb(232,168,207); }
div.DivClassName
{
background-color: #E8A8CF;
}
.BgClassName
{
background-color: #E8A8CF;
}
</style>
border-color css
<style>
span { border-color: #E8A8CF; }
span { border-color: rgb(232,168,207); }
td.TdClassName
{
border-color: #E8A8CF;
}
.TagClassName
{
border-color: #E8A8CF;
}
</style>