Shades of Lavender Pink #EEA9CB
Tints of Lavender Pink #EEA9CB
RGB
CMYK
RGB Variations
Color information
#EEA9CB (or 0xEEA9CB) is known color: Lavender Pink. HEX triplet: EE, A9 and CB. RGB value is (238,169,203). Sum of RGB (Red+Green+Blue) = 238+169+203=610 (80% of max value = 765). Red value is 238 (93.36% from 255 or 39.02% from 610); Green value is 169 (66.41% from 255 or 27.70% from 610); Blue value is 203 (79.69% from 255 or 33.28% from 610); Max value from RGB is 238 - color contains mainly: red. Hex color #EEA9CB is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #EEA9CB is #115634. Grayscale: #C1C1C1. Windows color (decimal): -1136181 or 13347310. OLE color: 13347310.
HSL color Cylindrical-coordinate representation of color #EEA9CB: hue angle of 330.43º 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 #EEA9CB is Cyan = 0, Magento = 0.29, Yellow = 0.15 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 238 | 169 | 203 | - |
| CMYK | 0 | 0.29 | 0.15 | 0.07 |
| HSL | 330.43º | 0.67% | 0.8% | - |
| HSV(B) | 330.43º | 0.29% | 0.93% | - |
| XYZ | 60.23 | 50.86 | 63.14 | - |
| YUV | 193.51 | 133.36 | 159.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 238 | 169 | 203 | 0 | 0.29 | 0.15 | 0.07 | 330.43 | 0.67 | 0.8 |
| Hex | EE | A9 | CB | 0 | 1D | F | 7 | 14A | 43 | 50 |
| Octal | 356 | 251 | 313 | 0 | 35 | 17 | 7 | 512 | 103 | 120 |
| Binary | 11101110 | 10101001 | 11001011 | 0 | 11101 | 1111 | 111 | 101001010 | 1000011 | 1010000 |
Color Harmonies of #EEA9CB
Complementary color
Monochromatic Colors of #EEA9CB
Black with #EEA9CB
Text Example
Text Example
White with #EEA9CB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EEA9CB; }
p { color: rgb(238,169,203); }
H1.HeaderClassName
{
color: #EEA9CB;
}
.AnyTagClassName
{
color: #EEA9CB;
}
</style>
background-color css
<style>
a { background-color: #EEA9CB; }
a { background-color: rgb(238,169,203); }
div.DivClassName
{
background-color: #EEA9CB;
}
.BgClassName
{
background-color: #EEA9CB;
}
</style>
border-color css
<style>
span { border-color: #EEA9CB; }
span { border-color: rgb(238,169,203); }
td.TdClassName
{
border-color: #EEA9CB;
}
.TagClassName
{
border-color: #EEA9CB;
}
</style>