#FF91E1

Color #FF91E1 Lavender Rose (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Lavender Rose #FF91E1

Tints of Lavender Rose #FF91E1

Color information

#FF91E1 (or 0xFF91E1) is unknown color: approx Lavender Rose. HEX triplet: FF, 91 and E1. RGB value is (255,145,225). Sum of RGB (Red+Green+Blue) = 255+145+225=625 (82% of max value = 765). Red value is 255 (100% from 255 or 40.8% from 625); Green value is 145 (57.03% from 255 or 23.2% from 625); Blue value is 225 (88.28% from 255 or 36% from 625); Max value from RGB is 255 - color contains mainly: red. Hex color #FF91E1 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #FF91E1 is #006E1E. Grayscale: #BABABA. Windows color (decimal): -28191 or 14782975. OLE color: 14782975.

HSL color Cylindrical-coordinate representation of color #FF91E1: hue angle of 316.36º 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 #FF91E1 is Cyan = 0, Magento = 0.43, Yellow = 0.12 and Black (K on CMYK) = 0.

Color convert

RGB255145225-
CMYK00.430.120
HSL316.36º100%78.43%-
HSV(B)316.36º43.14%100%-
XYZ64.9646.9576.87-
YUV187.01149.44176.5-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 255 (100% from 255) = 40.8%
GREEN value IS 145 (57.03% from 255) = 23.2%
BLUE value IS 225 (88.28% from 255) = 36%
R=40.8%
G=23.2%
B=36%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.43
Y (Yellow) values IS 0.12
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal25514522500.430.120316.3610078.43
HexFF91E102BC013c644e
Octal377221341053140474144116
Binary11111111100100011110000101010111100010011110011001001001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FF91E1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FF91E1; }

 p { color: rgb(255,145,225); }

 H1.HeaderClassName
 {
   color: #FF91E1;
 }
 .AnyTagClassName
 {
   color: #FF91E1;
 }
</style>
background-color css

<style>
 a { background-color: #FF91E1; }

 a { background-color: rgb(255,145,225); }

 div.DivClassName
 {
   background-color: #FF91E1;
 }
 .BgClassName
 {
   background-color: #FF91E1;
 }
</style>
border-color css

<style>
 span { border-color: #FF91E1; }

 span { border-color: rgb(255,145,225); }

 td.TdClassName
 {
   border-color: #FF91E1;
 }
 .TagClassName
 {
   border-color: #FF91E1;
 }
</style>