Shades of Lavender Rose #FF91E0
Tints of Lavender Rose #FF91E0
RGB
CMYK
RGB Variations
Color information
#FF91E0 (or 0xFF91E0) is known color: Lavender Rose. HEX triplet: FF, 91 and E0. RGB value is (255,145,224). Sum of RGB (Red+Green+Blue) = 255+145+224=624 (82% of max value = 765). Red value is 255 (100% from 255 or 40.87% from 624); Green value is 145 (57.03% from 255 or 23.24% from 624); Blue value is 224 (87.89% from 255 or 35.90% from 624); Max value from RGB is 255 - color contains mainly: red. Hex color #FF91E0 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #FF91E0 is #006E1F. Grayscale: #BABABA. Windows color (decimal): -28192 or 14717439. OLE color: 14717439.
HSL color Cylindrical-coordinate representation of color #FF91E0: hue angle of 316.91º degrees, saturation: 1, lightness: 0.78%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #FF91E0 is Cyan = 0, Magento = 0.43, Yellow = 0.12 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 145 | 224 | - |
| CMYK | 0 | 0.43 | 0.12 | 0 |
| HSL | 316.91º | 1% | 0.78% | - |
| HSV(B) | 316.91º | 0.43% | 1% | - |
| XYZ | 64.82 | 46.89 | 76.16 | - |
| YUV | 186.9 | 148.94 | 176.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 145 | 224 | 0 | 0.43 | 0.12 | 0 | 316.91 | 1 | 0.78 |
| Hex | FF | 91 | E0 | 0 | 2B | C | 0 | 13D | 64 | 4E |
| Octal | 377 | 221 | 340 | 0 | 53 | 14 | 0 | 475 | 144 | 116 |
| Binary | 11111111 | 10010001 | 11100000 | 0 | 101011 | 1100 | 0 | 100111101 | 1100100 | 1001110 |
Color Harmonies of #FF91E0
Complementary color
Monochromatic Colors of #FF91E0
Black with #FF91E0
Text Example
Text Example
White with #FF91E0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FF91E0; }
p { color: rgb(255,145,224); }
H1.HeaderClassName
{
color: #FF91E0;
}
.AnyTagClassName
{
color: #FF91E0;
}
</style>
background-color css
<style>
a { background-color: #FF91E0; }
a { background-color: rgb(255,145,224); }
div.DivClassName
{
background-color: #FF91E0;
}
.BgClassName
{
background-color: #FF91E0;
}
</style>
border-color css
<style>
span { border-color: #FF91E0; }
span { border-color: rgb(255,145,224); }
td.TdClassName
{
border-color: #FF91E0;
}
.TagClassName
{
border-color: #FF91E0;
}
</style>