Shades of Lavender Rose #FF9EE1
Tints of Lavender Rose #FF9EE1
RGB
CMYK
RGB Variations
Color information
#FF9EE1 (or 0xFF9EE1) is known color: Lavender Rose. HEX triplet: FF, 9E and E1. RGB value is (255,158,225). Sum of RGB (Red+Green+Blue) = 255+158+225=638 (84% of max value = 765). Red value is 255 (100% from 255 or 39.97% from 638); Green value is 158 (62.11% from 255 or 24.76% from 638); Blue value is 225 (88.28% from 255 or 35.27% from 638); Max value from RGB is 255 - color contains mainly: red. Hex color #FF9EE1 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #FF9EE1 is #00611E. Grayscale: #C2C2C2. Windows color (decimal): -24863 or 14786303. OLE color: 14786303.
HSL color Cylindrical-coordinate representation of color #FF9EE1: hue angle of 318.56º 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 #FF9EE1 is Cyan = 0, Magento = 0.38, Yellow = 0.12 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 158 | 225 | - |
| CMYK | 0 | 0.38 | 0.12 | 0 |
| HSL | 318.56º | 1% | 0.81% | - |
| HSV(B) | 318.56º | 0.38% | 1% | - |
| XYZ | 67.06 | 51.15 | 77.57 | - |
| YUV | 194.64 | 145.14 | 171.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 158 | 225 | 0 | 0.38 | 0.12 | 0 | 318.56 | 1 | 0.81 |
| Hex | FF | 9E | E1 | 0 | 26 | C | 0 | 13F | 64 | 51 |
| Octal | 377 | 236 | 341 | 0 | 46 | 14 | 0 | 477 | 144 | 121 |
| Binary | 11111111 | 10011110 | 11100001 | 0 | 100110 | 1100 | 0 | 100111111 | 1100100 | 1010001 |
Color Harmonies of #FF9EE1
Complementary color
Monochromatic Colors of #FF9EE1
Black with #FF9EE1
Text Example
Text Example
White with #FF9EE1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FF9EE1; }
p { color: rgb(255,158,225); }
H1.HeaderClassName
{
color: #FF9EE1;
}
.AnyTagClassName
{
color: #FF9EE1;
}
</style>
background-color css
<style>
a { background-color: #FF9EE1; }
a { background-color: rgb(255,158,225); }
div.DivClassName
{
background-color: #FF9EE1;
}
.BgClassName
{
background-color: #FF9EE1;
}
</style>
border-color css
<style>
span { border-color: #FF9EE1; }
span { border-color: rgb(255,158,225); }
td.TdClassName
{
border-color: #FF9EE1;
}
.TagClassName
{
border-color: #FF9EE1;
}
</style>