Shades of Lavender Pink #E8ABCA
Tints of Lavender Pink #E8ABCA
RGB
CMYK
RGB Variations
Color information
#E8ABCA (or 0xE8ABCA) is known color: Lavender Pink. HEX triplet: E8, AB and CA. RGB value is (232,171,202). Sum of RGB (Red+Green+Blue) = 232+171+202=605 (80% of max value = 765). Red value is 232 (91.02% from 255 or 38.35% from 605); Green value is 171 (67.19% from 255 or 28.26% from 605); Blue value is 202 (79.30% from 255 or 33.39% from 605); Max value from RGB is 232 - color contains mainly: red. Hex color #E8ABCA is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #E8ABCA is #175435. Grayscale: #C0C0C0. Windows color (decimal): -1528886 or 13282280. OLE color: 13282280.
HSL color Cylindrical-coordinate representation of color #E8ABCA: hue angle of 329.51º degrees, saturation: 0.57, lightness: 0.79%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #E8ABCA is Cyan = 0, Magento = 0.26, Yellow = 0.13 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 232 | 171 | 202 | - |
| CMYK | 0 | 0.26 | 0.13 | 0.09 |
| HSL | 329.51º | 0.57% | 0.79% | - |
| HSV(B) | 329.51º | 0.26% | 0.91% | - |
| XYZ | 58.5 | 50.55 | 62.55 | - |
| YUV | 192.77 | 133.21 | 155.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 232 | 171 | 202 | 0 | 0.26 | 0.13 | 0.09 | 329.51 | 0.57 | 0.79 |
| Hex | E8 | AB | CA | 0 | 1A | D | 9 | 14A | 39 | 4F |
| Octal | 350 | 253 | 312 | 0 | 32 | 15 | 11 | 512 | 71 | 117 |
| Binary | 11101000 | 10101011 | 11001010 | 0 | 11010 | 1101 | 1001 | 101001010 | 111001 | 1001111 |
Color Harmonies of #E8ABCA
Complementary color
Monochromatic Colors of #E8ABCA
Black with #E8ABCA
Text Example
Text Example
White with #E8ABCA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E8ABCA; }
p { color: rgb(232,171,202); }
H1.HeaderClassName
{
color: #E8ABCA;
}
.AnyTagClassName
{
color: #E8ABCA;
}
</style>
background-color css
<style>
a { background-color: #E8ABCA; }
a { background-color: rgb(232,171,202); }
div.DivClassName
{
background-color: #E8ABCA;
}
.BgClassName
{
background-color: #E8ABCA;
}
</style>
border-color css
<style>
span { border-color: #E8ABCA; }
span { border-color: rgb(232,171,202); }
td.TdClassName
{
border-color: #E8ABCA;
}
.TagClassName
{
border-color: #E8ABCA;
}
</style>