#FF92E5

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

Shades of Lavender Rose #FF92E5

Tints of Lavender Rose #FF92E5

Color information

#FF92E5 (or 0xFF92E5) is unknown color: approx Lavender Rose. HEX triplet: FF, 92 and E5. RGB value is (255,146,229). Sum of RGB (Red+Green+Blue) = 255+146+229=630 (83% of max value = 765). Red value is 255 (100% from 255 or 40.48% from 630); Green value is 146 (57.42% from 255 or 23.17% from 630); Blue value is 229 (89.84% from 255 or 36.35% from 630); Max value from RGB is 255 - color contains mainly: red. Hex color #FF92E5 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #FF92E5 is #006D1A. Grayscale: #BBBBBB. Windows color (decimal): -27931 or 15045375. OLE color: 15045375.

HSL color Cylindrical-coordinate representation of color #FF92E5: hue angle of 314.31º degrees, saturation: 1, lightness: 0.79%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #FF92E5 is Cyan = 0, Magento = 0.43, Yellow = 0.10 and Black (K on CMYK) = 0.

Color convert

RGB255146229-
CMYK00.430.100
HSL314.31º100%78.63%-
HSV(B)314.31º42.75%100%-
XYZ65.6647.4779.83-
YUV188.05151.11175.75-

RGB Variations

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

RGB

RED value IS 255 (100% from 255) = 40.48%
GREEN value IS 146 (57.42% from 255) = 23.17%
BLUE value IS 229 (89.84% from 255) = 36.35%
R=40.48%
G=23.17%
B=36.35%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.43
Y (Yellow) values IS 0.10
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal25514622900.430.100314.3110078.63
HexFF92E502BA013a644f
Octal377222345053120472144117
Binary11111111100100101110010101010111010010011101011001001001111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FF92E5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FF92E5; }

 p { color: rgb(255,146,229); }

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

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

 a { background-color: rgb(255,146,229); }

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

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

 span { border-color: rgb(255,146,229); }

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