Shades of Lavender Pink #EBA4CF
Tints of Lavender Pink #EBA4CF
RGB
CMYK
RGB Variations
Color information
#EBA4CF (or 0xEBA4CF) is known color: Lavender Pink. HEX triplet: EB, A4 and CF. RGB value is (235,164,207). Sum of RGB (Red+Green+Blue) = 235+164+207=606 (80% of max value = 765). Red value is 235 (92.19% from 255 or 38.78% from 606); Green value is 164 (64.45% from 255 or 27.06% from 606); Blue value is 207 (81.25% from 255 or 34.16% from 606); Max value from RGB is 235 - color contains mainly: red. Hex color #EBA4CF is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #EBA4CF is #145B30. Grayscale: #BEBEBE. Windows color (decimal): -1334065 or 13608171. OLE color: 13608171.
HSL color Cylindrical-coordinate representation of color #EBA4CF: hue angle of 323.66º degrees, saturation: 0.64, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #EBA4CF is Cyan = 0, Magento = 0.30, Yellow = 0.12 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 235 | 164 | 207 | - |
| CMYK | 0 | 0.30 | 0.12 | 0.08 |
| HSL | 323.66º | 0.64% | 0.78% | - |
| HSV(B) | 323.66º | 0.3% | 0.92% | - |
| XYZ | 58.8 | 48.72 | 65.34 | - |
| YUV | 190.13 | 137.52 | 160 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 235 | 164 | 207 | 0 | 0.30 | 0.12 | 0.08 | 323.66 | 0.64 | 0.78 |
| Hex | EB | A4 | CF | 0 | 1E | C | 8 | 144 | 40 | 4E |
| Octal | 353 | 244 | 317 | 0 | 36 | 14 | 10 | 504 | 100 | 116 |
| Binary | 11101011 | 10100100 | 11001111 | 0 | 11110 | 1100 | 1000 | 101000100 | 1000000 | 1001110 |
Color Harmonies of #EBA4CF
Complementary color
Monochromatic Colors of #EBA4CF
Black with #EBA4CF
Text Example
Text Example
White with #EBA4CF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EBA4CF; }
p { color: rgb(235,164,207); }
H1.HeaderClassName
{
color: #EBA4CF;
}
.AnyTagClassName
{
color: #EBA4CF;
}
</style>
background-color css
<style>
a { background-color: #EBA4CF; }
a { background-color: rgb(235,164,207); }
div.DivClassName
{
background-color: #EBA4CF;
}
.BgClassName
{
background-color: #EBA4CF;
}
</style>
border-color css
<style>
span { border-color: #EBA4CF; }
span { border-color: rgb(235,164,207); }
td.TdClassName
{
border-color: #EBA4CF;
}
.TagClassName
{
border-color: #EBA4CF;
}
</style>