Shades of Lavender Pink #EFA5CA
Tints of Lavender Pink #EFA5CA
RGB
CMYK
RGB Variations
Color information
#EFA5CA (or 0xEFA5CA) is known color: Lavender Pink. HEX triplet: EF, A5 and CA. RGB value is (239,165,202). Sum of RGB (Red+Green+Blue) = 239+165+202=606 (80% of max value = 765). Red value is 239 (93.75% from 255 or 39.44% from 606); Green value is 165 (64.84% from 255 or 27.23% from 606); Blue value is 202 (79.30% from 255 or 33.33% from 606); Max value from RGB is 239 - color contains mainly: red. Hex color #EFA5CA is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #EFA5CA is #105A35. Grayscale: #BFBFBF. Windows color (decimal): -1071670 or 13280751. OLE color: 13280751.
HSL color Cylindrical-coordinate representation of color #EFA5CA: hue angle of 330º 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 #EFA5CA is Cyan = 0, Magento = 0.31, Yellow = 0.15 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 239 | 165 | 202 | - |
| CMYK | 0 | 0.31 | 0.15 | 0.06 |
| HSL | 330º | 0.7% | 0.79% | - |
| HSV(B) | 330º | 0.31% | 0.94% | - |
| XYZ | 59.71 | 49.53 | 62.29 | - |
| YUV | 191.34 | 134.02 | 161.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 239 | 165 | 202 | 0 | 0.31 | 0.15 | 0.06 | 330 | 0.7 | 0.79 |
| Hex | EF | A5 | CA | 0 | 1F | F | 6 | 14A | 46 | 4F |
| Octal | 357 | 245 | 312 | 0 | 37 | 17 | 6 | 512 | 106 | 117 |
| Binary | 11101111 | 10100101 | 11001010 | 0 | 11111 | 1111 | 110 | 101001010 | 1000110 | 1001111 |
Color Harmonies of #EFA5CA
Complementary color
Monochromatic Colors of #EFA5CA
Black with #EFA5CA
Text Example
Text Example
White with #EFA5CA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EFA5CA; }
p { color: rgb(239,165,202); }
H1.HeaderClassName
{
color: #EFA5CA;
}
.AnyTagClassName
{
color: #EFA5CA;
}
</style>
background-color css
<style>
a { background-color: #EFA5CA; }
a { background-color: rgb(239,165,202); }
div.DivClassName
{
background-color: #EFA5CA;
}
.BgClassName
{
background-color: #EFA5CA;
}
</style>
border-color css
<style>
span { border-color: #EFA5CA; }
span { border-color: rgb(239,165,202); }
td.TdClassName
{
border-color: #EFA5CA;
}
.TagClassName
{
border-color: #EFA5CA;
}
</style>