Shades of Lavender Pink #EAADCE
Tints of Lavender Pink #EAADCE
RGB
CMYK
RGB Variations
Color information
#EAADCE (or 0xEAADCE) is known color: Lavender Pink. HEX triplet: EA, AD and CE. RGB value is (234,173,206). Sum of RGB (Red+Green+Blue) = 234+173+206=613 (81% of max value = 765). Red value is 234 (91.80% from 255 or 38.17% from 613); Green value is 173 (67.97% from 255 or 28.22% from 613); Blue value is 206 (80.86% from 255 or 33.61% from 613); Max value from RGB is 234 - color contains mainly: red. Hex color #EAADCE is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #EAADCE is #155231. Grayscale: #C2C2C2. Windows color (decimal): -1397298 or 13544938. OLE color: 13544938.
HSL color Cylindrical-coordinate representation of color #EAADCE: hue angle of 327.54º 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 #EAADCE is Cyan = 0, Magento = 0.26, Yellow = 0.12 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 234 | 173 | 206 | - |
| CMYK | 0 | 0.26 | 0.12 | 0.08 |
| HSL | 327.54º | 0.59% | 0.8% | - |
| HSV(B) | 327.54º | 0.26% | 0.92% | - |
| XYZ | 60.02 | 51.84 | 65.23 | - |
| YUV | 195 | 134.21 | 155.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 234 | 173 | 206 | 0 | 0.26 | 0.12 | 0.08 | 327.54 | 0.59 | 0.8 |
| Hex | EA | AD | CE | 0 | 1A | C | 8 | 148 | 3B | 50 |
| Octal | 352 | 255 | 316 | 0 | 32 | 14 | 10 | 510 | 73 | 120 |
| Binary | 11101010 | 10101101 | 11001110 | 0 | 11010 | 1100 | 1000 | 101001000 | 111011 | 1010000 |
Color Harmonies of #EAADCE
Complementary color
Monochromatic Colors of #EAADCE
Black with #EAADCE
Text Example
Text Example
White with #EAADCE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EAADCE; }
p { color: rgb(234,173,206); }
H1.HeaderClassName
{
color: #EAADCE;
}
.AnyTagClassName
{
color: #EAADCE;
}
</style>
background-color css
<style>
a { background-color: #EAADCE; }
a { background-color: rgb(234,173,206); }
div.DivClassName
{
background-color: #EAADCE;
}
.BgClassName
{
background-color: #EAADCE;
}
</style>
border-color css
<style>
span { border-color: #EAADCE; }
span { border-color: rgb(234,173,206); }
td.TdClassName
{
border-color: #EAADCE;
}
.TagClassName
{
border-color: #EAADCE;
}
</style>