Shades of Lavender Pink #EEA5CF
Tints of Lavender Pink #EEA5CF
RGB
CMYK
RGB Variations
Color information
#EEA5CF (or 0xEEA5CF) is known color: Lavender Pink. HEX triplet: EE, A5 and CF. RGB value is (238,165,207). Sum of RGB (Red+Green+Blue) = 238+165+207=610 (80% of max value = 765). Red value is 238 (93.36% from 255 or 39.02% from 610); Green value is 165 (64.84% from 255 or 27.05% from 610); Blue value is 207 (81.25% from 255 or 33.93% from 610); Max value from RGB is 238 - color contains mainly: red. Hex color #EEA5CF is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #EEA5CF is #115A30. Grayscale: #BFBFBF. Windows color (decimal): -1137201 or 13608430. OLE color: 13608430.
HSL color Cylindrical-coordinate representation of color #EEA5CF: hue angle of 325.48º degrees, saturation: 0.68, lightness: 0.79%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #EEA5CF is Cyan = 0, Magento = 0.31, Yellow = 0.13 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 238 | 165 | 207 | - |
| CMYK | 0 | 0.31 | 0.13 | 0.07 |
| HSL | 325.48º | 0.68% | 0.79% | - |
| HSV(B) | 325.48º | 0.31% | 0.93% | - |
| XYZ | 59.98 | 49.59 | 65.44 | - |
| YUV | 191.62 | 136.68 | 161.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 238 | 165 | 207 | 0 | 0.31 | 0.13 | 0.07 | 325.48 | 0.68 | 0.79 |
| Hex | EE | A5 | CF | 0 | 1F | D | 7 | 145 | 44 | 4F |
| Octal | 356 | 245 | 317 | 0 | 37 | 15 | 7 | 505 | 104 | 117 |
| Binary | 11101110 | 10100101 | 11001111 | 0 | 11111 | 1101 | 111 | 101000101 | 1000100 | 1001111 |
Color Harmonies of #EEA5CF
Complementary color
Monochromatic Colors of #EEA5CF
Black with #EEA5CF
Text Example
Text Example
White with #EEA5CF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EEA5CF; }
p { color: rgb(238,165,207); }
H1.HeaderClassName
{
color: #EEA5CF;
}
.AnyTagClassName
{
color: #EEA5CF;
}
</style>
background-color css
<style>
a { background-color: #EEA5CF; }
a { background-color: rgb(238,165,207); }
div.DivClassName
{
background-color: #EEA5CF;
}
.BgClassName
{
background-color: #EEA5CF;
}
</style>
border-color css
<style>
span { border-color: #EEA5CF; }
span { border-color: rgb(238,165,207); }
td.TdClassName
{
border-color: #EEA5CF;
}
.TagClassName
{
border-color: #EEA5CF;
}
</style>