Shades of Lavender Pink #EAACD3
Tints of Lavender Pink #EAACD3
RGB
CMYK
RGB Variations
Color information
#EAACD3 (or 0xEAACD3) is known color: Lavender Pink. HEX triplet: EA, AC and D3. RGB value is (234,172,211). Sum of RGB (Red+Green+Blue) = 234+172+211=617 (81% of max value = 765). Red value is 234 (91.80% from 255 or 37.93% from 617); Green value is 172 (67.58% from 255 or 27.88% from 617); Blue value is 211 (82.81% from 255 or 34.20% from 617); Max value from RGB is 234 - color contains mainly: red. Hex color #EAACD3 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #EAACD3 is #15532C. Grayscale: #C2C2C2. Windows color (decimal): -1397549 or 13872362. OLE color: 13872362.
HSL color Cylindrical-coordinate representation of color #EAACD3: hue angle of 322.26º degrees, saturation: 0.6, 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 #EAACD3 is Cyan = 0, Magento = 0.26, Yellow = 0.10 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 234 | 172 | 211 | - |
| CMYK | 0 | 0.26 | 0.10 | 0.08 |
| HSL | 322.26º | 0.6% | 0.8% | - |
| HSV(B) | 322.26º | 0.26% | 0.92% | - |
| XYZ | 60.44 | 51.7 | 68.42 | - |
| YUV | 194.98 | 137.04 | 155.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 234 | 172 | 211 | 0 | 0.26 | 0.10 | 0.08 | 322.26 | 0.6 | 0.8 |
| Hex | EA | AC | D3 | 0 | 1A | A | 8 | 142 | 3C | 50 |
| Octal | 352 | 254 | 323 | 0 | 32 | 12 | 10 | 502 | 74 | 120 |
| Binary | 11101010 | 10101100 | 11010011 | 0 | 11010 | 1010 | 1000 | 101000010 | 111100 | 1010000 |
Color Harmonies of #EAACD3
Complementary color
Monochromatic Colors of #EAACD3
Black with #EAACD3
Text Example
Text Example
White with #EAACD3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EAACD3; }
p { color: rgb(234,172,211); }
H1.HeaderClassName
{
color: #EAACD3;
}
.AnyTagClassName
{
color: #EAACD3;
}
</style>
background-color css
<style>
a { background-color: #EAACD3; }
a { background-color: rgb(234,172,211); }
div.DivClassName
{
background-color: #EAACD3;
}
.BgClassName
{
background-color: #EAACD3;
}
</style>
border-color css
<style>
span { border-color: #EAACD3; }
span { border-color: rgb(234,172,211); }
td.TdClassName
{
border-color: #EAACD3;
}
.TagClassName
{
border-color: #EAACD3;
}
</style>