Shades of Lavender Pink #E7AECB
Tints of Lavender Pink #E7AECB
RGB
CMYK
RGB Variations
Color information
#E7AECB (or 0xE7AECB) is known color: Lavender Pink. HEX triplet: E7, AE and CB. RGB value is (231,174,203). Sum of RGB (Red+Green+Blue) = 231+174+203=608 (80% of max value = 765). Red value is 231 (90.62% from 255 or 37.99% from 608); Green value is 174 (68.36% from 255 or 28.62% from 608); Blue value is 203 (79.69% from 255 or 33.39% from 608); Max value from RGB is 231 - color contains mainly: red. Hex color #E7AECB is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #E7AECB is #185134. Grayscale: #C2C2C2. Windows color (decimal): -1593653 or 13348583. OLE color: 13348583.
HSL color Cylindrical-coordinate representation of color #E7AECB: hue angle of 329.47º degrees, saturation: 0.54, lightness: 0.79%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #E7AECB is Cyan = 0, Magento = 0.25, Yellow = 0.12 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 231 | 174 | 203 | - |
| CMYK | 0 | 0.25 | 0.12 | 0.09 |
| HSL | 329.47º | 0.54% | 0.79% | - |
| HSV(B) | 329.47º | 0.25% | 0.91% | - |
| XYZ | 58.87 | 51.57 | 63.35 | - |
| YUV | 194.35 | 132.88 | 154.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 231 | 174 | 203 | 0 | 0.25 | 0.12 | 0.09 | 329.47 | 0.54 | 0.79 |
| Hex | E7 | AE | CB | 0 | 19 | C | 9 | 149 | 36 | 4F |
| Octal | 347 | 256 | 313 | 0 | 31 | 14 | 11 | 511 | 66 | 117 |
| Binary | 11100111 | 10101110 | 11001011 | 0 | 11001 | 1100 | 1001 | 101001001 | 110110 | 1001111 |
Color Harmonies of #E7AECB
Complementary color
Monochromatic Colors of #E7AECB
Black with #E7AECB
Text Example
Text Example
White with #E7AECB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E7AECB; }
p { color: rgb(231,174,203); }
H1.HeaderClassName
{
color: #E7AECB;
}
.AnyTagClassName
{
color: #E7AECB;
}
</style>
background-color css
<style>
a { background-color: #E7AECB; }
a { background-color: rgb(231,174,203); }
div.DivClassName
{
background-color: #E7AECB;
}
.BgClassName
{
background-color: #E7AECB;
}
</style>
border-color css
<style>
span { border-color: #E7AECB; }
span { border-color: rgb(231,174,203); }
td.TdClassName
{
border-color: #E7AECB;
}
.TagClassName
{
border-color: #E7AECB;
}
</style>