Shades of Lavender Rose #FF9EE0
Tints of Lavender Rose #FF9EE0
RGB
CMYK
RGB Variations
Color information
#FF9EE0 (or 0xFF9EE0) is known color: Lavender Rose. HEX triplet: FF, 9E and E0. RGB value is (255,158,224). Sum of RGB (Red+Green+Blue) = 255+158+224=637 (84% of max value = 765). Red value is 255 (100% from 255 or 40.03% from 637); Green value is 158 (62.11% from 255 or 24.80% from 637); Blue value is 224 (87.89% from 255 or 35.16% from 637); Max value from RGB is 255 - color contains mainly: red. Hex color #FF9EE0 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #FF9EE0 is #00611F. Grayscale: #C2C2C2. Windows color (decimal): -24864 or 14720767. OLE color: 14720767.
HSL color Cylindrical-coordinate representation of color #FF9EE0: hue angle of 319.18º 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 #FF9EE0 is Cyan = 0, Magento = 0.38, Yellow = 0.12 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 158 | 224 | - |
| CMYK | 0 | 0.38 | 0.12 | 0 |
| HSL | 319.18º | 1% | 0.81% | - |
| HSV(B) | 319.18º | 0.38% | 1% | - |
| XYZ | 66.92 | 51.1 | 76.86 | - |
| YUV | 194.53 | 144.64 | 171.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 158 | 224 | 0 | 0.38 | 0.12 | 0 | 319.18 | 1 | 0.81 |
| Hex | FF | 9E | E0 | 0 | 26 | C | 0 | 13F | 64 | 51 |
| Octal | 377 | 236 | 340 | 0 | 46 | 14 | 0 | 477 | 144 | 121 |
| Binary | 11111111 | 10011110 | 11100000 | 0 | 100110 | 1100 | 0 | 100111111 | 1100100 | 1010001 |
Color Harmonies of #FF9EE0
Complementary color
Monochromatic Colors of #FF9EE0
Black with #FF9EE0
Text Example
Text Example
White with #FF9EE0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FF9EE0; }
p { color: rgb(255,158,224); }
H1.HeaderClassName
{
color: #FF9EE0;
}
.AnyTagClassName
{
color: #FF9EE0;
}
</style>
background-color css
<style>
a { background-color: #FF9EE0; }
a { background-color: rgb(255,158,224); }
div.DivClassName
{
background-color: #FF9EE0;
}
.BgClassName
{
background-color: #FF9EE0;
}
</style>
border-color css
<style>
span { border-color: #FF9EE0; }
span { border-color: rgb(255,158,224); }
td.TdClassName
{
border-color: #FF9EE0;
}
.TagClassName
{
border-color: #FF9EE0;
}
</style>