Shades of Lavender Pink #E9AECC
Tints of Lavender Pink #E9AECC
RGB
CMYK
RGB Variations
Color information
#E9AECC (or 0xE9AECC) is known color: Lavender Pink. HEX triplet: E9, AE and CC. RGB value is (233,174,204). Sum of RGB (Red+Green+Blue) = 233+174+204=611 (80% of max value = 765). Red value is 233 (91.41% from 255 or 38.13% from 611); Green value is 174 (68.36% from 255 or 28.48% from 611); Blue value is 204 (80.08% from 255 or 33.39% from 611); Max value from RGB is 233 - color contains mainly: red. Hex color #E9AECC is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #E9AECC is #165133. Grayscale: #C3C3C3. Windows color (decimal): -1462580 or 13414121. OLE color: 13414121.
HSL color Cylindrical-coordinate representation of color #E9AECC: hue angle of 329.49º degrees, saturation: 0.57, lightness: 0.8%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #E9AECC is Cyan = 0, Magento = 0.25, Yellow = 0.12 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 233 | 174 | 204 | - |
| CMYK | 0 | 0.25 | 0.12 | 0.09 |
| HSL | 329.49º | 0.57% | 0.8% | - |
| HSV(B) | 329.49º | 0.25% | 0.91% | - |
| XYZ | 59.64 | 51.96 | 64.01 | - |
| YUV | 195.06 | 133.05 | 155.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 233 | 174 | 204 | 0 | 0.25 | 0.12 | 0.09 | 329.49 | 0.57 | 0.8 |
| Hex | E9 | AE | CC | 0 | 19 | C | 9 | 149 | 39 | 50 |
| Octal | 351 | 256 | 314 | 0 | 31 | 14 | 11 | 511 | 71 | 120 |
| Binary | 11101001 | 10101110 | 11001100 | 0 | 11001 | 1100 | 1001 | 101001001 | 111001 | 1010000 |
Color Harmonies of #E9AECC
Complementary color
Monochromatic Colors of #E9AECC
Black with #E9AECC
Text Example
Text Example
White with #E9AECC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E9AECC; }
p { color: rgb(233,174,204); }
H1.HeaderClassName
{
color: #E9AECC;
}
.AnyTagClassName
{
color: #E9AECC;
}
</style>
background-color css
<style>
a { background-color: #E9AECC; }
a { background-color: rgb(233,174,204); }
div.DivClassName
{
background-color: #E9AECC;
}
.BgClassName
{
background-color: #E9AECC;
}
</style>
border-color css
<style>
span { border-color: #E9AECC; }
span { border-color: rgb(233,174,204); }
td.TdClassName
{
border-color: #E9AECC;
}
.TagClassName
{
border-color: #E9AECC;
}
</style>