Shades of Lavender Pink #EEAACB
Tints of Lavender Pink #EEAACB
RGB
CMYK
RGB Variations
Color information
#EEAACB (or 0xEEAACB) is known color: Lavender Pink. HEX triplet: EE, AA and CB. RGB value is (238,170,203). Sum of RGB (Red+Green+Blue) = 238+170+203=611 (80% of max value = 765). Red value is 238 (93.36% from 255 or 38.95% from 611); Green value is 170 (66.80% from 255 or 27.82% from 611); Blue value is 203 (79.69% from 255 or 33.22% from 611); Max value from RGB is 238 - color contains mainly: red. Hex color #EEAACB is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #EEAACB is #115534. Grayscale: #C2C2C2. Windows color (decimal): -1135925 or 13347566. OLE color: 13347566.
HSL color Cylindrical-coordinate representation of color #EEAACB: hue angle of 330.88º 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 #EEAACB is Cyan = 0, Magento = 0.29, Yellow = 0.15 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 238 | 170 | 203 | - |
| CMYK | 0 | 0.29 | 0.15 | 0.07 |
| HSL | 330.88º | 0.67% | 0.8% | - |
| HSV(B) | 330.88º | 0.29% | 0.93% | - |
| XYZ | 60.41 | 51.24 | 63.21 | - |
| YUV | 194.09 | 133.03 | 159.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 238 | 170 | 203 | 0 | 0.29 | 0.15 | 0.07 | 330.88 | 0.67 | 0.8 |
| Hex | EE | AA | CB | 0 | 1D | F | 7 | 14B | 43 | 50 |
| Octal | 356 | 252 | 313 | 0 | 35 | 17 | 7 | 513 | 103 | 120 |
| Binary | 11101110 | 10101010 | 11001011 | 0 | 11101 | 1111 | 111 | 101001011 | 1000011 | 1010000 |
Color Harmonies of #EEAACB
Complementary color
Monochromatic Colors of #EEAACB
Black with #EEAACB
Text Example
Text Example
White with #EEAACB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EEAACB; }
p { color: rgb(238,170,203); }
H1.HeaderClassName
{
color: #EEAACB;
}
.AnyTagClassName
{
color: #EEAACB;
}
</style>
background-color css
<style>
a { background-color: #EEAACB; }
a { background-color: rgb(238,170,203); }
div.DivClassName
{
background-color: #EEAACB;
}
.BgClassName
{
background-color: #EEAACB;
}
</style>
border-color css
<style>
span { border-color: #EEAACB; }
span { border-color: rgb(238,170,203); }
td.TdClassName
{
border-color: #EEAACB;
}
.TagClassName
{
border-color: #EEAACB;
}
</style>