Shades of Lavender Rose #EAA3DA
Tints of Lavender Rose #EAA3DA
RGB
CMYK
RGB Variations
Color information
#EAA3DA (or 0xEAA3DA) is known color: Lavender Rose. HEX triplet: EA, A3 and DA. RGB value is (234,163,218). Sum of RGB (Red+Green+Blue) = 234+163+218=615 (81% of max value = 765). Red value is 234 (91.80% from 255 or 38.05% from 615); Green value is 163 (64.06% from 255 or 26.50% from 615); Blue value is 218 (85.55% from 255 or 35.45% from 615); Max value from RGB is 234 - color contains mainly: red. Hex color #EAA3DA is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #EAA3DA is #155C25. Grayscale: #BEBEBE. Windows color (decimal): -1399846 or 14328810. OLE color: 14328810.
HSL color Cylindrical-coordinate representation of color #EAA3DA: hue angle of 313.52º degrees, saturation: 0.63, 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 #EAA3DA is Cyan = 0, Magento = 0.30, Yellow = 0.07 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 234 | 163 | 218 | - |
| CMYK | 0 | 0.30 | 0.07 | 0.08 |
| HSL | 313.52º | 0.63% | 0.78% | - |
| HSV(B) | 313.52º | 0.3% | 0.92% | - |
| XYZ | 59.68 | 48.75 | 72.59 | - |
| YUV | 190.5 | 143.52 | 159.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 234 | 163 | 218 | 0 | 0.30 | 0.07 | 0.08 | 313.52 | 0.63 | 0.78 |
| Hex | EA | A3 | DA | 0 | 1E | 7 | 8 | 13A | 3F | 4E |
| Octal | 352 | 243 | 332 | 0 | 36 | 7 | 10 | 472 | 77 | 116 |
| Binary | 11101010 | 10100011 | 11011010 | 0 | 11110 | 111 | 1000 | 100111010 | 111111 | 1001110 |
Color Harmonies of #EAA3DA
Complementary color
Monochromatic Colors of #EAA3DA
Black with #EAA3DA
Text Example
Text Example
White with #EAA3DA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EAA3DA; }
p { color: rgb(234,163,218); }
H1.HeaderClassName
{
color: #EAA3DA;
}
.AnyTagClassName
{
color: #EAA3DA;
}
</style>
background-color css
<style>
a { background-color: #EAA3DA; }
a { background-color: rgb(234,163,218); }
div.DivClassName
{
background-color: #EAA3DA;
}
.BgClassName
{
background-color: #EAA3DA;
}
</style>
border-color css
<style>
span { border-color: #EAA3DA; }
span { border-color: rgb(234,163,218); }
td.TdClassName
{
border-color: #EAA3DA;
}
.TagClassName
{
border-color: #EAA3DA;
}
</style>