Shades of Lavender Pink #E7AECC
Tints of Lavender Pink #E7AECC
RGB
CMYK
RGB Variations
Color information
#E7AECC (or 0xE7AECC) is known color: Lavender Pink. HEX triplet: E7, AE and CC. RGB value is (231,174,204). Sum of RGB (Red+Green+Blue) = 231+174+204=609 (80% of max value = 765). Red value is 231 (90.62% from 255 or 37.93% from 609); Green value is 174 (68.36% from 255 or 28.57% from 609); Blue value is 204 (80.08% from 255 or 33.50% from 609); Max value from RGB is 231 - color contains mainly: red. Hex color #E7AECC is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #E7AECC is #185133. Grayscale: #C2C2C2. Windows color (decimal): -1593652 or 13414119. OLE color: 13414119.
HSL color Cylindrical-coordinate representation of color #E7AECC: hue angle of 328.42º 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 #E7AECC is Cyan = 0, Magento = 0.25, Yellow = 0.12 and Black (K on CMYK) = 0.09.
Color convert
RGB | 231 | 174 | 204 | - |
CMYK | 0 | 0.25 | 0.12 | 0.09 |
HSL | 328.42º | 0.54% | 0.79% | - |
HSV(B) | 328.42º | 0.25% | 0.91% | - |
XYZ | 58.99 | 51.62 | 63.98 | - |
YUV | 194.46 | 133.38 | 154.06 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 231 | 174 | 204 | 0 | 0.25 | 0.12 | 0.09 | 328.42 | 0.54 | 0.79 |
Hex | E7 | AE | CC | 0 | 19 | C | 9 | 148 | 36 | 4F |
Octal | 347 | 256 | 314 | 0 | 31 | 14 | 11 | 510 | 66 | 117 |
Binary | 11100111 | 10101110 | 11001100 | 0 | 11001 | 1100 | 1001 | 101001000 | 110110 | 1001111 |
Color Harmonies of #E7AECC
Complementary color
Monochromatic Colors of #E7AECC
Black with #E7AECC
Text Example
Text Example
White with #E7AECC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E7AECC; }
p { color: rgb(231,174,204); }
H1.HeaderClassName
{
color: #E7AECC;
}
.AnyTagClassName
{
color: #E7AECC;
}
</style>
background-color css
<style>
a { background-color: #E7AECC; }
a { background-color: rgb(231,174,204); }
div.DivClassName
{
background-color: #E7AECC;
}
.BgClassName
{
background-color: #E7AECC;
}
</style>
border-color css
<style>
span { border-color: #E7AECC; }
span { border-color: rgb(231,174,204); }
td.TdClassName
{
border-color: #E7AECC;
}
.TagClassName
{
border-color: #E7AECC;
}
</style>