Shades of Lavender Pink #EFA7CA
Tints of Lavender Pink #EFA7CA
RGB
CMYK
RGB Variations
Color information
#EFA7CA (or 0xEFA7CA) is known color: Lavender Pink. HEX triplet: EF, A7 and CA. RGB value is (239,167,202). Sum of RGB (Red+Green+Blue) = 239+167+202=608 (80% of max value = 765). Red value is 239 (93.75% from 255 or 39.31% from 608); Green value is 167 (65.62% from 255 or 27.47% from 608); Blue value is 202 (79.30% from 255 or 33.22% from 608); Max value from RGB is 239 - color contains mainly: red. Hex color #EFA7CA is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #EFA7CA is #105835. Grayscale: #C0C0C0. Windows color (decimal): -1071158 or 13281263. OLE color: 13281263.
HSL color Cylindrical-coordinate representation of color #EFA7CA: hue angle of 330.83º degrees, saturation: 0.69, lightness: 0.8%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #EFA7CA is Cyan = 0, Magento = 0.30, Yellow = 0.15 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 239 | 167 | 202 | - |
| CMYK | 0 | 0.30 | 0.15 | 0.06 |
| HSL | 330.83º | 0.69% | 0.8% | - |
| HSV(B) | 330.83º | 0.3% | 0.94% | - |
| XYZ | 60.08 | 50.25 | 62.41 | - |
| YUV | 192.52 | 133.35 | 161.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 239 | 167 | 202 | 0 | 0.30 | 0.15 | 0.06 | 330.83 | 0.69 | 0.8 |
| Hex | EF | A7 | CA | 0 | 1E | F | 6 | 14B | 45 | 50 |
| Octal | 357 | 247 | 312 | 0 | 36 | 17 | 6 | 513 | 105 | 120 |
| Binary | 11101111 | 10100111 | 11001010 | 0 | 11110 | 1111 | 110 | 101001011 | 1000101 | 1010000 |
Color Harmonies of #EFA7CA
Complementary color
Monochromatic Colors of #EFA7CA
Black with #EFA7CA
Text Example
Text Example
White with #EFA7CA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EFA7CA; }
p { color: rgb(239,167,202); }
H1.HeaderClassName
{
color: #EFA7CA;
}
.AnyTagClassName
{
color: #EFA7CA;
}
</style>
background-color css
<style>
a { background-color: #EFA7CA; }
a { background-color: rgb(239,167,202); }
div.DivClassName
{
background-color: #EFA7CA;
}
.BgClassName
{
background-color: #EFA7CA;
}
</style>
border-color css
<style>
span { border-color: #EFA7CA; }
span { border-color: rgb(239,167,202); }
td.TdClassName
{
border-color: #EFA7CA;
}
.TagClassName
{
border-color: #EFA7CA;
}
</style>