Shades of Lavender Pink #E9ACCB
Tints of Lavender Pink #E9ACCB
RGB
CMYK
RGB Variations
Color information
#E9ACCB (or 0xE9ACCB) is known color: Lavender Pink. HEX triplet: E9, AC and CB. RGB value is (233,172,203). Sum of RGB (Red+Green+Blue) = 233+172+203=608 (80% of max value = 765). Red value is 233 (91.41% from 255 or 38.32% from 608); Green value is 172 (67.58% from 255 or 28.29% from 608); Blue value is 203 (79.69% from 255 or 33.39% from 608); Max value from RGB is 233 - color contains mainly: red. Hex color #E9ACCB is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #E9ACCB is #165334. Grayscale: #C1C1C1. Windows color (decimal): -1463093 or 13348073. OLE color: 13348073.
HSL color Cylindrical-coordinate representation of color #E9ACCB: hue angle of 329.51º degrees, saturation: 0.58, 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 #E9ACCB is Cyan = 0, Magento = 0.26, Yellow = 0.13 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 233 | 172 | 203 | - |
| CMYK | 0 | 0.26 | 0.13 | 0.09 |
| HSL | 329.51º | 0.58% | 0.79% | - |
| HSV(B) | 329.51º | 0.26% | 0.91% | - |
| XYZ | 59.14 | 51.14 | 63.25 | - |
| YUV | 193.77 | 133.21 | 155.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 233 | 172 | 203 | 0 | 0.26 | 0.13 | 0.09 | 329.51 | 0.58 | 0.79 |
| Hex | E9 | AC | CB | 0 | 1A | D | 9 | 14A | 3A | 4F |
| Octal | 351 | 254 | 313 | 0 | 32 | 15 | 11 | 512 | 72 | 117 |
| Binary | 11101001 | 10101100 | 11001011 | 0 | 11010 | 1101 | 1001 | 101001010 | 111010 | 1001111 |
Color Harmonies of #E9ACCB
Complementary color
Monochromatic Colors of #E9ACCB
Black with #E9ACCB
Text Example
Text Example
White with #E9ACCB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E9ACCB; }
p { color: rgb(233,172,203); }
H1.HeaderClassName
{
color: #E9ACCB;
}
.AnyTagClassName
{
color: #E9ACCB;
}
</style>
background-color css
<style>
a { background-color: #E9ACCB; }
a { background-color: rgb(233,172,203); }
div.DivClassName
{
background-color: #E9ACCB;
}
.BgClassName
{
background-color: #E9ACCB;
}
</style>
border-color css
<style>
span { border-color: #E9ACCB; }
span { border-color: rgb(233,172,203); }
td.TdClassName
{
border-color: #E9ACCB;
}
.TagClassName
{
border-color: #E9ACCB;
}
</style>