Shades of Lavender Rose #FF9EE5
Tints of Lavender Rose #FF9EE5
RGB
CMYK
RGB Variations
Color information
#FF9EE5 (or 0xFF9EE5) is known color: Lavender Rose. HEX triplet: FF, 9E and E5. RGB value is (255,158,229). Sum of RGB (Red+Green+Blue) = 255+158+229=642 (85% of max value = 765). Red value is 255 (100% from 255 or 39.72% from 642); Green value is 158 (62.11% from 255 or 24.61% from 642); Blue value is 229 (89.84% from 255 or 35.67% from 642); Max value from RGB is 255 - color contains mainly: red. Hex color #FF9EE5 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #FF9EE5 is #00611A. Grayscale: #C2C2C2. Windows color (decimal): -24859 or 15048447. OLE color: 15048447.
HSL color Cylindrical-coordinate representation of color #FF9EE5: hue angle of 316.08º 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 #FF9EE5 is Cyan = 0, Magento = 0.38, Yellow = 0.10 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 158 | 229 | - |
| CMYK | 0 | 0.38 | 0.10 | 0 |
| HSL | 316.08º | 1% | 0.81% | - |
| HSV(B) | 316.08º | 0.38% | 1% | - |
| XYZ | 67.61 | 51.37 | 80.48 | - |
| YUV | 195.1 | 147.14 | 170.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 158 | 229 | 0 | 0.38 | 0.10 | 0 | 316.08 | 1 | 0.81 |
| Hex | FF | 9E | E5 | 0 | 26 | A | 0 | 13C | 64 | 51 |
| Octal | 377 | 236 | 345 | 0 | 46 | 12 | 0 | 474 | 144 | 121 |
| Binary | 11111111 | 10011110 | 11100101 | 0 | 100110 | 1010 | 0 | 100111100 | 1100100 | 1010001 |
Color Harmonies of #FF9EE5
Complementary color
Monochromatic Colors of #FF9EE5
Black with #FF9EE5
Text Example
Text Example
White with #FF9EE5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FF9EE5; }
p { color: rgb(255,158,229); }
H1.HeaderClassName
{
color: #FF9EE5;
}
.AnyTagClassName
{
color: #FF9EE5;
}
</style>
background-color css
<style>
a { background-color: #FF9EE5; }
a { background-color: rgb(255,158,229); }
div.DivClassName
{
background-color: #FF9EE5;
}
.BgClassName
{
background-color: #FF9EE5;
}
</style>
border-color css
<style>
span { border-color: #FF9EE5; }
span { border-color: rgb(255,158,229); }
td.TdClassName
{
border-color: #FF9EE5;
}
.TagClassName
{
border-color: #FF9EE5;
}
</style>