Shades of Lavender Pink #EAAED3
Tints of Lavender Pink #EAAED3
RGB
CMYK
RGB Variations
Color information
#EAAED3 (or 0xEAAED3) is known color: Lavender Pink. HEX triplet: EA, AE and D3. RGB value is (234,174,211). Sum of RGB (Red+Green+Blue) = 234+174+211=619 (81% of max value = 765). Red value is 234 (91.80% from 255 or 37.80% from 619); Green value is 174 (68.36% from 255 or 28.11% from 619); Blue value is 211 (82.81% from 255 or 34.09% from 619); Max value from RGB is 234 - color contains mainly: red. Hex color #EAAED3 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #EAAED3 is #15512C. Grayscale: #C4C4C4. Windows color (decimal): -1397037 or 13872874. OLE color: 13872874.
HSL color Cylindrical-coordinate representation of color #EAAED3: hue angle of 323º 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 #EAAED3 is Cyan = 0, Magento = 0.26, Yellow = 0.10 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 234 | 174 | 211 | - |
| CMYK | 0 | 0.26 | 0.10 | 0.08 |
| HSL | 323º | 0.59% | 0.8% | - |
| HSV(B) | 323º | 0.26% | 0.92% | - |
| XYZ | 60.83 | 52.47 | 68.55 | - |
| YUV | 196.16 | 136.38 | 154.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 234 | 174 | 211 | 0 | 0.26 | 0.10 | 0.08 | 323 | 0.59 | 0.8 |
| Hex | EA | AE | D3 | 0 | 1A | A | 8 | 143 | 3B | 50 |
| Octal | 352 | 256 | 323 | 0 | 32 | 12 | 10 | 503 | 73 | 120 |
| Binary | 11101010 | 10101110 | 11010011 | 0 | 11010 | 1010 | 1000 | 101000011 | 111011 | 1010000 |
Color Harmonies of #EAAED3
Complementary color
Monochromatic Colors of #EAAED3
Black with #EAAED3
Text Example
Text Example
White with #EAAED3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EAAED3; }
p { color: rgb(234,174,211); }
H1.HeaderClassName
{
color: #EAAED3;
}
.AnyTagClassName
{
color: #EAAED3;
}
</style>
background-color css
<style>
a { background-color: #EAAED3; }
a { background-color: rgb(234,174,211); }
div.DivClassName
{
background-color: #EAAED3;
}
.BgClassName
{
background-color: #EAAED3;
}
</style>
border-color css
<style>
span { border-color: #EAAED3; }
span { border-color: rgb(234,174,211); }
td.TdClassName
{
border-color: #EAAED3;
}
.TagClassName
{
border-color: #EAAED3;
}
</style>