Shades of Lavender Pink #EBA2D0
Tints of Lavender Pink #EBA2D0
RGB
CMYK
RGB Variations
Color information
#EBA2D0 (or 0xEBA2D0) is known color: Lavender Pink. HEX triplet: EB, A2 and D0. RGB value is (235,162,208). Sum of RGB (Red+Green+Blue) = 235+162+208=605 (80% of max value = 765). Red value is 235 (92.19% from 255 or 38.84% from 605); Green value is 162 (63.67% from 255 or 26.78% from 605); Blue value is 208 (81.64% from 255 or 34.38% from 605); Max value from RGB is 235 - color contains mainly: red. Hex color #EBA2D0 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #EBA2D0 is #145D2F. Grayscale: #BCBCBC. Windows color (decimal): -1334576 or 13673195. OLE color: 13673195.
HSL color Cylindrical-coordinate representation of color #EBA2D0: hue angle of 322.19º degrees, saturation: 0.65, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #EBA2D0 is Cyan = 0, Magento = 0.31, Yellow = 0.11 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 235 | 162 | 208 | - |
| CMYK | 0 | 0.31 | 0.11 | 0.08 |
| HSL | 322.19º | 0.65% | 0.78% | - |
| HSV(B) | 322.19º | 0.31% | 0.92% | - |
| XYZ | 58.57 | 48.06 | 65.86 | - |
| YUV | 189.07 | 138.68 | 160.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 235 | 162 | 208 | 0 | 0.31 | 0.11 | 0.08 | 322.19 | 0.65 | 0.78 |
| Hex | EB | A2 | D0 | 0 | 1F | B | 8 | 142 | 41 | 4E |
| Octal | 353 | 242 | 320 | 0 | 37 | 13 | 10 | 502 | 101 | 116 |
| Binary | 11101011 | 10100010 | 11010000 | 0 | 11111 | 1011 | 1000 | 101000010 | 1000001 | 1001110 |
Color Harmonies of #EBA2D0
Complementary color
Monochromatic Colors of #EBA2D0
Black with #EBA2D0
Text Example
Text Example
White with #EBA2D0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EBA2D0; }
p { color: rgb(235,162,208); }
H1.HeaderClassName
{
color: #EBA2D0;
}
.AnyTagClassName
{
color: #EBA2D0;
}
</style>
background-color css
<style>
a { background-color: #EBA2D0; }
a { background-color: rgb(235,162,208); }
div.DivClassName
{
background-color: #EBA2D0;
}
.BgClassName
{
background-color: #EBA2D0;
}
</style>
border-color css
<style>
span { border-color: #EBA2D0; }
span { border-color: rgb(235,162,208); }
td.TdClassName
{
border-color: #EBA2D0;
}
.TagClassName
{
border-color: #EBA2D0;
}
</style>