Shades of Lavender Rose #EBA9DA
Tints of Lavender Rose #EBA9DA
RGB
CMYK
RGB Variations
Color information
#EBA9DA (or 0xEBA9DA) is known color: Lavender Rose. HEX triplet: EB, A9 and DA. RGB value is (235,169,218). Sum of RGB (Red+Green+Blue) = 235+169+218=622 (82% of max value = 765). Red value is 235 (92.19% from 255 or 37.78% from 622); Green value is 169 (66.41% from 255 or 27.17% from 622); Blue value is 218 (85.55% from 255 or 35.05% from 622); Max value from RGB is 235 - color contains mainly: red. Hex color #EBA9DA is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #EBA9DA is #145625. Grayscale: #C2C2C2. Windows color (decimal): -1332774 or 14330347. OLE color: 14330347.
HSL color Cylindrical-coordinate representation of color #EBA9DA: hue angle of 315.45º degrees, saturation: 0.62, lightness: 0.79%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #EBA9DA is Cyan = 0, Magento = 0.28, Yellow = 0.07 and Black (K on CMYK) = 0.08.
Color convert
RGB | 235 | 169 | 218 | - |
CMYK | 0 | 0.28 | 0.07 | 0.08 |
HSL | 315.45º | 0.62% | 0.79% | - |
HSV(B) | 315.45º | 0.28% | 0.92% | - |
XYZ | 61.1 | 51.1 | 72.97 | - |
YUV | 194.32 | 141.37 | 157.02 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 235 | 169 | 218 | 0 | 0.28 | 0.07 | 0.08 | 315.45 | 0.62 | 0.79 |
Hex | EB | A9 | DA | 0 | 1C | 7 | 8 | 13B | 3E | 4F |
Octal | 353 | 251 | 332 | 0 | 34 | 7 | 10 | 473 | 76 | 117 |
Binary | 11101011 | 10101001 | 11011010 | 0 | 11100 | 111 | 1000 | 100111011 | 111110 | 1001111 |
Color Harmonies of #EBA9DA
Complementary color
Monochromatic Colors of #EBA9DA
Black with #EBA9DA
Text Example
Text Example
White with #EBA9DA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EBA9DA; }
p { color: rgb(235,169,218); }
H1.HeaderClassName
{
color: #EBA9DA;
}
.AnyTagClassName
{
color: #EBA9DA;
}
</style>
background-color css
<style>
a { background-color: #EBA9DA; }
a { background-color: rgb(235,169,218); }
div.DivClassName
{
background-color: #EBA9DA;
}
.BgClassName
{
background-color: #EBA9DA;
}
</style>
border-color css
<style>
span { border-color: #EBA9DA; }
span { border-color: rgb(235,169,218); }
td.TdClassName
{
border-color: #EBA9DA;
}
.TagClassName
{
border-color: #EBA9DA;
}
</style>