Shades of Lavender Pink #E8AACB
Tints of Lavender Pink #E8AACB
RGB
CMYK
RGB Variations
Color information
#E8AACB (or 0xE8AACB) is known color: Lavender Pink. HEX triplet: E8, AA and CB. RGB value is (232,170,203). Sum of RGB (Red+Green+Blue) = 232+170+203=605 (80% of max value = 765). Red value is 232 (91.02% from 255 or 38.35% from 605); Green value is 170 (66.80% from 255 or 28.10% from 605); Blue value is 203 (79.69% from 255 or 33.55% from 605); Max value from RGB is 232 - color contains mainly: red. Hex color #E8AACB is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #E8AACB is #175534. Grayscale: #C0C0C0. Windows color (decimal): -1529141 or 13347560. OLE color: 13347560.
HSL color Cylindrical-coordinate representation of color #E8AACB: hue angle of 328.06º degrees, saturation: 0.57, lightness: 0.79%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #E8AACB is Cyan = 0, Magento = 0.27, Yellow = 0.12 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 232 | 170 | 203 | - |
| CMYK | 0 | 0.27 | 0.12 | 0.09 |
| HSL | 328.06º | 0.57% | 0.79% | - |
| HSV(B) | 328.06º | 0.27% | 0.91% | - |
| XYZ | 58.43 | 50.22 | 63.11 | - |
| YUV | 192.3 | 134.04 | 156.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 232 | 170 | 203 | 0 | 0.27 | 0.12 | 0.09 | 328.06 | 0.57 | 0.79 |
| Hex | E8 | AA | CB | 0 | 1B | C | 9 | 148 | 39 | 4F |
| Octal | 350 | 252 | 313 | 0 | 33 | 14 | 11 | 510 | 71 | 117 |
| Binary | 11101000 | 10101010 | 11001011 | 0 | 11011 | 1100 | 1001 | 101001000 | 111001 | 1001111 |
Color Harmonies of #E8AACB
Complementary color
Monochromatic Colors of #E8AACB
Black with #E8AACB
Text Example
Text Example
White with #E8AACB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E8AACB; }
p { color: rgb(232,170,203); }
H1.HeaderClassName
{
color: #E8AACB;
}
.AnyTagClassName
{
color: #E8AACB;
}
</style>
background-color css
<style>
a { background-color: #E8AACB; }
a { background-color: rgb(232,170,203); }
div.DivClassName
{
background-color: #E8AACB;
}
.BgClassName
{
background-color: #E8AACB;
}
</style>
border-color css
<style>
span { border-color: #E8AACB; }
span { border-color: rgb(232,170,203); }
td.TdClassName
{
border-color: #E8AACB;
}
.TagClassName
{
border-color: #E8AACB;
}
</style>