Shades of Lavender Pink #EEB0D5
Tints of Lavender Pink #EEB0D5
RGB
CMYK
RGB Variations
Color information
#EEB0D5 (or 0xEEB0D5) is known color: Lavender Pink. HEX triplet: EE, B0 and D5. RGB value is (238,176,213). Sum of RGB (Red+Green+Blue) = 238+176+213=627 (83% of max value = 765). Red value is 238 (93.36% from 255 or 37.96% from 627); Green value is 176 (69.14% from 255 or 28.07% from 627); Blue value is 213 (83.59% from 255 or 33.97% from 627); Max value from RGB is 238 - color contains mainly: red. Hex color #EEB0D5 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #EEB0D5 is #114F2A. Grayscale: #C6C6C6. Windows color (decimal): -1134379 or 14004462. OLE color: 14004462.
HSL color Cylindrical-coordinate representation of color #EEB0D5: hue angle of 324.19º 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 #EEB0D5 is Cyan = 0, Magento = 0.26, Yellow = 0.11 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 238 | 176 | 213 | - |
| CMYK | 0 | 0.26 | 0.11 | 0.07 |
| HSL | 324.19º | 0.65% | 0.81% | - |
| HSV(B) | 324.19º | 0.26% | 0.93% | - |
| XYZ | 62.8 | 54.03 | 70.07 | - |
| YUV | 198.76 | 136.04 | 155.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 238 | 176 | 213 | 0 | 0.26 | 0.11 | 0.07 | 324.19 | 0.65 | 0.81 |
| Hex | EE | B0 | D5 | 0 | 1A | B | 7 | 144 | 41 | 51 |
| Octal | 356 | 260 | 325 | 0 | 32 | 13 | 7 | 504 | 101 | 121 |
| Binary | 11101110 | 10110000 | 11010101 | 0 | 11010 | 1011 | 111 | 101000100 | 1000001 | 1010001 |
Color Harmonies of #EEB0D5
Complementary color
Monochromatic Colors of #EEB0D5
Black with #EEB0D5
Text Example
Text Example
White with #EEB0D5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EEB0D5; }
p { color: rgb(238,176,213); }
H1.HeaderClassName
{
color: #EEB0D5;
}
.AnyTagClassName
{
color: #EEB0D5;
}
</style>
background-color css
<style>
a { background-color: #EEB0D5; }
a { background-color: rgb(238,176,213); }
div.DivClassName
{
background-color: #EEB0D5;
}
.BgClassName
{
background-color: #EEB0D5;
}
</style>
border-color css
<style>
span { border-color: #EEB0D5; }
span { border-color: rgb(238,176,213); }
td.TdClassName
{
border-color: #EEB0D5;
}
.TagClassName
{
border-color: #EEB0D5;
}
</style>