Shades of Lavender Rose #EA9DD1
Tints of Lavender Rose #EA9DD1
RGB
CMYK
RGB Variations
Color information
#EA9DD1 (or 0xEA9DD1) is known color: Lavender Rose. HEX triplet: EA, 9D and D1. RGB value is (234,157,209). Sum of RGB (Red+Green+Blue) = 234+157+209=600 (79% of max value = 765). Red value is 234 (91.80% from 255 or 39% from 600); Green value is 157 (61.72% from 255 or 26.17% from 600); Blue value is 209 (82.03% from 255 or 34.83% from 600); Max value from RGB is 234 - color contains mainly: red. Hex color #EA9DD1 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #EA9DD1 is #15622E. Grayscale: #B9B9B9. Windows color (decimal): -1401391 or 13737450. OLE color: 13737450.
HSL color Cylindrical-coordinate representation of color #EA9DD1: hue angle of 319.48º 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 #EA9DD1 is Cyan = 0, Magento = 0.33, Yellow = 0.11 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 234 | 157 | 209 | - |
| CMYK | 0 | 0.33 | 0.11 | 0.08 |
| HSL | 319.48º | 0.65% | 0.77% | - |
| HSV(B) | 319.48º | 0.33% | 0.92% | - |
| XYZ | 57.5 | 46.21 | 66.21 | - |
| YUV | 185.95 | 141.01 | 162.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 234 | 157 | 209 | 0 | 0.33 | 0.11 | 0.08 | 319.48 | 0.65 | 0.77 |
| Hex | EA | 9D | D1 | 0 | 21 | B | 8 | 13F | 41 | 4D |
| Octal | 352 | 235 | 321 | 0 | 41 | 13 | 10 | 477 | 101 | 115 |
| Binary | 11101010 | 10011101 | 11010001 | 0 | 100001 | 1011 | 1000 | 100111111 | 1000001 | 1001101 |
Color Harmonies of #EA9DD1
Complementary color
Monochromatic Colors of #EA9DD1
Black with #EA9DD1
Text Example
Text Example
White with #EA9DD1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EA9DD1; }
p { color: rgb(234,157,209); }
H1.HeaderClassName
{
color: #EA9DD1;
}
.AnyTagClassName
{
color: #EA9DD1;
}
</style>
background-color css
<style>
a { background-color: #EA9DD1; }
a { background-color: rgb(234,157,209); }
div.DivClassName
{
background-color: #EA9DD1;
}
.BgClassName
{
background-color: #EA9DD1;
}
</style>
border-color css
<style>
span { border-color: #EA9DD1; }
span { border-color: rgb(234,157,209); }
td.TdClassName
{
border-color: #EA9DD1;
}
.TagClassName
{
border-color: #EA9DD1;
}
</style>