#FF9EE7

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

Shades of Lavender Rose #FF9EE7

Tints of Lavender Rose #FF9EE7

Color information

#FF9EE7 (or 0xFF9EE7) is unknown color: approx Lavender Rose. HEX triplet: FF, 9E and E7. RGB value is (255,158,231). Sum of RGB (Red+Green+Blue) = 255+158+231=644 (85% of max value = 765). Red value is 255 (100% from 255 or 39.60% from 644); Green value is 158 (62.11% from 255 or 24.53% from 644); Blue value is 231 (90.62% from 255 or 35.87% from 644); Max value from RGB is 255 - color contains mainly: red. Hex color #FF9EE7 is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #FF9EE7 is #006118. Grayscale: #C3C3C3. Windows color (decimal): -24857 or 15179519. OLE color: 15179519.

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

Color convert

RGB255158231-
CMYK00.380.090
HSL314.85º100%80.98%-
HSV(B)314.85º38.04%100%-
XYZ67.8951.4881.96-
YUV195.32148.14170.56-

RGB Variations

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

RGB

RED value IS 255 (100% from 255) = 39.60%
GREEN value IS 158 (62.11% from 255) = 24.53%
BLUE value IS 231 (90.62% from 255) = 35.87%
R=39.60%
G=24.53%
B=35.87%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.38
Y (Yellow) values IS 0.09
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal25515823100.380.090314.8510080.98
HexFF9EE70269013b6451
Octal377236347046110473144121
Binary11111111100111101110011101001101001010011101111001001010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FF9EE7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FF9EE7; }

 p { color: rgb(255,158,231); }

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

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

 a { background-color: rgb(255,158,231); }

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

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

 span { border-color: rgb(255,158,231); }

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