Shades of Lavender Pink #EEA4D1
Tints of Lavender Pink #EEA4D1
RGB
CMYK
RGB Variations
Color information
#EEA4D1 (or 0xEEA4D1) is known color: Lavender Pink. HEX triplet: EE, A4 and D1. RGB value is (238,164,209). Sum of RGB (Red+Green+Blue) = 238+164+209=611 (80% of max value = 765). Red value is 238 (93.36% from 255 or 38.95% from 611); Green value is 164 (64.45% from 255 or 26.84% from 611); Blue value is 209 (82.03% from 255 or 34.21% from 611); Max value from RGB is 238 - color contains mainly: red. Hex color #EEA4D1 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #EEA4D1 is #115B2E. Grayscale: #BFBFBF. Windows color (decimal): -1137455 or 13739246. OLE color: 13739246.
HSL color Cylindrical-coordinate representation of color #EEA4D1: hue angle of 323.51º degrees, saturation: 0.69, 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 #EEA4D1 is Cyan = 0, Magento = 0.31, Yellow = 0.12 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 238 | 164 | 209 | - |
| CMYK | 0 | 0.31 | 0.12 | 0.07 |
| HSL | 323.51º | 0.69% | 0.79% | - |
| HSV(B) | 323.51º | 0.31% | 0.93% | - |
| XYZ | 60.04 | 49.33 | 66.68 | - |
| YUV | 191.26 | 138.02 | 161.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 238 | 164 | 209 | 0 | 0.31 | 0.12 | 0.07 | 323.51 | 0.69 | 0.79 |
| Hex | EE | A4 | D1 | 0 | 1F | C | 7 | 144 | 45 | 4F |
| Octal | 356 | 244 | 321 | 0 | 37 | 14 | 7 | 504 | 105 | 117 |
| Binary | 11101110 | 10100100 | 11010001 | 0 | 11111 | 1100 | 111 | 101000100 | 1000101 | 1001111 |
Color Harmonies of #EEA4D1
Complementary color
Monochromatic Colors of #EEA4D1
Black with #EEA4D1
Text Example
Text Example
White with #EEA4D1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EEA4D1; }
p { color: rgb(238,164,209); }
H1.HeaderClassName
{
color: #EEA4D1;
}
.AnyTagClassName
{
color: #EEA4D1;
}
</style>
background-color css
<style>
a { background-color: #EEA4D1; }
a { background-color: rgb(238,164,209); }
div.DivClassName
{
background-color: #EEA4D1;
}
.BgClassName
{
background-color: #EEA4D1;
}
</style>
border-color css
<style>
span { border-color: #EEA4D1; }
span { border-color: rgb(238,164,209); }
td.TdClassName
{
border-color: #EEA4D1;
}
.TagClassName
{
border-color: #EEA4D1;
}
</style>