Shades of Lavender Pink #EBA4D0
Tints of Lavender Pink #EBA4D0
RGB
CMYK
RGB Variations
Color information
#EBA4D0 (or 0xEBA4D0) is known color: Lavender Pink. HEX triplet: EB, A4 and D0. RGB value is (235,164,208). Sum of RGB (Red+Green+Blue) = 235+164+208=607 (80% of max value = 765). Red value is 235 (92.19% from 255 or 38.71% from 607); Green value is 164 (64.45% from 255 or 27.02% from 607); Blue value is 208 (81.64% from 255 or 34.27% from 607); Max value from RGB is 235 - color contains mainly: red. Hex color #EBA4D0 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #EBA4D0 is #145B2F. Grayscale: #BEBEBE. Windows color (decimal): -1334064 or 13673707. OLE color: 13673707.
HSL color Cylindrical-coordinate representation of color #EBA4D0: hue angle of 322.82º 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 #EBA4D0 is Cyan = 0, Magento = 0.30, Yellow = 0.11 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 235 | 164 | 208 | - |
| CMYK | 0 | 0.30 | 0.11 | 0.08 |
| HSL | 322.82º | 0.64% | 0.78% | - |
| HSV(B) | 322.82º | 0.3% | 0.92% | - |
| XYZ | 58.92 | 48.77 | 65.98 | - |
| YUV | 190.25 | 138.02 | 159.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 235 | 164 | 208 | 0 | 0.30 | 0.11 | 0.08 | 322.82 | 0.64 | 0.78 |
| Hex | EB | A4 | D0 | 0 | 1E | B | 8 | 143 | 40 | 4E |
| Octal | 353 | 244 | 320 | 0 | 36 | 13 | 10 | 503 | 100 | 116 |
| Binary | 11101011 | 10100100 | 11010000 | 0 | 11110 | 1011 | 1000 | 101000011 | 1000000 | 1001110 |
Color Harmonies of #EBA4D0
Complementary color
Monochromatic Colors of #EBA4D0
Black with #EBA4D0
Text Example
Text Example
White with #EBA4D0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EBA4D0; }
p { color: rgb(235,164,208); }
H1.HeaderClassName
{
color: #EBA4D0;
}
.AnyTagClassName
{
color: #EBA4D0;
}
</style>
background-color css
<style>
a { background-color: #EBA4D0; }
a { background-color: rgb(235,164,208); }
div.DivClassName
{
background-color: #EBA4D0;
}
.BgClassName
{
background-color: #EBA4D0;
}
</style>
border-color css
<style>
span { border-color: #EBA4D0; }
span { border-color: rgb(235,164,208); }
td.TdClassName
{
border-color: #EBA4D0;
}
.TagClassName
{
border-color: #EBA4D0;
}
</style>