Shades of Lavender Pink #EEA4D3
Tints of Lavender Pink #EEA4D3
RGB
CMYK
RGB Variations
Color information
#EEA4D3 (or 0xEEA4D3) is known color: Lavender Pink. HEX triplet: EE, A4 and D3. RGB value is (238,164,211). Sum of RGB (Red+Green+Blue) = 238+164+211=613 (81% of max value = 765). Red value is 238 (93.36% from 255 or 38.83% from 613); Green value is 164 (64.45% from 255 or 26.75% from 613); Blue value is 211 (82.81% from 255 or 34.42% from 613); Max value from RGB is 238 - color contains mainly: red. Hex color #EEA4D3 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #EEA4D3 is #115B2C. Grayscale: #BFBFBF. Windows color (decimal): -1137453 or 13870318. OLE color: 13870318.
HSL color Cylindrical-coordinate representation of color #EEA4D3: hue angle of 321.89º 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 #EEA4D3 is Cyan = 0, Magento = 0.31, Yellow = 0.11 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 238 | 164 | 211 | - |
| CMYK | 0 | 0.31 | 0.11 | 0.07 |
| HSL | 321.89º | 0.69% | 0.79% | - |
| HSV(B) | 321.89º | 0.31% | 0.93% | - |
| XYZ | 60.29 | 49.43 | 67.99 | - |
| YUV | 191.48 | 139.02 | 161.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 238 | 164 | 211 | 0 | 0.31 | 0.11 | 0.07 | 321.89 | 0.69 | 0.79 |
| Hex | EE | A4 | D3 | 0 | 1F | B | 7 | 142 | 45 | 4F |
| Octal | 356 | 244 | 323 | 0 | 37 | 13 | 7 | 502 | 105 | 117 |
| Binary | 11101110 | 10100100 | 11010011 | 0 | 11111 | 1011 | 111 | 101000010 | 1000101 | 1001111 |
Color Harmonies of #EEA4D3
Complementary color
Monochromatic Colors of #EEA4D3
Black with #EEA4D3
Text Example
Text Example
White with #EEA4D3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EEA4D3; }
p { color: rgb(238,164,211); }
H1.HeaderClassName
{
color: #EEA4D3;
}
.AnyTagClassName
{
color: #EEA4D3;
}
</style>
background-color css
<style>
a { background-color: #EEA4D3; }
a { background-color: rgb(238,164,211); }
div.DivClassName
{
background-color: #EEA4D3;
}
.BgClassName
{
background-color: #EEA4D3;
}
</style>
border-color css
<style>
span { border-color: #EEA4D3; }
span { border-color: rgb(238,164,211); }
td.TdClassName
{
border-color: #EEA4D3;
}
.TagClassName
{
border-color: #EEA4D3;
}
</style>