Shades of Lavender Pink #EEA9CC
Tints of Lavender Pink #EEA9CC
RGB
CMYK
RGB Variations
Color information
#EEA9CC (or 0xEEA9CC) is known color: Lavender Pink. HEX triplet: EE, A9 and CC. RGB value is (238,169,204). Sum of RGB (Red+Green+Blue) = 238+169+204=611 (80% of max value = 765). Red value is 238 (93.36% from 255 or 38.95% from 611); Green value is 169 (66.41% from 255 or 27.66% from 611); Blue value is 204 (80.08% from 255 or 33.39% from 611); Max value from RGB is 238 - color contains mainly: red. Hex color #EEA9CC is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #EEA9CC is #115633. Grayscale: #C1C1C1. Windows color (decimal): -1136180 or 13412846. OLE color: 13412846.
HSL color Cylindrical-coordinate representation of color #EEA9CC: hue angle of 329.57º degrees, saturation: 0.67, lightness: 0.8%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #EEA9CC is Cyan = 0, Magento = 0.29, Yellow = 0.14 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 238 | 169 | 204 | - |
| CMYK | 0 | 0.29 | 0.14 | 0.07 |
| HSL | 329.57º | 0.67% | 0.8% | - |
| HSV(B) | 329.57º | 0.29% | 0.93% | - |
| XYZ | 60.35 | 50.91 | 63.77 | - |
| YUV | 193.62 | 133.86 | 159.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 238 | 169 | 204 | 0 | 0.29 | 0.14 | 0.07 | 329.57 | 0.67 | 0.8 |
| Hex | EE | A9 | CC | 0 | 1D | E | 7 | 14A | 43 | 50 |
| Octal | 356 | 251 | 314 | 0 | 35 | 16 | 7 | 512 | 103 | 120 |
| Binary | 11101110 | 10101001 | 11001100 | 0 | 11101 | 1110 | 111 | 101001010 | 1000011 | 1010000 |
Color Harmonies of #EEA9CC
Complementary color
Monochromatic Colors of #EEA9CC
Black with #EEA9CC
Text Example
Text Example
White with #EEA9CC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EEA9CC; }
p { color: rgb(238,169,204); }
H1.HeaderClassName
{
color: #EEA9CC;
}
.AnyTagClassName
{
color: #EEA9CC;
}
</style>
background-color css
<style>
a { background-color: #EEA9CC; }
a { background-color: rgb(238,169,204); }
div.DivClassName
{
background-color: #EEA9CC;
}
.BgClassName
{
background-color: #EEA9CC;
}
</style>
border-color css
<style>
span { border-color: #EEA9CC; }
span { border-color: rgb(238,169,204); }
td.TdClassName
{
border-color: #EEA9CC;
}
.TagClassName
{
border-color: #EEA9CC;
}
</style>