Shades of Lavender Pink #EFB1D4
Tints of Lavender Pink #EFB1D4
RGB
CMYK
RGB Variations
Color information
#EFB1D4 (or 0xEFB1D4) is known color: Lavender Pink. HEX triplet: EF, B1 and D4. RGB value is (239,177,212). Sum of RGB (Red+Green+Blue) = 239+177+212=628 (83% of max value = 765). Red value is 239 (93.75% from 255 or 38.06% from 628); Green value is 177 (69.53% from 255 or 28.18% from 628); Blue value is 212 (83.20% from 255 or 33.76% from 628); Max value from RGB is 239 - color contains mainly: red. Hex color #EFB1D4 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #EFB1D4 is #104E2B. Grayscale: #C7C7C7. Windows color (decimal): -1068588 or 13939183. OLE color: 13939183.
HSL color Cylindrical-coordinate representation of color #EFB1D4: hue angle of 326.13º 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 #EFB1D4 is Cyan = 0, Magento = 0.26, Yellow = 0.11 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 239 | 177 | 212 | - |
| CMYK | 0 | 0.26 | 0.11 | 0.06 |
| HSL | 326.13º | 0.66% | 0.82% | - |
| HSV(B) | 326.13º | 0.26% | 0.94% | - |
| XYZ | 63.2 | 54.55 | 69.49 | - |
| YUV | 199.53 | 135.04 | 156.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 239 | 177 | 212 | 0 | 0.26 | 0.11 | 0.06 | 326.13 | 0.66 | 0.82 |
| Hex | EF | B1 | D4 | 0 | 1A | B | 6 | 146 | 42 | 52 |
| Octal | 357 | 261 | 324 | 0 | 32 | 13 | 6 | 506 | 102 | 122 |
| Binary | 11101111 | 10110001 | 11010100 | 0 | 11010 | 1011 | 110 | 101000110 | 1000010 | 1010010 |
Color Harmonies of #EFB1D4
Complementary color
Monochromatic Colors of #EFB1D4
Black with #EFB1D4
Text Example
Text Example
White with #EFB1D4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EFB1D4; }
p { color: rgb(239,177,212); }
H1.HeaderClassName
{
color: #EFB1D4;
}
.AnyTagClassName
{
color: #EFB1D4;
}
</style>
background-color css
<style>
a { background-color: #EFB1D4; }
a { background-color: rgb(239,177,212); }
div.DivClassName
{
background-color: #EFB1D4;
}
.BgClassName
{
background-color: #EFB1D4;
}
</style>
border-color css
<style>
span { border-color: #EFB1D4; }
span { border-color: rgb(239,177,212); }
td.TdClassName
{
border-color: #EFB1D4;
}
.TagClassName
{
border-color: #EFB1D4;
}
</style>