Shades of Lavender Rose #EA9DDC
Tints of Lavender Rose #EA9DDC
RGB
CMYK
RGB Variations
Color information
#EA9DDC (or 0xEA9DDC) is known color: Lavender Rose. HEX triplet: EA, 9D and DC. RGB value is (234,157,220). Sum of RGB (Red+Green+Blue) = 234+157+220=611 (80% of max value = 765). Red value is 234 (91.80% from 255 or 38.30% from 611); Green value is 157 (61.72% from 255 or 25.70% from 611); Blue value is 220 (86.33% from 255 or 36.01% from 611); Max value from RGB is 234 - color contains mainly: red. Hex color #EA9DDC is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #EA9DDC is #156223. Grayscale: #BBBBBB. Windows color (decimal): -1401380 or 14458346. OLE color: 14458346.
HSL color Cylindrical-coordinate representation of color #EA9DDC: hue angle of 310.91º 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 #EA9DDC is Cyan = 0, Magento = 0.33, Yellow = 0.06 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 234 | 157 | 220 | - |
| CMYK | 0 | 0.33 | 0.06 | 0.08 |
| HSL | 310.91º | 0.65% | 0.77% | - |
| HSV(B) | 310.91º | 0.33% | 0.92% | - |
| XYZ | 58.91 | 46.77 | 73.63 | - |
| YUV | 187.21 | 146.51 | 161.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 234 | 157 | 220 | 0 | 0.33 | 0.06 | 0.08 | 310.91 | 0.65 | 0.77 |
| Hex | EA | 9D | DC | 0 | 21 | 6 | 8 | 137 | 41 | 4D |
| Octal | 352 | 235 | 334 | 0 | 41 | 6 | 10 | 467 | 101 | 115 |
| Binary | 11101010 | 10011101 | 11011100 | 0 | 100001 | 110 | 1000 | 100110111 | 1000001 | 1001101 |
Color Harmonies of #EA9DDC
Complementary color
Monochromatic Colors of #EA9DDC
Black with #EA9DDC
Text Example
Text Example
White with #EA9DDC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EA9DDC; }
p { color: rgb(234,157,220); }
H1.HeaderClassName
{
color: #EA9DDC;
}
.AnyTagClassName
{
color: #EA9DDC;
}
</style>
background-color css
<style>
a { background-color: #EA9DDC; }
a { background-color: rgb(234,157,220); }
div.DivClassName
{
background-color: #EA9DDC;
}
.BgClassName
{
background-color: #EA9DDC;
}
</style>
border-color css
<style>
span { border-color: #EA9DDC; }
span { border-color: rgb(234,157,220); }
td.TdClassName
{
border-color: #EA9DDC;
}
.TagClassName
{
border-color: #EA9DDC;
}
</style>