Shades of Lavender Pink #EFB1D5
Tints of Lavender Pink #EFB1D5
RGB
CMYK
RGB Variations
Color information
#EFB1D5 (or 0xEFB1D5) is known color: Lavender Pink. HEX triplet: EF, B1 and D5. RGB value is (239,177,213). Sum of RGB (Red+Green+Blue) = 239+177+213=629 (83% of max value = 765). Red value is 239 (93.75% from 255 or 38.00% from 629); Green value is 177 (69.53% from 255 or 28.14% from 629); Blue value is 213 (83.59% from 255 or 33.86% from 629); Max value from RGB is 239 - color contains mainly: red. Hex color #EFB1D5 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #EFB1D5 is #104E2A. Grayscale: #C7C7C7. Windows color (decimal): -1068587 or 14004719. OLE color: 14004719.
HSL color Cylindrical-coordinate representation of color #EFB1D5: hue angle of 325.16º degrees, saturation: 0.66, lightness: 0.82%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #EFB1D5 is Cyan = 0, Magento = 0.26, Yellow = 0.11 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 239 | 177 | 213 | - |
| CMYK | 0 | 0.26 | 0.11 | 0.06 |
| HSL | 325.16º | 0.66% | 0.82% | - |
| HSV(B) | 325.16º | 0.26% | 0.94% | - |
| XYZ | 63.33 | 54.6 | 70.15 | - |
| YUV | 199.64 | 135.54 | 156.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 239 | 177 | 213 | 0 | 0.26 | 0.11 | 0.06 | 325.16 | 0.66 | 0.82 |
| Hex | EF | B1 | D5 | 0 | 1A | B | 6 | 145 | 42 | 52 |
| Octal | 357 | 261 | 325 | 0 | 32 | 13 | 6 | 505 | 102 | 122 |
| Binary | 11101111 | 10110001 | 11010101 | 0 | 11010 | 1011 | 110 | 101000101 | 1000010 | 1010010 |
Color Harmonies of #EFB1D5
Complementary color
Monochromatic Colors of #EFB1D5
Black with #EFB1D5
Text Example
Text Example
White with #EFB1D5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EFB1D5; }
p { color: rgb(239,177,213); }
H1.HeaderClassName
{
color: #EFB1D5;
}
.AnyTagClassName
{
color: #EFB1D5;
}
</style>
background-color css
<style>
a { background-color: #EFB1D5; }
a { background-color: rgb(239,177,213); }
div.DivClassName
{
background-color: #EFB1D5;
}
.BgClassName
{
background-color: #EFB1D5;
}
</style>
border-color css
<style>
span { border-color: #EFB1D5; }
span { border-color: rgb(239,177,213); }
td.TdClassName
{
border-color: #EFB1D5;
}
.TagClassName
{
border-color: #EFB1D5;
}
</style>