Shades of Lavender Pink #EAA3D0
Tints of Lavender Pink #EAA3D0
RGB
CMYK
RGB Variations
Color information
#EAA3D0 (or 0xEAA3D0) is known color: Lavender Pink. HEX triplet: EA, A3 and D0. RGB value is (234,163,208). Sum of RGB (Red+Green+Blue) = 234+163+208=605 (80% of max value = 765). Red value is 234 (91.80% from 255 or 38.68% from 605); Green value is 163 (64.06% from 255 or 26.94% from 605); Blue value is 208 (81.64% from 255 or 34.38% from 605); Max value from RGB is 234 - color contains mainly: red. Hex color #EAA3D0 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #EAA3D0 is #155C2F. Grayscale: #BDBDBD. Windows color (decimal): -1399856 or 13673450. OLE color: 13673450.
HSL color Cylindrical-coordinate representation of color #EAA3D0: hue angle of 321.97º degrees, saturation: 0.63, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #EAA3D0 is Cyan = 0, Magento = 0.30, Yellow = 0.11 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 234 | 163 | 208 | - |
| CMYK | 0 | 0.30 | 0.11 | 0.08 |
| HSL | 321.97º | 0.63% | 0.78% | - |
| HSV(B) | 321.97º | 0.3% | 0.92% | - |
| XYZ | 58.41 | 48.24 | 65.91 | - |
| YUV | 189.36 | 138.52 | 159.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 234 | 163 | 208 | 0 | 0.30 | 0.11 | 0.08 | 321.97 | 0.63 | 0.78 |
| Hex | EA | A3 | D0 | 0 | 1E | B | 8 | 142 | 3F | 4E |
| Octal | 352 | 243 | 320 | 0 | 36 | 13 | 10 | 502 | 77 | 116 |
| Binary | 11101010 | 10100011 | 11010000 | 0 | 11110 | 1011 | 1000 | 101000010 | 111111 | 1001110 |
Color Harmonies of #EAA3D0
Complementary color
Monochromatic Colors of #EAA3D0
Black with #EAA3D0
Text Example
Text Example
White with #EAA3D0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EAA3D0; }
p { color: rgb(234,163,208); }
H1.HeaderClassName
{
color: #EAA3D0;
}
.AnyTagClassName
{
color: #EAA3D0;
}
</style>
background-color css
<style>
a { background-color: #EAA3D0; }
a { background-color: rgb(234,163,208); }
div.DivClassName
{
background-color: #EAA3D0;
}
.BgClassName
{
background-color: #EAA3D0;
}
</style>
border-color css
<style>
span { border-color: #EAA3D0; }
span { border-color: rgb(234,163,208); }
td.TdClassName
{
border-color: #EAA3D0;
}
.TagClassName
{
border-color: #EAA3D0;
}
</style>