Shades of Lavender Pink #EFA5D4
Tints of Lavender Pink #EFA5D4
RGB
CMYK
RGB Variations
Color information
#EFA5D4 (or 0xEFA5D4) is known color: Lavender Pink. HEX triplet: EF, A5 and D4. RGB value is (239,165,212). Sum of RGB (Red+Green+Blue) = 239+165+212=616 (81% of max value = 765). Red value is 239 (93.75% from 255 or 38.80% from 616); Green value is 165 (64.84% from 255 or 26.79% from 616); Blue value is 212 (83.20% from 255 or 34.42% from 616); Max value from RGB is 239 - color contains mainly: red. Hex color #EFA5D4 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #EFA5D4 is #105A2B. Grayscale: #C0C0C0. Windows color (decimal): -1071660 or 13936111. OLE color: 13936111.
HSL color Cylindrical-coordinate representation of color #EFA5D4: hue angle of 321.89º degrees, saturation: 0.7, lightness: 0.79%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #EFA5D4 is Cyan = 0, Magento = 0.31, Yellow = 0.11 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 239 | 165 | 212 | - |
| CMYK | 0 | 0.31 | 0.11 | 0.06 |
| HSL | 321.89º | 0.7% | 0.79% | - |
| HSV(B) | 321.89º | 0.31% | 0.94% | - |
| XYZ | 60.94 | 50.01 | 68.73 | - |
| YUV | 192.48 | 139.02 | 161.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 239 | 165 | 212 | 0 | 0.31 | 0.11 | 0.06 | 321.89 | 0.7 | 0.79 |
| Hex | EF | A5 | D4 | 0 | 1F | B | 6 | 142 | 46 | 4F |
| Octal | 357 | 245 | 324 | 0 | 37 | 13 | 6 | 502 | 106 | 117 |
| Binary | 11101111 | 10100101 | 11010100 | 0 | 11111 | 1011 | 110 | 101000010 | 1000110 | 1001111 |
Color Harmonies of #EFA5D4
Complementary color
Monochromatic Colors of #EFA5D4
Black with #EFA5D4
Text Example
Text Example
White with #EFA5D4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EFA5D4; }
p { color: rgb(239,165,212); }
H1.HeaderClassName
{
color: #EFA5D4;
}
.AnyTagClassName
{
color: #EFA5D4;
}
</style>
background-color css
<style>
a { background-color: #EFA5D4; }
a { background-color: rgb(239,165,212); }
div.DivClassName
{
background-color: #EFA5D4;
}
.BgClassName
{
background-color: #EFA5D4;
}
</style>
border-color css
<style>
span { border-color: #EFA5D4; }
span { border-color: rgb(239,165,212); }
td.TdClassName
{
border-color: #EFA5D4;
}
.TagClassName
{
border-color: #EFA5D4;
}
</style>