Shades of Lavender Pink #EAA4CF
Tints of Lavender Pink #EAA4CF
RGB
CMYK
RGB Variations
Color information
#EAA4CF (or 0xEAA4CF) is known color: Lavender Pink. HEX triplet: EA, A4 and CF. RGB value is (234,164,207). Sum of RGB (Red+Green+Blue) = 234+164+207=605 (80% of max value = 765). Red value is 234 (91.80% from 255 or 38.68% from 605); Green value is 164 (64.45% from 255 or 27.11% from 605); Blue value is 207 (81.25% from 255 or 34.21% from 605); Max value from RGB is 234 - color contains mainly: red. Hex color #EAA4CF is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #EAA4CF is #155B30. Grayscale: #BDBDBD. Windows color (decimal): -1399601 or 13608170. OLE color: 13608170.
HSL color Cylindrical-coordinate representation of color #EAA4CF: hue angle of 323.14º degrees, saturation: 0.62, 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 #EAA4CF is Cyan = 0, Magento = 0.30, Yellow = 0.12 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 234 | 164 | 207 | - |
| CMYK | 0 | 0.30 | 0.12 | 0.08 |
| HSL | 323.14º | 0.63% | 0.78% | - |
| HSV(B) | 323.14º | 0.3% | 0.92% | - |
| XYZ | 58.47 | 48.55 | 65.32 | - |
| YUV | 189.83 | 137.69 | 159.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 234 | 164 | 207 | 0 | 0.30 | 0.12 | 0.08 | 323.14 | 0.63 | 0.78 |
| Hex | EA | A4 | CF | 0 | 1E | C | 8 | 143 | 3E | 4E |
| Octal | 352 | 244 | 317 | 0 | 36 | 14 | 10 | 503 | 76 | 116 |
| Binary | 11101010 | 10100100 | 11001111 | 0 | 11110 | 1100 | 1000 | 101000011 | 111110 | 1001110 |
Color Harmonies of #EAA4CF
Complementary color
Monochromatic Colors of #EAA4CF
Black with #EAA4CF
Text Example
Text Example
White with #EAA4CF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EAA4CF; }
p { color: rgb(234,164,207); }
H1.HeaderClassName
{
color: #EAA4CF;
}
.AnyTagClassName
{
color: #EAA4CF;
}
</style>
background-color css
<style>
a { background-color: #EAA4CF; }
a { background-color: rgb(234,164,207); }
div.DivClassName
{
background-color: #EAA4CF;
}
.BgClassName
{
background-color: #EAA4CF;
}
</style>
border-color css
<style>
span { border-color: #EAA4CF; }
span { border-color: rgb(234,164,207); }
td.TdClassName
{
border-color: #EAA4CF;
}
.TagClassName
{
border-color: #EAA4CF;
}
</style>