Shades of Lavender Pink #EFA5C9
Tints of Lavender Pink #EFA5C9
RGB
CMYK
RGB Variations
Color information
#EFA5C9 (or 0xEFA5C9) is known color: Lavender Pink. HEX triplet: EF, A5 and C9. RGB value is (239,165,201). Sum of RGB (Red+Green+Blue) = 239+165+201=605 (80% of max value = 765). Red value is 239 (93.75% from 255 or 39.50% from 605); Green value is 165 (64.84% from 255 or 27.27% from 605); Blue value is 201 (78.91% from 255 or 33.22% from 605); Max value from RGB is 239 - color contains mainly: red. Hex color #EFA5C9 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #EFA5C9 is #105A36. Grayscale: #BFBFBF. Windows color (decimal): -1071671 or 13215215. OLE color: 13215215.
HSL color Cylindrical-coordinate representation of color #EFA5C9: hue angle of 330.81º 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 #EFA5C9 is Cyan = 0, Magento = 0.31, Yellow = 0.16 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 239 | 165 | 201 | - |
| CMYK | 0 | 0.31 | 0.16 | 0.06 |
| HSL | 330.81º | 0.7% | 0.79% | - |
| HSV(B) | 330.81º | 0.31% | 0.94% | - |
| XYZ | 59.59 | 49.48 | 61.67 | - |
| YUV | 191.23 | 133.52 | 162.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 239 | 165 | 201 | 0 | 0.31 | 0.16 | 0.06 | 330.81 | 0.7 | 0.79 |
| Hex | EF | A5 | C9 | 0 | 1F | 10 | 6 | 14B | 46 | 4F |
| Octal | 357 | 245 | 311 | 0 | 37 | 20 | 6 | 513 | 106 | 117 |
| Binary | 11101111 | 10100101 | 11001001 | 0 | 11111 | 10000 | 110 | 101001011 | 1000110 | 1001111 |
Color Harmonies of #EFA5C9
Complementary color
Monochromatic Colors of #EFA5C9
Black with #EFA5C9
Text Example
Text Example
White with #EFA5C9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EFA5C9; }
p { color: rgb(239,165,201); }
H1.HeaderClassName
{
color: #EFA5C9;
}
.AnyTagClassName
{
color: #EFA5C9;
}
</style>
background-color css
<style>
a { background-color: #EFA5C9; }
a { background-color: rgb(239,165,201); }
div.DivClassName
{
background-color: #EFA5C9;
}
.BgClassName
{
background-color: #EFA5C9;
}
</style>
border-color css
<style>
span { border-color: #EFA5C9; }
span { border-color: rgb(239,165,201); }
td.TdClassName
{
border-color: #EFA5C9;
}
.TagClassName
{
border-color: #EFA5C9;
}
</style>