#FF9EE9

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

Shades of Lavender Rose #FF9EE9

Tints of Lavender Rose #FF9EE9

Color information

#FF9EE9 (or 0xFF9EE9) is unknown color: approx Lavender Rose. HEX triplet: FF, 9E and E9. RGB value is (255,158,233). Sum of RGB (Red+Green+Blue) = 255+158+233=646 (85% of max value = 765). Red value is 255 (100% from 255 or 39.47% from 646); Green value is 158 (62.11% from 255 or 24.46% from 646); Blue value is 233 (91.41% from 255 or 36.07% from 646); Max value from RGB is 255 - color contains mainly: red. Hex color #FF9EE9 is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #FF9EE9 is #006116. Grayscale: #C3C3C3. Windows color (decimal): -24855 or 15310591. OLE color: 15310591.

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

Color convert

RGB255158233-
CMYK00.380.090
HSL313.61º100%80.98%-
HSV(B)313.61º38.04%100%-
XYZ68.1751.683.46-
YUV195.55149.14170.4-

RGB Variations

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

RGB

RED value IS 255 (100% from 255) = 39.47%
GREEN value IS 158 (62.11% from 255) = 24.46%
BLUE value IS 233 (91.41% from 255) = 36.07%
R=39.47%
G=24.46%
B=36.07%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.38
Y (Yellow) values IS 0.09
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal25515823300.380.090313.6110080.98
HexFF9EE90269013a6451
Octal377236351046110472144121
Binary11111111100111101110100101001101001010011101011001001010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FF9EE9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FF9EE9; }

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

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

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

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

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

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

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

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