Shades of Lavender Rose #EA94D9
Tints of Lavender Rose #EA94D9
RGB
CMYK
RGB Variations
Color information
#EA94D9 (or 0xEA94D9) is known color: Lavender Rose. HEX triplet: EA, 94 and D9. RGB value is (234,148,217). Sum of RGB (Red+Green+Blue) = 234+148+217=599 (79% of max value = 765). Red value is 234 (91.80% from 255 or 39.07% from 599); Green value is 148 (58.20% from 255 or 24.71% from 599); Blue value is 217 (85.16% from 255 or 36.23% from 599); Max value from RGB is 234 - color contains mainly: red. Hex color #EA94D9 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #EA94D9 is #156B26. Grayscale: #B5B5B5. Windows color (decimal): -1403687 or 14259434. OLE color: 14259434.
HSL color Cylindrical-coordinate representation of color #EA94D9: hue angle of 311.86º degrees, saturation: 0.67, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #EA94D9 is Cyan = 0, Magento = 0.37, Yellow = 0.07 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 234 | 148 | 217 | - |
| CMYK | 0 | 0.37 | 0.07 | 0.08 |
| HSL | 311.86º | 0.67% | 0.75% | - |
| HSV(B) | 311.86º | 0.37% | 0.92% | - |
| XYZ | 57.05 | 43.68 | 71.07 | - |
| YUV | 181.58 | 147.99 | 165.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 234 | 148 | 217 | 0 | 0.37 | 0.07 | 0.08 | 311.86 | 0.67 | 0.75 |
| Hex | EA | 94 | D9 | 0 | 25 | 7 | 8 | 138 | 43 | 4B |
| Octal | 352 | 224 | 331 | 0 | 45 | 7 | 10 | 470 | 103 | 113 |
| Binary | 11101010 | 10010100 | 11011001 | 0 | 100101 | 111 | 1000 | 100111000 | 1000011 | 1001011 |
Color Harmonies of #EA94D9
Complementary color
Monochromatic Colors of #EA94D9
Black with #EA94D9
Text Example
Text Example
White with #EA94D9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EA94D9; }
p { color: rgb(234,148,217); }
H1.HeaderClassName
{
color: #EA94D9;
}
.AnyTagClassName
{
color: #EA94D9;
}
</style>
background-color css
<style>
a { background-color: #EA94D9; }
a { background-color: rgb(234,148,217); }
div.DivClassName
{
background-color: #EA94D9;
}
.BgClassName
{
background-color: #EA94D9;
}
</style>
border-color css
<style>
span { border-color: #EA94D9; }
span { border-color: rgb(234,148,217); }
td.TdClassName
{
border-color: #EA94D9;
}
.TagClassName
{
border-color: #EA94D9;
}
</style>