Shades of Lavender Rose #EBA3DA
Tints of Lavender Rose #EBA3DA
RGB
CMYK
RGB Variations
Color information
#EBA3DA (or 0xEBA3DA) is known color: Lavender Rose. HEX triplet: EB, A3 and DA. RGB value is (235,163,218). Sum of RGB (Red+Green+Blue) = 235+163+218=616 (81% of max value = 765). Red value is 235 (92.19% from 255 or 38.15% from 616); Green value is 163 (64.06% from 255 or 26.46% from 616); Blue value is 218 (85.55% from 255 or 35.39% from 616); Max value from RGB is 235 - color contains mainly: red. Hex color #EBA3DA is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #EBA3DA is #145C25. Grayscale: #BEBEBE. Windows color (decimal): -1334310 or 14328811. OLE color: 14328811.
HSL color Cylindrical-coordinate representation of color #EBA3DA: hue angle of 314.17º degrees, saturation: 0.64, 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 #EBA3DA is Cyan = 0, Magento = 0.31, Yellow = 0.07 and Black (K on CMYK) = 0.08.
Color convert
RGB | 235 | 163 | 218 | - |
CMYK | 0 | 0.31 | 0.07 | 0.08 |
HSL | 314.17º | 0.64% | 0.78% | - |
HSV(B) | 314.17º | 0.31% | 0.92% | - |
XYZ | 60.01 | 48.92 | 72.61 | - |
YUV | 190.8 | 143.35 | 159.53 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 235 | 163 | 218 | 0 | 0.31 | 0.07 | 0.08 | 314.17 | 0.64 | 0.78 |
Hex | EB | A3 | DA | 0 | 1F | 7 | 8 | 13A | 40 | 4E |
Octal | 353 | 243 | 332 | 0 | 37 | 7 | 10 | 472 | 100 | 116 |
Binary | 11101011 | 10100011 | 11011010 | 0 | 11111 | 111 | 1000 | 100111010 | 1000000 | 1001110 |
Color Harmonies of #EBA3DA
Complementary color
Monochromatic Colors of #EBA3DA
Black with #EBA3DA
Text Example
Text Example
White with #EBA3DA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EBA3DA; }
p { color: rgb(235,163,218); }
H1.HeaderClassName
{
color: #EBA3DA;
}
.AnyTagClassName
{
color: #EBA3DA;
}
</style>
background-color css
<style>
a { background-color: #EBA3DA; }
a { background-color: rgb(235,163,218); }
div.DivClassName
{
background-color: #EBA3DA;
}
.BgClassName
{
background-color: #EBA3DA;
}
</style>
border-color css
<style>
span { border-color: #EBA3DA; }
span { border-color: rgb(235,163,218); }
td.TdClassName
{
border-color: #EBA3DA;
}
.TagClassName
{
border-color: #EBA3DA;
}
</style>