Shades of Lavender Pink #EAA5CE
Tints of Lavender Pink #EAA5CE
RGB
CMYK
RGB Variations
Color information
#EAA5CE (or 0xEAA5CE) is known color: Lavender Pink. HEX triplet: EA, A5 and CE. RGB value is (234,165,206). Sum of RGB (Red+Green+Blue) = 234+165+206=605 (80% of max value = 765). Red value is 234 (91.80% from 255 or 38.68% from 605); Green value is 165 (64.84% from 255 or 27.27% from 605); Blue value is 206 (80.86% from 255 or 34.05% from 605); Max value from RGB is 234 - color contains mainly: red. Hex color #EAA5CE is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #EAA5CE is #155A31. Grayscale: #BEBEBE. Windows color (decimal): -1399346 or 13542890. OLE color: 13542890.
HSL color Cylindrical-coordinate representation of color #EAA5CE: hue angle of 324.35º degrees, saturation: 0.62, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #EAA5CE is Cyan = 0, Magento = 0.29, Yellow = 0.12 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 234 | 165 | 206 | - |
| CMYK | 0 | 0.29 | 0.12 | 0.08 |
| HSL | 324.35º | 0.62% | 0.78% | - |
| HSV(B) | 324.35º | 0.29% | 0.92% | - |
| XYZ | 58.53 | 48.86 | 64.74 | - |
| YUV | 190.31 | 136.86 | 159.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 234 | 165 | 206 | 0 | 0.29 | 0.12 | 0.08 | 324.35 | 0.62 | 0.78 |
| Hex | EA | A5 | CE | 0 | 1D | C | 8 | 144 | 3E | 4E |
| Octal | 352 | 245 | 316 | 0 | 35 | 14 | 10 | 504 | 76 | 116 |
| Binary | 11101010 | 10100101 | 11001110 | 0 | 11101 | 1100 | 1000 | 101000100 | 111110 | 1001110 |
Color Harmonies of #EAA5CE
Complementary color
Monochromatic Colors of #EAA5CE
Black with #EAA5CE
Text Example
Text Example
White with #EAA5CE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EAA5CE; }
p { color: rgb(234,165,206); }
H1.HeaderClassName
{
color: #EAA5CE;
}
.AnyTagClassName
{
color: #EAA5CE;
}
</style>
background-color css
<style>
a { background-color: #EAA5CE; }
a { background-color: rgb(234,165,206); }
div.DivClassName
{
background-color: #EAA5CE;
}
.BgClassName
{
background-color: #EAA5CE;
}
</style>
border-color css
<style>
span { border-color: #EAA5CE; }
span { border-color: rgb(234,165,206); }
td.TdClassName
{
border-color: #EAA5CE;
}
.TagClassName
{
border-color: #EAA5CE;
}
</style>