Shades of Lavender Pink #EFB5D5
Tints of Lavender Pink #EFB5D5
RGB
CMYK
RGB Variations
Color information
#EFB5D5 (or 0xEFB5D5) is known color: Lavender Pink. HEX triplet: EF, B5 and D5. RGB value is (239,181,213). Sum of RGB (Red+Green+Blue) = 239+181+213=633 (83% of max value = 765). Red value is 239 (93.75% from 255 or 37.76% from 633); Green value is 181 (71.09% from 255 or 28.59% from 633); Blue value is 213 (83.59% from 255 or 33.65% from 633); Max value from RGB is 239 - color contains mainly: red. Hex color #EFB5D5 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #EFB5D5 is #104A2A. Grayscale: #C9C9C9. Windows color (decimal): -1067563 or 14005743. OLE color: 14005743.
HSL color Cylindrical-coordinate representation of color #EFB5D5: hue angle of 326.9º degrees, saturation: 0.64, lightness: 0.82%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #EFB5D5 is Cyan = 0, Magento = 0.24, Yellow = 0.11 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 239 | 181 | 213 | - |
| CMYK | 0 | 0.24 | 0.11 | 0.06 |
| HSL | 326.9º | 0.64% | 0.82% | - |
| HSV(B) | 326.9º | 0.24% | 0.94% | - |
| XYZ | 64.13 | 56.2 | 70.42 | - |
| YUV | 201.99 | 134.22 | 154.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 239 | 181 | 213 | 0 | 0.24 | 0.11 | 0.06 | 326.9 | 0.64 | 0.82 |
| Hex | EF | B5 | D5 | 0 | 18 | B | 6 | 147 | 40 | 52 |
| Octal | 357 | 265 | 325 | 0 | 30 | 13 | 6 | 507 | 100 | 122 |
| Binary | 11101111 | 10110101 | 11010101 | 0 | 11000 | 1011 | 110 | 101000111 | 1000000 | 1010010 |
Color Harmonies of #EFB5D5
Complementary color
Monochromatic Colors of #EFB5D5
Black with #EFB5D5
Text Example
Text Example
White with #EFB5D5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EFB5D5; }
p { color: rgb(239,181,213); }
H1.HeaderClassName
{
color: #EFB5D5;
}
.AnyTagClassName
{
color: #EFB5D5;
}
</style>
background-color css
<style>
a { background-color: #EFB5D5; }
a { background-color: rgb(239,181,213); }
div.DivClassName
{
background-color: #EFB5D5;
}
.BgClassName
{
background-color: #EFB5D5;
}
</style>
border-color css
<style>
span { border-color: #EFB5D5; }
span { border-color: rgb(239,181,213); }
td.TdClassName
{
border-color: #EFB5D5;
}
.TagClassName
{
border-color: #EFB5D5;
}
</style>