Shades of Lavender Rose #EA9ED4
Tints of Lavender Rose #EA9ED4
RGB
CMYK
RGB Variations
Color information
#EA9ED4 (or 0xEA9ED4) is known color: Lavender Rose. HEX triplet: EA, 9E and D4. RGB value is (234,158,212). Sum of RGB (Red+Green+Blue) = 234+158+212=604 (80% of max value = 765). Red value is 234 (91.80% from 255 or 38.74% from 604); Green value is 158 (62.11% from 255 or 26.16% from 604); Blue value is 212 (83.20% from 255 or 35.10% from 604); Max value from RGB is 234 - color contains mainly: red. Hex color #EA9ED4 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #EA9ED4 is #15612B. Grayscale: #BABABA. Windows color (decimal): -1401132 or 13934314. OLE color: 13934314.
HSL color Cylindrical-coordinate representation of color #EA9ED4: hue angle of 317.37º degrees, saturation: 0.64, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #EA9ED4 is Cyan = 0, Magento = 0.32, Yellow = 0.09 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 234 | 158 | 212 | - |
| CMYK | 0 | 0.32 | 0.09 | 0.08 |
| HSL | 317.37º | 0.64% | 0.77% | - |
| HSV(B) | 317.37º | 0.32% | 0.92% | - |
| XYZ | 58.04 | 46.7 | 68.24 | - |
| YUV | 186.88 | 142.18 | 161.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 234 | 158 | 212 | 0 | 0.32 | 0.09 | 0.08 | 317.37 | 0.64 | 0.77 |
| Hex | EA | 9E | D4 | 0 | 20 | 9 | 8 | 13D | 40 | 4D |
| Octal | 352 | 236 | 324 | 0 | 40 | 11 | 10 | 475 | 100 | 115 |
| Binary | 11101010 | 10011110 | 11010100 | 0 | 100000 | 1001 | 1000 | 100111101 | 1000000 | 1001101 |
Color Harmonies of #EA9ED4
Complementary color
Monochromatic Colors of #EA9ED4
Black with #EA9ED4
Text Example
Text Example
White with #EA9ED4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EA9ED4; }
p { color: rgb(234,158,212); }
H1.HeaderClassName
{
color: #EA9ED4;
}
.AnyTagClassName
{
color: #EA9ED4;
}
</style>
background-color css
<style>
a { background-color: #EA9ED4; }
a { background-color: rgb(234,158,212); }
div.DivClassName
{
background-color: #EA9ED4;
}
.BgClassName
{
background-color: #EA9ED4;
}
</style>
border-color css
<style>
span { border-color: #EA9ED4; }
span { border-color: rgb(234,158,212); }
td.TdClassName
{
border-color: #EA9ED4;
}
.TagClassName
{
border-color: #EA9ED4;
}
</style>