Shades of Lavender Pink #EAA6CF
Tints of Lavender Pink #EAA6CF
RGB
CMYK
RGB Variations
Color information
#EAA6CF (or 0xEAA6CF) is known color: Lavender Pink. HEX triplet: EA, A6 and CF. RGB value is (234,166,207). Sum of RGB (Red+Green+Blue) = 234+166+207=607 (80% of max value = 765). Red value is 234 (91.80% from 255 or 38.55% from 607); Green value is 166 (65.23% from 255 or 27.35% from 607); Blue value is 207 (81.25% from 255 or 34.10% from 607); Max value from RGB is 234 - color contains mainly: red. Hex color #EAA6CF is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #EAA6CF is #155930. Grayscale: #BEBEBE. Windows color (decimal): -1399089 or 13608682. OLE color: 13608682.
HSL color Cylindrical-coordinate representation of color #EAA6CF: hue angle of 323.82º 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 #EAA6CF is Cyan = 0, Magento = 0.29, Yellow = 0.12 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 234 | 166 | 207 | - |
| CMYK | 0 | 0.29 | 0.12 | 0.08 |
| HSL | 323.82º | 0.62% | 0.78% | - |
| HSV(B) | 323.82º | 0.29% | 0.92% | - |
| XYZ | 58.83 | 49.27 | 65.44 | - |
| YUV | 191.01 | 137.03 | 158.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 234 | 166 | 207 | 0 | 0.29 | 0.12 | 0.08 | 323.82 | 0.62 | 0.78 |
| Hex | EA | A6 | CF | 0 | 1D | C | 8 | 144 | 3E | 4E |
| Octal | 352 | 246 | 317 | 0 | 35 | 14 | 10 | 504 | 76 | 116 |
| Binary | 11101010 | 10100110 | 11001111 | 0 | 11101 | 1100 | 1000 | 101000100 | 111110 | 1001110 |
Color Harmonies of #EAA6CF
Complementary color
Monochromatic Colors of #EAA6CF
Black with #EAA6CF
Text Example
Text Example
White with #EAA6CF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EAA6CF; }
p { color: rgb(234,166,207); }
H1.HeaderClassName
{
color: #EAA6CF;
}
.AnyTagClassName
{
color: #EAA6CF;
}
</style>
background-color css
<style>
a { background-color: #EAA6CF; }
a { background-color: rgb(234,166,207); }
div.DivClassName
{
background-color: #EAA6CF;
}
.BgClassName
{
background-color: #EAA6CF;
}
</style>
border-color css
<style>
span { border-color: #EAA6CF; }
span { border-color: rgb(234,166,207); }
td.TdClassName
{
border-color: #EAA6CF;
}
.TagClassName
{
border-color: #EAA6CF;
}
</style>