Shades of Lavender Rose #EA9FD2
Tints of Lavender Rose #EA9FD2
RGB
CMYK
RGB Variations
Color information
#EA9FD2 (or 0xEA9FD2) is known color: Lavender Rose. HEX triplet: EA, 9F and D2. RGB value is (234,159,210). Sum of RGB (Red+Green+Blue) = 234+159+210=603 (79% of max value = 765). Red value is 234 (91.80% from 255 or 38.81% from 603); Green value is 159 (62.5% from 255 or 26.37% from 603); Blue value is 210 (82.42% from 255 or 34.83% from 603); Max value from RGB is 234 - color contains mainly: red. Hex color #EA9FD2 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #EA9FD2 is #15602D. Grayscale: #BBBBBB. Windows color (decimal): -1400878 or 13803498. OLE color: 13803498.
HSL color Cylindrical-coordinate representation of color #EA9FD2: hue angle of 319.2º 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 #EA9FD2 is Cyan = 0, Magento = 0.32, Yellow = 0.10 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 234 | 159 | 210 | - |
| CMYK | 0 | 0.32 | 0.10 | 0.08 |
| HSL | 319.2º | 0.64% | 0.77% | - |
| HSV(B) | 319.2º | 0.32% | 0.92% | - |
| XYZ | 57.96 | 46.94 | 66.98 | - |
| YUV | 187.24 | 140.85 | 161.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 234 | 159 | 210 | 0 | 0.32 | 0.10 | 0.08 | 319.2 | 0.64 | 0.77 |
| Hex | EA | 9F | D2 | 0 | 20 | A | 8 | 13F | 40 | 4D |
| Octal | 352 | 237 | 322 | 0 | 40 | 12 | 10 | 477 | 100 | 115 |
| Binary | 11101010 | 10011111 | 11010010 | 0 | 100000 | 1010 | 1000 | 100111111 | 1000000 | 1001101 |
Color Harmonies of #EA9FD2
Complementary color
Monochromatic Colors of #EA9FD2
Black with #EA9FD2
Text Example
Text Example
White with #EA9FD2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EA9FD2; }
p { color: rgb(234,159,210); }
H1.HeaderClassName
{
color: #EA9FD2;
}
.AnyTagClassName
{
color: #EA9FD2;
}
</style>
background-color css
<style>
a { background-color: #EA9FD2; }
a { background-color: rgb(234,159,210); }
div.DivClassName
{
background-color: #EA9FD2;
}
.BgClassName
{
background-color: #EA9FD2;
}
</style>
border-color css
<style>
span { border-color: #EA9FD2; }
span { border-color: rgb(234,159,210); }
td.TdClassName
{
border-color: #EA9FD2;
}
.TagClassName
{
border-color: #EA9FD2;
}
</style>