Shades of Lavender Pink #EEB0D3
Tints of Lavender Pink #EEB0D3
RGB
CMYK
RGB Variations
Color information
#EEB0D3 (or 0xEEB0D3) is known color: Lavender Pink. HEX triplet: EE, B0 and D3. RGB value is (238,176,211). Sum of RGB (Red+Green+Blue) = 238+176+211=625 (82% of max value = 765). Red value is 238 (93.36% from 255 or 38.08% from 625); Green value is 176 (69.14% from 255 or 28.16% from 625); Blue value is 211 (82.81% from 255 or 33.76% from 625); Max value from RGB is 238 - color contains mainly: red. Hex color #EEB0D3 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #EEB0D3 is #114F2C. Grayscale: #C6C6C6. Windows color (decimal): -1134381 or 13873390. OLE color: 13873390.
HSL color Cylindrical-coordinate representation of color #EEB0D3: hue angle of 326.13º degrees, saturation: 0.65, lightness: 0.81%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #EEB0D3 is Cyan = 0, Magento = 0.26, Yellow = 0.11 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 238 | 176 | 211 | - |
| CMYK | 0 | 0.26 | 0.11 | 0.07 |
| HSL | 326.13º | 0.65% | 0.81% | - |
| HSV(B) | 326.13º | 0.26% | 0.93% | - |
| XYZ | 62.54 | 53.93 | 68.74 | - |
| YUV | 198.53 | 135.04 | 156.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 238 | 176 | 211 | 0 | 0.26 | 0.11 | 0.07 | 326.13 | 0.65 | 0.81 |
| Hex | EE | B0 | D3 | 0 | 1A | B | 7 | 146 | 41 | 51 |
| Octal | 356 | 260 | 323 | 0 | 32 | 13 | 7 | 506 | 101 | 121 |
| Binary | 11101110 | 10110000 | 11010011 | 0 | 11010 | 1011 | 111 | 101000110 | 1000001 | 1010001 |
Color Harmonies of #EEB0D3
Complementary color
Monochromatic Colors of #EEB0D3
Black with #EEB0D3
Text Example
Text Example
White with #EEB0D3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EEB0D3; }
p { color: rgb(238,176,211); }
H1.HeaderClassName
{
color: #EEB0D3;
}
.AnyTagClassName
{
color: #EEB0D3;
}
</style>
background-color css
<style>
a { background-color: #EEB0D3; }
a { background-color: rgb(238,176,211); }
div.DivClassName
{
background-color: #EEB0D3;
}
.BgClassName
{
background-color: #EEB0D3;
}
</style>
border-color css
<style>
span { border-color: #EEB0D3; }
span { border-color: rgb(238,176,211); }
td.TdClassName
{
border-color: #EEB0D3;
}
.TagClassName
{
border-color: #EEB0D3;
}
</style>