Shades of Lavender Rose #FF9EE9
Tints of Lavender Rose #FF9EE9
RGB
CMYK
RGB Variations
Color information
#FF9EE9 (or 0xFF9EE9) is known color: Lavender Rose. HEX triplet: FF, 9E and E9. RGB value is (255,158,233). Sum of RGB (Red+Green+Blue) = 255+158+233=646 (85% of max value = 765). Red value is 255 (100% from 255 or 39.47% from 646); Green value is 158 (62.11% from 255 or 24.46% from 646); Blue value is 233 (91.41% from 255 or 36.07% from 646); Max value from RGB is 255 - color contains mainly: red. Hex color #FF9EE9 is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #FF9EE9 is #006116. Grayscale: #C3C3C3. Windows color (decimal): -24855 or 15310591. OLE color: 15310591.
HSL color Cylindrical-coordinate representation of color #FF9EE9: hue angle of 313.61º degrees, saturation: 1, lightness: 0.81%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #FF9EE9 is Cyan = 0, Magento = 0.38, Yellow = 0.09 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 158 | 233 | - |
| CMYK | 0 | 0.38 | 0.09 | 0 |
| HSL | 313.61º | 1% | 0.81% | - |
| HSV(B) | 313.61º | 0.38% | 1% | - |
| XYZ | 68.17 | 51.6 | 83.46 | - |
| YUV | 195.55 | 149.14 | 170.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 158 | 233 | 0 | 0.38 | 0.09 | 0 | 313.61 | 1 | 0.81 |
| Hex | FF | 9E | E9 | 0 | 26 | 9 | 0 | 13A | 64 | 51 |
| Octal | 377 | 236 | 351 | 0 | 46 | 11 | 0 | 472 | 144 | 121 |
| Binary | 11111111 | 10011110 | 11101001 | 0 | 100110 | 1001 | 0 | 100111010 | 1100100 | 1010001 |
Color Harmonies of #FF9EE9
Complementary color
Monochromatic Colors of #FF9EE9
Black with #FF9EE9
Text Example
Text Example
White with #FF9EE9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FF9EE9; }
p { color: rgb(255,158,233); }
H1.HeaderClassName
{
color: #FF9EE9;
}
.AnyTagClassName
{
color: #FF9EE9;
}
</style>
background-color css
<style>
a { background-color: #FF9EE9; }
a { background-color: rgb(255,158,233); }
div.DivClassName
{
background-color: #FF9EE9;
}
.BgClassName
{
background-color: #FF9EE9;
}
</style>
border-color css
<style>
span { border-color: #FF9EE9; }
span { border-color: rgb(255,158,233); }
td.TdClassName
{
border-color: #FF9EE9;
}
.TagClassName
{
border-color: #FF9EE9;
}
</style>