Shades of Lavender Rose #FF9EE6
Tints of Lavender Rose #FF9EE6
RGB
CMYK
RGB Variations
Color information
#FF9EE6 (or 0xFF9EE6) is known color: Lavender Rose. HEX triplet: FF, 9E and E6. RGB value is (255,158,230). Sum of RGB (Red+Green+Blue) = 255+158+230=643 (85% of max value = 765). Red value is 255 (100% from 255 or 39.66% from 643); Green value is 158 (62.11% from 255 or 24.57% from 643); Blue value is 230 (90.23% from 255 or 35.77% from 643); Max value from RGB is 255 - color contains mainly: red. Hex color #FF9EE6 is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #FF9EE6 is #006119. Grayscale: #C3C3C3. Windows color (decimal): -24858 or 15113983. OLE color: 15113983.
HSL color Cylindrical-coordinate representation of color #FF9EE6: hue angle of 315.46º 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 #FF9EE6 is Cyan = 0, Magento = 0.38, Yellow = 0.10 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 158 | 230 | - |
| CMYK | 0 | 0.38 | 0.10 | 0 |
| HSL | 315.46º | 1% | 0.81% | - |
| HSV(B) | 315.46º | 0.38% | 1% | - |
| XYZ | 67.75 | 51.43 | 81.22 | - |
| YUV | 195.21 | 147.64 | 170.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 158 | 230 | 0 | 0.38 | 0.10 | 0 | 315.46 | 1 | 0.81 |
| Hex | FF | 9E | E6 | 0 | 26 | A | 0 | 13B | 64 | 51 |
| Octal | 377 | 236 | 346 | 0 | 46 | 12 | 0 | 473 | 144 | 121 |
| Binary | 11111111 | 10011110 | 11100110 | 0 | 100110 | 1010 | 0 | 100111011 | 1100100 | 1010001 |
Color Harmonies of #FF9EE6
Complementary color
Monochromatic Colors of #FF9EE6
Black with #FF9EE6
Text Example
Text Example
White with #FF9EE6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FF9EE6; }
p { color: rgb(255,158,230); }
H1.HeaderClassName
{
color: #FF9EE6;
}
.AnyTagClassName
{
color: #FF9EE6;
}
</style>
background-color css
<style>
a { background-color: #FF9EE6; }
a { background-color: rgb(255,158,230); }
div.DivClassName
{
background-color: #FF9EE6;
}
.BgClassName
{
background-color: #FF9EE6;
}
</style>
border-color css
<style>
span { border-color: #FF9EE6; }
span { border-color: rgb(255,158,230); }
td.TdClassName
{
border-color: #FF9EE6;
}
.TagClassName
{
border-color: #FF9EE6;
}
</style>