Shades of Lavender Pink #EFB2CF
Tints of Lavender Pink #EFB2CF
RGB
CMYK
RGB Variations
Color information
#EFB2CF (or 0xEFB2CF) is known color: Lavender Pink. HEX triplet: EF, B2 and CF. RGB value is (239,178,207). Sum of RGB (Red+Green+Blue) = 239+178+207=624 (82% of max value = 765). Red value is 239 (93.75% from 255 or 38.30% from 624); Green value is 178 (69.92% from 255 or 28.53% from 624); Blue value is 207 (81.25% from 255 or 33.17% from 624); Max value from RGB is 239 - color contains mainly: red. Hex color #EFB2CF is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #EFB2CF is #104D30. Grayscale: #C7C7C7. Windows color (decimal): -1068337 or 13611759. OLE color: 13611759.
HSL color Cylindrical-coordinate representation of color #EFB2CF: hue angle of 331.48º 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 #EFB2CF is Cyan = 0, Magento = 0.26, Yellow = 0.13 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 239 | 178 | 207 | - |
| CMYK | 0 | 0.26 | 0.13 | 0.06 |
| HSL | 331.48º | 0.66% | 0.82% | - |
| HSV(B) | 331.48º | 0.26% | 0.94% | - |
| XYZ | 62.78 | 54.7 | 66.28 | - |
| YUV | 199.55 | 132.21 | 156.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 239 | 178 | 207 | 0 | 0.26 | 0.13 | 0.06 | 331.48 | 0.66 | 0.82 |
| Hex | EF | B2 | CF | 0 | 1A | D | 6 | 14B | 42 | 52 |
| Octal | 357 | 262 | 317 | 0 | 32 | 15 | 6 | 513 | 102 | 122 |
| Binary | 11101111 | 10110010 | 11001111 | 0 | 11010 | 1101 | 110 | 101001011 | 1000010 | 1010010 |
Color Harmonies of #EFB2CF
Complementary color
Monochromatic Colors of #EFB2CF
Black with #EFB2CF
Text Example
Text Example
White with #EFB2CF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EFB2CF; }
p { color: rgb(239,178,207); }
H1.HeaderClassName
{
color: #EFB2CF;
}
.AnyTagClassName
{
color: #EFB2CF;
}
</style>
background-color css
<style>
a { background-color: #EFB2CF; }
a { background-color: rgb(239,178,207); }
div.DivClassName
{
background-color: #EFB2CF;
}
.BgClassName
{
background-color: #EFB2CF;
}
</style>
border-color css
<style>
span { border-color: #EFB2CF; }
span { border-color: rgb(239,178,207); }
td.TdClassName
{
border-color: #EFB2CF;
}
.TagClassName
{
border-color: #EFB2CF;
}
</style>