Shades of Lavender Rose #EA9DDA
Tints of Lavender Rose #EA9DDA
RGB
CMYK
RGB Variations
Color information
#EA9DDA (or 0xEA9DDA) is known color: Lavender Rose. HEX triplet: EA, 9D and DA. RGB value is (234,157,218). Sum of RGB (Red+Green+Blue) = 234+157+218=609 (80% of max value = 765). Red value is 234 (91.80% from 255 or 38.42% from 609); Green value is 157 (61.72% from 255 or 25.78% from 609); Blue value is 218 (85.55% from 255 or 35.80% from 609); Max value from RGB is 234 - color contains mainly: red. Hex color #EA9DDA is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #EA9DDA is #156225. Grayscale: #BABABA. Windows color (decimal): -1401382 or 14327274. OLE color: 14327274.
HSL color Cylindrical-coordinate representation of color #EA9DDA: hue angle of 312.47º degrees, saturation: 0.65, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #EA9DDA is Cyan = 0, Magento = 0.33, Yellow = 0.07 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 234 | 157 | 218 | - |
| CMYK | 0 | 0.33 | 0.07 | 0.08 |
| HSL | 312.47º | 0.65% | 0.77% | - |
| HSV(B) | 312.47º | 0.33% | 0.92% | - |
| XYZ | 58.64 | 46.67 | 72.25 | - |
| YUV | 186.98 | 145.51 | 161.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 234 | 157 | 218 | 0 | 0.33 | 0.07 | 0.08 | 312.47 | 0.65 | 0.77 |
| Hex | EA | 9D | DA | 0 | 21 | 7 | 8 | 138 | 41 | 4D |
| Octal | 352 | 235 | 332 | 0 | 41 | 7 | 10 | 470 | 101 | 115 |
| Binary | 11101010 | 10011101 | 11011010 | 0 | 100001 | 111 | 1000 | 100111000 | 1000001 | 1001101 |
Color Harmonies of #EA9DDA
Complementary color
Monochromatic Colors of #EA9DDA
Black with #EA9DDA
Text Example
Text Example
White with #EA9DDA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EA9DDA; }
p { color: rgb(234,157,218); }
H1.HeaderClassName
{
color: #EA9DDA;
}
.AnyTagClassName
{
color: #EA9DDA;
}
</style>
background-color css
<style>
a { background-color: #EA9DDA; }
a { background-color: rgb(234,157,218); }
div.DivClassName
{
background-color: #EA9DDA;
}
.BgClassName
{
background-color: #EA9DDA;
}
</style>
border-color css
<style>
span { border-color: #EA9DDA; }
span { border-color: rgb(234,157,218); }
td.TdClassName
{
border-color: #EA9DDA;
}
.TagClassName
{
border-color: #EA9DDA;
}
</style>