Shades of Lavender Pink #EEA9CA
Tints of Lavender Pink #EEA9CA
RGB
CMYK
RGB Variations
Color information
#EEA9CA (or 0xEEA9CA) is known color: Lavender Pink. HEX triplet: EE, A9 and CA. RGB value is (238,169,202). Sum of RGB (Red+Green+Blue) = 238+169+202=609 (80% of max value = 765). Red value is 238 (93.36% from 255 or 39.08% from 609); Green value is 169 (66.41% from 255 or 27.75% from 609); Blue value is 202 (79.30% from 255 or 33.17% from 609); Max value from RGB is 238 - color contains mainly: red. Hex color #EEA9CA is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #EEA9CA is #115635. Grayscale: #C1C1C1. Windows color (decimal): -1136182 or 13281774. OLE color: 13281774.
HSL color Cylindrical-coordinate representation of color #EEA9CA: hue angle of 331.3º 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 #EEA9CA is Cyan = 0, Magento = 0.29, Yellow = 0.15 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 238 | 169 | 202 | - |
| CMYK | 0 | 0.29 | 0.15 | 0.07 |
| HSL | 331.3º | 0.67% | 0.8% | - |
| HSV(B) | 331.3º | 0.29% | 0.93% | - |
| XYZ | 60.11 | 50.82 | 62.52 | - |
| YUV | 193.39 | 132.86 | 159.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 238 | 169 | 202 | 0 | 0.29 | 0.15 | 0.07 | 331.3 | 0.67 | 0.8 |
| Hex | EE | A9 | CA | 0 | 1D | F | 7 | 14B | 43 | 50 |
| Octal | 356 | 251 | 312 | 0 | 35 | 17 | 7 | 513 | 103 | 120 |
| Binary | 11101110 | 10101001 | 11001010 | 0 | 11101 | 1111 | 111 | 101001011 | 1000011 | 1010000 |
Color Harmonies of #EEA9CA
Complementary color
Monochromatic Colors of #EEA9CA
Black with #EEA9CA
Text Example
Text Example
White with #EEA9CA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EEA9CA; }
p { color: rgb(238,169,202); }
H1.HeaderClassName
{
color: #EEA9CA;
}
.AnyTagClassName
{
color: #EEA9CA;
}
</style>
background-color css
<style>
a { background-color: #EEA9CA; }
a { background-color: rgb(238,169,202); }
div.DivClassName
{
background-color: #EEA9CA;
}
.BgClassName
{
background-color: #EEA9CA;
}
</style>
border-color css
<style>
span { border-color: #EEA9CA; }
span { border-color: rgb(238,169,202); }
td.TdClassName
{
border-color: #EEA9CA;
}
.TagClassName
{
border-color: #EEA9CA;
}
</style>