Shades of Lavender Pink #EEA6CC
Tints of Lavender Pink #EEA6CC
RGB
CMYK
RGB Variations
Color information
#EEA6CC (or 0xEEA6CC) is known color: Lavender Pink. HEX triplet: EE, A6 and CC. RGB value is (238,166,204). Sum of RGB (Red+Green+Blue) = 238+166+204=608 (80% of max value = 765). Red value is 238 (93.36% from 255 or 39.14% from 608); Green value is 166 (65.23% from 255 or 27.30% from 608); Blue value is 204 (80.08% from 255 or 33.55% from 608); Max value from RGB is 238 - color contains mainly: red. Hex color #EEA6CC is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #EEA6CC is #115933. Grayscale: #BFBFBF. Windows color (decimal): -1136948 or 13412078. OLE color: 13412078.
HSL color Cylindrical-coordinate representation of color #EEA6CC: hue angle of 328.33º 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 #EEA6CC is Cyan = 0, Magento = 0.30, Yellow = 0.14 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 238 | 166 | 204 | - |
| CMYK | 0 | 0.30 | 0.14 | 0.07 |
| HSL | 328.33º | 0.68% | 0.79% | - |
| HSV(B) | 328.33º | 0.3% | 0.93% | - |
| XYZ | 59.8 | 49.81 | 63.59 | - |
| YUV | 191.86 | 134.85 | 160.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 238 | 166 | 204 | 0 | 0.30 | 0.14 | 0.07 | 328.33 | 0.68 | 0.79 |
| Hex | EE | A6 | CC | 0 | 1E | E | 7 | 148 | 44 | 4F |
| Octal | 356 | 246 | 314 | 0 | 36 | 16 | 7 | 510 | 104 | 117 |
| Binary | 11101110 | 10100110 | 11001100 | 0 | 11110 | 1110 | 111 | 101001000 | 1000100 | 1001111 |
Color Harmonies of #EEA6CC
Complementary color
Monochromatic Colors of #EEA6CC
Black with #EEA6CC
Text Example
Text Example
White with #EEA6CC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EEA6CC; }
p { color: rgb(238,166,204); }
H1.HeaderClassName
{
color: #EEA6CC;
}
.AnyTagClassName
{
color: #EEA6CC;
}
</style>
background-color css
<style>
a { background-color: #EEA6CC; }
a { background-color: rgb(238,166,204); }
div.DivClassName
{
background-color: #EEA6CC;
}
.BgClassName
{
background-color: #EEA6CC;
}
</style>
border-color css
<style>
span { border-color: #EEA6CC; }
span { border-color: rgb(238,166,204); }
td.TdClassName
{
border-color: #EEA6CC;
}
.TagClassName
{
border-color: #EEA6CC;
}
</style>