Shades of Lavender Pink #EEABCB
Tints of Lavender Pink #EEABCB
RGB
CMYK
RGB Variations
Color information
#EEABCB (or 0xEEABCB) is known color: Lavender Pink. HEX triplet: EE, AB and CB. RGB value is (238,171,203). Sum of RGB (Red+Green+Blue) = 238+171+203=612 (81% of max value = 765). Red value is 238 (93.36% from 255 or 38.89% from 612); Green value is 171 (67.19% from 255 or 27.94% from 612); Blue value is 203 (79.69% from 255 or 33.17% from 612); Max value from RGB is 238 - color contains mainly: red. Hex color #EEABCB is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #EEABCB is #115434. Grayscale: #C2C2C2. Windows color (decimal): -1135669 or 13347822. OLE color: 13347822.
HSL color Cylindrical-coordinate representation of color #EEABCB: hue angle of 331.34º degrees, saturation: 0.66, lightness: 0.8%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #EEABCB is Cyan = 0, Magento = 0.28, Yellow = 0.15 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 238 | 171 | 203 | - |
| CMYK | 0 | 0.28 | 0.15 | 0.07 |
| HSL | 331.34º | 0.66% | 0.8% | - |
| HSV(B) | 331.34º | 0.28% | 0.93% | - |
| XYZ | 60.6 | 51.61 | 63.27 | - |
| YUV | 194.68 | 132.7 | 158.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 238 | 171 | 203 | 0 | 0.28 | 0.15 | 0.07 | 331.34 | 0.66 | 0.8 |
| Hex | EE | AB | CB | 0 | 1C | F | 7 | 14B | 42 | 50 |
| Octal | 356 | 253 | 313 | 0 | 34 | 17 | 7 | 513 | 102 | 120 |
| Binary | 11101110 | 10101011 | 11001011 | 0 | 11100 | 1111 | 111 | 101001011 | 1000010 | 1010000 |
Color Harmonies of #EEABCB
Complementary color
Monochromatic Colors of #EEABCB
Black with #EEABCB
Text Example
Text Example
White with #EEABCB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EEABCB; }
p { color: rgb(238,171,203); }
H1.HeaderClassName
{
color: #EEABCB;
}
.AnyTagClassName
{
color: #EEABCB;
}
</style>
background-color css
<style>
a { background-color: #EEABCB; }
a { background-color: rgb(238,171,203); }
div.DivClassName
{
background-color: #EEABCB;
}
.BgClassName
{
background-color: #EEABCB;
}
</style>
border-color css
<style>
span { border-color: #EEABCB; }
span { border-color: rgb(238,171,203); }
td.TdClassName
{
border-color: #EEABCB;
}
.TagClassName
{
border-color: #EEABCB;
}
</style>