Shades of Lavender Rose #FF9EE8
Tints of Lavender Rose #FF9EE8
RGB
CMYK
RGB Variations
Color information
#FF9EE8 (or 0xFF9EE8) is known color: Lavender Rose. HEX triplet: FF, 9E and E8. RGB value is (255,158,232). Sum of RGB (Red+Green+Blue) = 255+158+232=645 (85% of max value = 765). Red value is 255 (100% from 255 or 39.53% from 645); Green value is 158 (62.11% from 255 or 24.50% from 645); Blue value is 232 (91.02% from 255 or 35.97% from 645); Max value from RGB is 255 - color contains mainly: red. Hex color #FF9EE8 is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #FF9EE8 is #006117. Grayscale: #C3C3C3. Windows color (decimal): -24856 or 15245055. OLE color: 15245055.
HSL color Cylindrical-coordinate representation of color #FF9EE8: hue angle of 314.23º 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 #FF9EE8 is Cyan = 0, Magento = 0.38, Yellow = 0.09 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 158 | 232 | - |
| CMYK | 0 | 0.38 | 0.09 | 0 |
| HSL | 314.23º | 1% | 0.81% | - |
| HSV(B) | 314.23º | 0.38% | 1% | - |
| XYZ | 68.03 | 51.54 | 82.71 | - |
| YUV | 195.44 | 148.64 | 170.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 158 | 232 | 0 | 0.38 | 0.09 | 0 | 314.23 | 1 | 0.81 |
| Hex | FF | 9E | E8 | 0 | 26 | 9 | 0 | 13A | 64 | 51 |
| Octal | 377 | 236 | 350 | 0 | 46 | 11 | 0 | 472 | 144 | 121 |
| Binary | 11111111 | 10011110 | 11101000 | 0 | 100110 | 1001 | 0 | 100111010 | 1100100 | 1010001 |
Color Harmonies of #FF9EE8
Complementary color
Monochromatic Colors of #FF9EE8
Black with #FF9EE8
Text Example
Text Example
White with #FF9EE8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FF9EE8; }
p { color: rgb(255,158,232); }
H1.HeaderClassName
{
color: #FF9EE8;
}
.AnyTagClassName
{
color: #FF9EE8;
}
</style>
background-color css
<style>
a { background-color: #FF9EE8; }
a { background-color: rgb(255,158,232); }
div.DivClassName
{
background-color: #FF9EE8;
}
.BgClassName
{
background-color: #FF9EE8;
}
</style>
border-color css
<style>
span { border-color: #FF9EE8; }
span { border-color: rgb(255,158,232); }
td.TdClassName
{
border-color: #FF9EE8;
}
.TagClassName
{
border-color: #FF9EE8;
}
</style>