#FF9EEA

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

Shades of Lavender Rose #FF9EEA

Tints of Lavender Rose #FF9EEA

Color information

#FF9EEA (or 0xFF9EEA) is unknown color: approx Lavender Rose. HEX triplet: FF, 9E and EA. RGB value is (255,158,234). Sum of RGB (Red+Green+Blue) = 255+158+234=647 (85% of max value = 765). Red value is 255 (100% from 255 or 39.41% from 647); Green value is 158 (62.11% from 255 or 24.42% from 647); Blue value is 234 (91.80% from 255 or 36.17% from 647); Max value from RGB is 255 - color contains mainly: red. Hex color #FF9EEA is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #FF9EEA is #006115. Grayscale: #C3C3C3. Windows color (decimal): -24854 or 15376127. OLE color: 15376127.

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

Color convert

RGB255158234-
CMYK00.380.080
HSL312.99º100%80.98%-
HSV(B)312.99º38.04%100%-
XYZ68.3251.6584.21-
YUV195.67149.64170.32-

RGB Variations

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

RGB

RED value IS 255 (100% from 255) = 39.41%
GREEN value IS 158 (62.11% from 255) = 24.42%
BLUE value IS 234 (91.80% from 255) = 36.17%
R=39.41%
G=24.42%
B=36.17%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.38
Y (Yellow) values IS 0.08
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal25515823400.380.080312.9910080.98
HexFF9EEA026801396451
Octal377236352046100471144121
Binary11111111100111101110101001001101000010011100111001001010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FF9EEA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FF9EEA; }

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

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

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

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

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

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

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

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