Shades of Lavender Pink #EEA7CF
Tints of Lavender Pink #EEA7CF
RGB
CMYK
RGB Variations
Color information
#EEA7CF (or 0xEEA7CF) is known color: Lavender Pink. HEX triplet: EE, A7 and CF. RGB value is (238,167,207). Sum of RGB (Red+Green+Blue) = 238+167+207=612 (81% of max value = 765). Red value is 238 (93.36% from 255 or 38.89% from 612); Green value is 167 (65.62% from 255 or 27.29% from 612); Blue value is 207 (81.25% from 255 or 33.82% from 612); Max value from RGB is 238 - color contains mainly: red. Hex color #EEA7CF is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #EEA7CF is #115830. Grayscale: #C0C0C0. Windows color (decimal): -1136689 or 13608942. OLE color: 13608942.
HSL color Cylindrical-coordinate representation of color #EEA7CF: hue angle of 326.2º degrees, saturation: 0.68, lightness: 0.79%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #EEA7CF is Cyan = 0, Magento = 0.30, Yellow = 0.13 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 238 | 167 | 207 | - |
| CMYK | 0 | 0.30 | 0.13 | 0.07 |
| HSL | 326.2º | 0.68% | 0.79% | - |
| HSV(B) | 326.2º | 0.3% | 0.93% | - |
| XYZ | 60.34 | 50.32 | 65.56 | - |
| YUV | 192.79 | 136.02 | 160.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 238 | 167 | 207 | 0 | 0.30 | 0.13 | 0.07 | 326.2 | 0.68 | 0.79 |
| Hex | EE | A7 | CF | 0 | 1E | D | 7 | 146 | 44 | 4F |
| Octal | 356 | 247 | 317 | 0 | 36 | 15 | 7 | 506 | 104 | 117 |
| Binary | 11101110 | 10100111 | 11001111 | 0 | 11110 | 1101 | 111 | 101000110 | 1000100 | 1001111 |
Color Harmonies of #EEA7CF
Complementary color
Monochromatic Colors of #EEA7CF
Black with #EEA7CF
Text Example
Text Example
White with #EEA7CF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EEA7CF; }
p { color: rgb(238,167,207); }
H1.HeaderClassName
{
color: #EEA7CF;
}
.AnyTagClassName
{
color: #EEA7CF;
}
</style>
background-color css
<style>
a { background-color: #EEA7CF; }
a { background-color: rgb(238,167,207); }
div.DivClassName
{
background-color: #EEA7CF;
}
.BgClassName
{
background-color: #EEA7CF;
}
</style>
border-color css
<style>
span { border-color: #EEA7CF; }
span { border-color: rgb(238,167,207); }
td.TdClassName
{
border-color: #EEA7CF;
}
.TagClassName
{
border-color: #EEA7CF;
}
</style>