Shades of Lavender Pink #EAAECD
Tints of Lavender Pink #EAAECD
RGB
CMYK
RGB Variations
Color information
#EAAECD (or 0xEAAECD) is known color: Lavender Pink. HEX triplet: EA, AE and CD. RGB value is (234,174,205). Sum of RGB (Red+Green+Blue) = 234+174+205=613 (81% of max value = 765). Red value is 234 (91.80% from 255 or 38.17% from 613); Green value is 174 (68.36% from 255 or 28.38% from 613); Blue value is 205 (80.47% from 255 or 33.44% from 613); Max value from RGB is 234 - color contains mainly: red. Hex color #EAAECD is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #EAAECD is #155132. Grayscale: #C3C3C3. Windows color (decimal): -1397043 or 13479658. OLE color: 13479658.
HSL color Cylindrical-coordinate representation of color #EAAECD: hue angle of 329º degrees, saturation: 0.59, lightness: 0.8%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #EAAECD is Cyan = 0, Magento = 0.26, Yellow = 0.12 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 234 | 174 | 205 | - |
| CMYK | 0 | 0.26 | 0.12 | 0.08 |
| HSL | 329º | 0.59% | 0.8% | - |
| HSV(B) | 329º | 0.26% | 0.92% | - |
| XYZ | 60.09 | 52.17 | 64.66 | - |
| YUV | 195.47 | 133.38 | 155.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 234 | 174 | 205 | 0 | 0.26 | 0.12 | 0.08 | 329 | 0.59 | 0.8 |
| Hex | EA | AE | CD | 0 | 1A | C | 8 | 149 | 3B | 50 |
| Octal | 352 | 256 | 315 | 0 | 32 | 14 | 10 | 511 | 73 | 120 |
| Binary | 11101010 | 10101110 | 11001101 | 0 | 11010 | 1100 | 1000 | 101001001 | 111011 | 1010000 |
Color Harmonies of #EAAECD
Complementary color
Monochromatic Colors of #EAAECD
Black with #EAAECD
Text Example
Text Example
White with #EAAECD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EAAECD; }
p { color: rgb(234,174,205); }
H1.HeaderClassName
{
color: #EAAECD;
}
.AnyTagClassName
{
color: #EAAECD;
}
</style>
background-color css
<style>
a { background-color: #EAAECD; }
a { background-color: rgb(234,174,205); }
div.DivClassName
{
background-color: #EAAECD;
}
.BgClassName
{
background-color: #EAAECD;
}
</style>
border-color css
<style>
span { border-color: #EAAECD; }
span { border-color: rgb(234,174,205); }
td.TdClassName
{
border-color: #EAAECD;
}
.TagClassName
{
border-color: #EAAECD;
}
</style>