Shades of Lavender Rose #FF91E2
Tints of Lavender Rose #FF91E2
RGB
CMYK
RGB Variations
Color information
#FF91E2 (or 0xFF91E2) is known color: Lavender Rose. HEX triplet: FF, 91 and E2. RGB value is (255,145,226). Sum of RGB (Red+Green+Blue) = 255+145+226=626 (82% of max value = 765). Red value is 255 (100% from 255 or 40.73% from 626); Green value is 145 (57.03% from 255 or 23.16% from 626); Blue value is 226 (88.67% from 255 or 36.10% from 626); Max value from RGB is 255 - color contains mainly: red. Hex color #FF91E2 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #FF91E2 is #006E1D. Grayscale: #BABABA. Windows color (decimal): -28190 or 14848511. OLE color: 14848511.
HSL color Cylindrical-coordinate representation of color #FF91E2: hue angle of 315.82º 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 #FF91E2 is Cyan = 0, Magento = 0.43, Yellow = 0.11 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 145 | 226 | - |
| CMYK | 0 | 0.43 | 0.11 | 0 |
| HSL | 315.82º | 1% | 0.78% | - |
| HSV(B) | 315.82º | 0.43% | 1% | - |
| XYZ | 65.09 | 47 | 77.59 | - |
| YUV | 187.12 | 149.94 | 176.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 145 | 226 | 0 | 0.43 | 0.11 | 0 | 315.82 | 1 | 0.78 |
| Hex | FF | 91 | E2 | 0 | 2B | B | 0 | 13C | 64 | 4E |
| Octal | 377 | 221 | 342 | 0 | 53 | 13 | 0 | 474 | 144 | 116 |
| Binary | 11111111 | 10010001 | 11100010 | 0 | 101011 | 1011 | 0 | 100111100 | 1100100 | 1001110 |
Color Harmonies of #FF91E2
Complementary color
Monochromatic Colors of #FF91E2
Black with #FF91E2
Text Example
Text Example
White with #FF91E2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FF91E2; }
p { color: rgb(255,145,226); }
H1.HeaderClassName
{
color: #FF91E2;
}
.AnyTagClassName
{
color: #FF91E2;
}
</style>
background-color css
<style>
a { background-color: #FF91E2; }
a { background-color: rgb(255,145,226); }
div.DivClassName
{
background-color: #FF91E2;
}
.BgClassName
{
background-color: #FF91E2;
}
</style>
border-color css
<style>
span { border-color: #FF91E2; }
span { border-color: rgb(255,145,226); }
td.TdClassName
{
border-color: #FF91E2;
}
.TagClassName
{
border-color: #FF91E2;
}
</style>