Shades of Lavender Pink #EEA8D2
Tints of Lavender Pink #EEA8D2
RGB
CMYK
RGB Variations
Color information
#EEA8D2 (or 0xEEA8D2) is known color: Lavender Pink. HEX triplet: EE, A8 and D2. RGB value is (238,168,210). Sum of RGB (Red+Green+Blue) = 238+168+210=616 (81% of max value = 765). Red value is 238 (93.36% from 255 or 38.64% from 616); Green value is 168 (66.02% from 255 or 27.27% from 616); Blue value is 210 (82.42% from 255 or 34.09% from 616); Max value from RGB is 238 - color contains mainly: red. Hex color #EEA8D2 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #EEA8D2 is #11572D. Grayscale: #C1C1C1. Windows color (decimal): -1136430 or 13805806. OLE color: 13805806.
HSL color Cylindrical-coordinate representation of color #EEA8D2: hue angle of 324º 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 #EEA8D2 is Cyan = 0, Magento = 0.29, Yellow = 0.12 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 238 | 168 | 210 | - |
| CMYK | 0 | 0.29 | 0.12 | 0.07 |
| HSL | 324º | 0.67% | 0.8% | - |
| HSV(B) | 324º | 0.29% | 0.93% | - |
| XYZ | 60.9 | 50.84 | 67.58 | - |
| YUV | 193.72 | 137.19 | 159.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 238 | 168 | 210 | 0 | 0.29 | 0.12 | 0.07 | 324 | 0.67 | 0.8 |
| Hex | EE | A8 | D2 | 0 | 1D | C | 7 | 144 | 43 | 50 |
| Octal | 356 | 250 | 322 | 0 | 35 | 14 | 7 | 504 | 103 | 120 |
| Binary | 11101110 | 10101000 | 11010010 | 0 | 11101 | 1100 | 111 | 101000100 | 1000011 | 1010000 |
Color Harmonies of #EEA8D2
Complementary color
Monochromatic Colors of #EEA8D2
Black with #EEA8D2
Text Example
Text Example
White with #EEA8D2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EEA8D2; }
p { color: rgb(238,168,210); }
H1.HeaderClassName
{
color: #EEA8D2;
}
.AnyTagClassName
{
color: #EEA8D2;
}
</style>
background-color css
<style>
a { background-color: #EEA8D2; }
a { background-color: rgb(238,168,210); }
div.DivClassName
{
background-color: #EEA8D2;
}
.BgClassName
{
background-color: #EEA8D2;
}
</style>
border-color css
<style>
span { border-color: #EEA8D2; }
span { border-color: rgb(238,168,210); }
td.TdClassName
{
border-color: #EEA8D2;
}
.TagClassName
{
border-color: #EEA8D2;
}
</style>