Shades of Lavender Rose #FF9EE2
Tints of Lavender Rose #FF9EE2
RGB
CMYK
RGB Variations
Color information
#FF9EE2 (or 0xFF9EE2) is known color: Lavender Rose. HEX triplet: FF, 9E and E2. RGB value is (255,158,226). Sum of RGB (Red+Green+Blue) = 255+158+226=639 (84% of max value = 765). Red value is 255 (100% from 255 or 39.91% from 639); Green value is 158 (62.11% from 255 or 24.73% from 639); Blue value is 226 (88.67% from 255 or 35.37% from 639); Max value from RGB is 255 - color contains mainly: red. Hex color #FF9EE2 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #FF9EE2 is #00611D. Grayscale: #C2C2C2. Windows color (decimal): -24862 or 14851839. OLE color: 14851839.
HSL color Cylindrical-coordinate representation of color #FF9EE2: hue angle of 317.94º 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 #FF9EE2 is Cyan = 0, Magento = 0.38, Yellow = 0.11 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 158 | 226 | - |
| CMYK | 0 | 0.38 | 0.11 | 0 |
| HSL | 317.94º | 1% | 0.81% | - |
| HSV(B) | 317.94º | 0.38% | 1% | - |
| XYZ | 67.19 | 51.2 | 78.29 | - |
| YUV | 194.76 | 145.64 | 170.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 158 | 226 | 0 | 0.38 | 0.11 | 0 | 317.94 | 1 | 0.81 |
| Hex | FF | 9E | E2 | 0 | 26 | B | 0 | 13E | 64 | 51 |
| Octal | 377 | 236 | 342 | 0 | 46 | 13 | 0 | 476 | 144 | 121 |
| Binary | 11111111 | 10011110 | 11100010 | 0 | 100110 | 1011 | 0 | 100111110 | 1100100 | 1010001 |
Color Harmonies of #FF9EE2
Complementary color
Monochromatic Colors of #FF9EE2
Black with #FF9EE2
Text Example
Text Example
White with #FF9EE2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FF9EE2; }
p { color: rgb(255,158,226); }
H1.HeaderClassName
{
color: #FF9EE2;
}
.AnyTagClassName
{
color: #FF9EE2;
}
</style>
background-color css
<style>
a { background-color: #FF9EE2; }
a { background-color: rgb(255,158,226); }
div.DivClassName
{
background-color: #FF9EE2;
}
.BgClassName
{
background-color: #FF9EE2;
}
</style>
border-color css
<style>
span { border-color: #FF9EE2; }
span { border-color: rgb(255,158,226); }
td.TdClassName
{
border-color: #FF9EE2;
}
.TagClassName
{
border-color: #FF9EE2;
}
</style>