Shades of Lavender Pink #EEA6CB
Tints of Lavender Pink #EEA6CB
RGB
CMYK
RGB Variations
Color information
#EEA6CB (or 0xEEA6CB) is known color: Lavender Pink. HEX triplet: EE, A6 and CB. RGB value is (238,166,203). Sum of RGB (Red+Green+Blue) = 238+166+203=607 (80% of max value = 765). Red value is 238 (93.36% from 255 or 39.21% from 607); Green value is 166 (65.23% from 255 or 27.35% from 607); Blue value is 203 (79.69% from 255 or 33.44% from 607); Max value from RGB is 238 - color contains mainly: red. Hex color #EEA6CB is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #EEA6CB is #115934. Grayscale: #BFBFBF. Windows color (decimal): -1136949 or 13346542. OLE color: 13346542.
HSL color Cylindrical-coordinate representation of color #EEA6CB: hue angle of 329.17º degrees, saturation: 0.68, lightness: 0.79%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #EEA6CB is Cyan = 0, Magento = 0.30, Yellow = 0.15 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 238 | 166 | 203 | - |
| CMYK | 0 | 0.30 | 0.15 | 0.07 |
| HSL | 329.17º | 0.68% | 0.79% | - |
| HSV(B) | 329.17º | 0.3% | 0.93% | - |
| XYZ | 59.68 | 49.76 | 62.96 | - |
| YUV | 191.75 | 134.35 | 160.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 238 | 166 | 203 | 0 | 0.30 | 0.15 | 0.07 | 329.17 | 0.68 | 0.79 |
| Hex | EE | A6 | CB | 0 | 1E | F | 7 | 149 | 44 | 4F |
| Octal | 356 | 246 | 313 | 0 | 36 | 17 | 7 | 511 | 104 | 117 |
| Binary | 11101110 | 10100110 | 11001011 | 0 | 11110 | 1111 | 111 | 101001001 | 1000100 | 1001111 |
Color Harmonies of #EEA6CB
Complementary color
Monochromatic Colors of #EEA6CB
Black with #EEA6CB
Text Example
Text Example
White with #EEA6CB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EEA6CB; }
p { color: rgb(238,166,203); }
H1.HeaderClassName
{
color: #EEA6CB;
}
.AnyTagClassName
{
color: #EEA6CB;
}
</style>
background-color css
<style>
a { background-color: #EEA6CB; }
a { background-color: rgb(238,166,203); }
div.DivClassName
{
background-color: #EEA6CB;
}
.BgClassName
{
background-color: #EEA6CB;
}
</style>
border-color css
<style>
span { border-color: #EEA6CB; }
span { border-color: rgb(238,166,203); }
td.TdClassName
{
border-color: #EEA6CB;
}
.TagClassName
{
border-color: #EEA6CB;
}
</style>